-A wait |
| Repeat -a (dump NDP entries) every wait seconds. |
-c | Erase all the NDP entries. |
-d | Delete specified NDP entry. |
-f | Parse the file specified by filename. |
-H | Harmonize consistency between the routing table and the default router list; install the top entry of the list into the kernel routing table. |
-I | Shows the default interface used as the default route when there is no default router. |
-I interface |
| Specifies the default interface used as the default route when there is no default router. The interface will be used as the default. |
-I delete |
| The current default interface will be deleted from the kernel. |
-i interface [flags ...] |
| View ND information for the specified interface. If additional arguments flags are given, ndp sets or clears the specified flags for the interface. Each flag should be separated by white spaces or tab characters. Possible flags are as follows. All of the flags can begin with the special character -, which means the flag should be cleared. Note that you need -- before -foo in this case. |
nud | Turn on or off NUD (Neighbor Unreachability Detection) on the interface. NUD is usually turned on by default. |
accept_rtadv |
| Specify whether or not to accept Router Advertisement messages received on the interface. Note that the kernel does not accept Router Advertisement messages unless the net.inet6.ip6.accept_rtadv variable is non-0, even if the flag is on. This flag is set to 1 by default. |
prefer_source |
| Prefer addresses on the interface as candidates of the source address for outgoing packets. The default value of this flag is off. For more details about the entire algorithm of source address selection, see the IMPLEMENTATION file supplied with the KAME kit. |
|
-n | Do not try to resolve numeric addresses to hostnames. |
-p | Show prefix list. |
-P | Flush all the entries in the prefix list. |
-r | Show default router list. |
-R | Flush all the entries in the default router list. |
-s | 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 a proxy NDP server, responding to requests for hostname even though the host address is not its own. |
-t | Print timestamp on each entry, making it possible to merge output with tcpdump(1). Most useful when used with -A . |
|