IPv6 neighbor discovery display and control.
ndp [ -n ] hostname
ndp [ -d ] hostname
ndp [ -i interface_index ] -s hostname addr [ temp ]
The ndp program displays and modifies the IPv6-to-Ethernet, or the IPv6-to-TokenRing address translation tables used by the IPv6 neighbor discovery protocol.
With no flags, the program displays the current ndp entry for hostname. The host may be specified by name or by number, using IPv6 textual notation.
This is an example output from the - a flag:
# ndp -a e-crankv6 (::903:9182) at link#2 0:20:af:db:b8:cf e-crankv6-11 (fe80:0:100::20:afdb:b8cf) at link#2 0:20:af:db:b8:cf # ndp -d e-crankv6-11 e-crankv6-11 (fe80:0:100::20:afdb:b8cf) deleted
The ifconfig command, ndpd-host command, ndpd-router command, autoconf6 command.