Setup guide

• if no info is received from a neighbor for more than 180 seconds the neighbor information is
discarded
Setup
ip neighbor discovery
Property Description
name (read-only: name) - interface name for reference
discover (yes | no; default: yes) - specifies whether the neighbour discovery is enabled or not
Example
To disable MNDP protocol on Public interface:
[admin@Wandy] ip neighbor discovery> set Public discover=no
[admin@Wandy] ip neighbor discovery> print
# NAME DISCOVER
0 Public no
1 Local yes
Neighbour List
ip neigbor
Description
This submenu allows you to see the list of neighbours discovered
Property Description
interface (read-only: name) - local interface name the neighbour is connected to
address (read-only: IP address) - IP address of the neighbour router
mac-address (read-only: MAC address) - MAC address of the neighbour router
identity (read-only: text) - identity of the neighbour router
version (read-only: text) - operating system or firmware version of the neighbour router
unpack (read-only: none | simple | compress-headers | compress-all) - identifies if the interface of
the neighbour router is unpacking packets packed with M3P
platform (read-only: text) - hardware/software platworm type of neighbour router
age (read-only: time) - specifies the record's age in seconds (time from last update)
Example
To view the table of discovered neighbours:
[admin@Wandy] ip neighbor> pri
# INTERFACE ADDRESS MAC-ADDRESS IDENTITY VERSION
0 ether2 10.1.0.113 00:0C:42:00:02:06 ID 2.8
1 ether2 1.1.1.3 00:0C:42:03:02:ED Wandy 2.8
[admin@Wandy] ip neighbor>