Use this command to configure Neighbor Unreachability Detection (NUD). NUD verifies that communication with a neighbor exists.
| Format | ipv6 nud {backoff-multiple | max-multicast-solicits | max-unicast-solicits} |
| Mode | Global Config |
| Term | Definition |
|---|---|
| backoff-multiple | Sets the exponential backoff multiple to calculate time outs in NS transmissions during NUD. The value ranges from 1 to 5. 1 is the default. The next timeout value is limited to a maximum value of 60 seconds if the value with exponential backoff calculation is greater than 60 seconds. |
| max-multicast-solicits | Sets the maximum number of multicast solicits sent during Neighbor Unreachability Detection. The value ranges from 3 to 255. 3 is the default. |
| max-unicast-solicits | Sets the maximum number of unicast solicits sent during Neighbor Unreachability Detection. The value ranges from 3 to 10. 3 is the default. |