set l3-interface routed-interface ipv6-nd ra-interval
To set the RA interval, run the command set l3-interface routed-interface ipv6-nd ra-interval. This sets the time between unsolicited RA packets sent by the device on the specified interface. RA interval can be set in milliseconds or in seconds.Â
Run the command delete l3-interface routed-interface ipv6-nd ra-interval to remove this configuration and go back to the default interval of 60 seconds.
Command Syntax
set l3-interface routed-interface <interface-name> ipv6-nd ra-interval {sec <seconds> | msec <milliseconds>}
delete l3-interface routed-interface <interface-name> ipv6-nd ra-interval {sec|msec}
Parameters
Parameter | Description |
routed-interface <interface-name> | Specifies a routed interface name or sub-interface name. The value is a string. |
sec <seconds> | Specifies the interval in seconds, the value ranges from 1 to 1800 seconds. The default is 60 seconds. |
msec <milliseconds> | Specifies the interval in milliseconds, the value ranges from 70 to 1800000 milliseconds. The default value is 600000ms. |
Example
- This example configures the RA interval to 50 seconds.
admin@XorPlus# set l3-interface routed-interface rif-te4 ipv6-nd ra-interval sec 50 admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.