NAME
nnddpp - control/diagnose IPv6 neighbor discovery protocol
SYNOPSIS
nnddpp -aa [-nntt]
nnddpp -AA wait [-nntt]
nnddpp -cc [-nntt]
nnddpp -dd [-nntt] hostname
nnddpp -ff [-nntt] filename
nnddpp -HH
nnddpp -II [ddeelleettee | interface]
nnddpp -ii interface [flags...]
nnddpp -pp
nnddpp -PP
nnddpp -rr
nnddpp -RR
nnddpp -ss [-nntt] nodename etheraddr [temp] [proxy]
DESCRIPTION
The nnddpp command manipulates the address mapping table used by Neighbor Discovery Protocol (NDP).-aa Dump the currently existing NDP entries.
-AA wait
Repeat -aa (dump NDP entries) every wait seconds.
-cc Erase all the NDP entries.
-dd Delete specified NDP entry.
-ff Parse the file specified by filename.
-HH Harmonize consistency between the routing table and the default
router list; install the top entry of the list into the kernel routing table.-II [ddeelleettee | interface]
Shows or specifies the default interface used as the default route when there is no default router. If no argument is given to the option, the current default interface will be shown. If an interface is specified, the interface will be used as the default. If a special keyword ddeelleettee is specified, the current default interface will be deleted from the kernel.-ii interface [flags...]
View ND information for the specified interface. If additional arguments flags are given, nnddpp sets or clears the specified flags for the interface. Possible flags are as follows. All of theflags can begin with the special character `-', which means the
flag should be cleared. nnuudd turn on or off NUD (Neighbor Unreachability Detection) on the interface. NUD is usually turned on by default.-nn Do not try to resolve numeric address to hostname.
-pp Show prefix list.
-PP Flush all the entries in the prefix list.
-rr Show default router list.
-RR Flush all the entries in the default router list.
-ss Register an NDP entry for a node. The entry will be permanent
unless the word temp is given in the command. If the word proxy is given, this system will act as an proxy NDP server, responding to requests for hostname even though the host address is not its own.-tt Print timestamp on each entries, to make it possible to merge
output with tcpdump(1). Most useful when used with -AA.
RETURN VALUES
The nnddpp command will exit with 0 on success, and non-zero on errors.
SEE ALSO
arp(8) HISTORY The nnddpp command first appeared in WIDE Hydrangea IPv6 protocol stack kit. BSD May 17, 1998 BSD