Juniper Networks · Schema

LldpNeighbor

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
lldp-local-interface string
lldp-local-parent-interface-name string
lldp-remote-chassis-id string
lldp-remote-port-id string
lldp-remote-system-name string
View JSON Schema on GitHub

JSON Schema

juniper-lldpneighbor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LldpNeighbor",
  "title": "LldpNeighbor",
  "type": "object",
  "properties": {
    "lldp-local-interface": {
      "type": "string"
    },
    "lldp-local-parent-interface-name": {
      "type": "string"
    },
    "lldp-remote-chassis-id": {
      "type": "string"
    },
    "lldp-remote-port-id": {
      "type": "string"
    },
    "lldp-remote-system-name": {
      "type": "string"
    }
  }
}