Brocade Communications Systems Brocade ICX 6650 User Manual
Page 151

Brocade ICX 6650 Administration Guide
133
53-1002600-01
IPv6 neighbor discovery configuration
5
When adjusting these parameter settings, Brocade recommends that the interval between router
advertisement transmission be less than or equal to the router lifetime value if the router is
advertised as a default router. For example, to adjust the interval of router advertisements to 300
seconds and the router lifetime value to 1900 seconds on Ethernet interface 1/1/1, enter the
following commands.
Brocade(config)#interface ethernet 1/1/1
Brocade(config-if-e10000-1/1/1)#ipv6 nd ra-interval 300
Brocade(config-if-e10000-1/1/1)#ipv6 nd ra-lifetime 1900
Brocade(config-if-e10000-1/1/1)#ipv6 nd ra-hop-limit 1
Here is another example with a specified range.
Brocade(config)#interface ethernet 1/1/2
Brocade(config-if-e10000-1/1/2)#ipv6 nd ra-interval range 33 55
Brocade(config-if-e10000-1/1/2)#ipv6 nd ra-lifetime 1900
Brocade(config-if-e10000-1/1/2)#ipv6 nd ra-hop-limit 1
Syntax: [no] ipv6 nd ra-interval
Syntax: [no] ipv6 nd ra-lifetime
Syntax: ipv6 nd ra-hop-limit
The ipv6 nd ra-interval
seconds. The actual RA interval will be from .5 to 1.5 times the configured or default value. For
example, in the above configuration, for ipv6 nd ra-interval 300, the range would be 150 – 450. To
restore the default interval of 200 seconds, use the no form of the command.
The ipv6 nd ra-interval range
range of values instead of a single value.
The
unsolicited multicast router advertisements from the interface. The default is 0.33 times the
the default is the value specified by the
number between -3 – (.75 x
The
between sending unsolicited multicast router advertisements from the interface. This number
can be between 4 – 1800 seconds and must be greater than the
The default is 600 seconds.
The ipv6 nd ra-lifetime
lifetime value of 1800 seconds, use the no form of the command.
The ipv6 nd ra-hop-limit
NOTE
By default, router advertisements will always have the MTU option. To suppress the MTU option, use
the following command at the Interface level of the CLI: ipv6 nd suppress-mtu-option.