OcNOS-RON : Layer 3 Guide : Neighbor Discovery Command Reference : Neighbor Discovery Commands : ipv6 nd ra-interval
ipv6 nd ra-interval
Use this command to specify the interval between IPv6 Router Advertisements (RA).
Use no parameter with this command to set the value to its default.
Note: The RA interval will have a random variation from configured interval to avoid synchronization of advertisement with routers.
Command Syntax
ipv6 nd ra-interval <4-1800> (<3-1350>|)
no ipv6 nd ra-interval
Parameter
<4-1800>
RA interval in seconds.
<3-1350>
Minimum RA interval (in seconds).
Default
By default, RA interval is 600 seconds, and Minimum RA interval is 0.33*RA interval.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth3
(config-if)#ipv6 nd ra-interval 60 15
(config-if)#ipv6 nd prefix 3ffe:ffff:ffff::/64
 
(config-if)#no ipv6 nd ra-interval
Last modified date: 08/28/2023