ipv6 nd ns-interval

Configures the interval in milliseconds at which duplicate address detection sends a neighbor solicitation message on an interface.

Syntax

ipv6 nd ns-interval interval
no ipv6 nd ns-interval interval

Command Default

By default, duplicate address detection sends a neighbor solicitation message every 1000 milliseconds.

Parameters

interval
Specifies the interval in milliseconds at which duplicate address detection sends a neighbor solicitation message on an interface. Valid values are 0 to 4294967295 milliseconds. The default value is 1000 milliseconds.

Modes

Interface configuration mode

Usage Guidelines

Brocade does not recommend very short intervals in normal IPv6 operation. When a non-default value is configured, the configured time is both advertised and used by the router itself.

The no form of the command restores the interval to the default value of 1000 milliseconds.

Examples

The following example configures the interval between the transmission of the two messages to 9 seconds.

device(config)# interface ethernet 1/3/1
device(config-if-e1000-1/3/1)# ipv6 nd ns-interval 9000