get-lldp-neighbor-detail

Retrieves the neighbor details of all the interfaces of the managed entity.

Resource URIs

URI Description
<base_URI>/operations/get-lldp-neighbor-detail Retrieves the neighbor details of all the interfaces of the managed entity.

Parameters

local-interface-name
Indicates the local interface display name.
local-interface-ifindex
Indicates the local interface IfIndex.
local-interface-mac
Indicates the local interface MAC address.
remote-interface-name
Indicates the remote interface display name.
remote-interface-mac
Indicates the remote interface MAC address.
dead-interval
Indicates the dead interval.
remaining-life
Indicates the remaining life period.
remote-chassis-id
Indicates the remote chassis ID.
lldp-pdu-transmitted
Displays the number of LLDP PDUs transmitted from the interface.
lldp-pdu-received
Displays the number of LLDP PDUs received by the interface.
remote-system-name
Indicates the remote system name.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-lldp-neighbor-detail

<get-lldp-neighbor-detail></get-lldp-neighbor-detail>
<output xmlns='urn:brocade.com:mgmt:brocade-lldp-ext'>
  <lldp-neighbor-detail>
    <local-interface-name>Te 7/0/1</local-interface-name>
    <local-interface-ifindex>201334784</local-interface-ifindex>
    <local-interface-mac>0005.33ee.8006</local-interface-mac>
    <remote-interface-name>port-channel 14/1/10</remote-interface-name>
    <remote-interface-mac>0005.3379.6de7</remote-interface-mac>
    <dead-interval>120</dead-interval>
    <remaining-life>117</remaining-life>
    <remote-chassis-id>0005.3379.6d58</remote-chassis-id>
    <lldp-pdu-transmitted>373</lldp-pdu-transmitted>
    <lldp-pdu-received>372</lldp-pdu-received>
    <remote-system-name>M4</remote-system-name>
  </lldp-neighbor-detail>
  <lldp-neighbor-detail>
    <local-interface-name>Te 7/0/3</local-interface-name>
    <local-interface-ifindex>201351168</local-interface-ifindex>
    <local-interface-mac>0005.33ee.8008</local-interface-mac>
    <remote-interface-name>port1</remote-interface-name>
    <remote-interface-mac>0005.3348.8e4f</remote-interface-mac>
    <dead-interval>120</dead-interval>
    <remaining-life>92</remaining-life>
    <remote-chassis-id>0005.3348.8e4f</remote-chassis-id>
    <lldp-pdu-transmitted>373</lldp-pdu-transmitted>
    <lldp-pdu-received>366</lldp-pdu-received>
  </lldp-neighbor-detail>
  <lldp-neighbor-detail>
    <local-interface-name>Te 7/0/31</local-interface-name>
    <local-interface-ifindex>201580544</local-interface-ifindex>
    <local-interface-mac>0005.33ee.8024</local-interface-mac>
    <remote-interface-name>port-channel 6/0/31</remote-interface-name>
    <remote-interface-mac>0005.33e7.2803</remote-interface-mac>
    <dead-interval>120</dead-interval>
    <remaining-life>116</remaining-life>
    <remote-chassis-id>0005.33e7.27e0</remote-chassis-id>
    <lldp-pdu-transmitted>373</lldp-pdu-transmitted>
    <lldp-pdu-received>373</lldp-pdu-received>
    <remote-system-name>RIGEL-MOR</remote-system-name>
  </lldp-neighbor-detail>
  <has-more>false</has-more>
</output>