NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
NeighborProperties (schema)
Neighbor properties
| Name | Description | Type | Notes |
|---|---|---|---|
| capabilities | Capabilities | string | Readonly |
| enabled_capabilities | Enabled capabilities | string | Readonly |
| ifindex | Interface index | integer | Readonly |
| link_aggregation_capable | Aggregation Capability | boolean | Readonly |
| link_aggregation_port_id | Aggregation port id | string | Readonly |
| link_aggregation_status | Aggregation Status True if currently in aggregation |
boolean | Readonly |
| mac | Interface MAC address | string | Readonly Pattern: "^[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}$" |
| mgmt_addr | Management address | string | Readonly |
| mtu | MTU value from 802.3 org-specific TLV This field is parsed from 802.3 org-specific TLV, which is not a mandatory TLV. In the case neighbor does not send this TLV, this field would be absent in this API's response. |
integer | Readonly |
| name | Interface name | string | Readonly |
| oid | Object identifier | string | Readonly |
| port_desc | Port description | string | Readonly |
| system_desc | System description | string | Readonly |
| system_name | System name | string | Readonly |
| system_port_number | System port number | integer | Readonly |
| vlan_id | VLAN ID value from 802.1 org-specific TLV This field is parsed from 802.1 org-specific TLV, which is not a mandatory TLV. In the case neighbor does not send this TLV, this field would be absent in this API's response. |
integer | Readonly |