set l3-interface vlan-interface ipv6-nd ra-interval
To set the RA interval, run the command set l3-interface vlan-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 vlan-interface ipv6-nd ra-interval to remove this configuration and go back to the default interval of 60 seconds.
Command Syntax
set l3-interface vlan-interface <interface-name> ipv6-nd ra-interval {sec <seconds> | msec <milliseconds>}
delete l3-interface vlan-interface <interface-name> ipv6-nd ra-interval {sec|msec}
Parameters
Parameter | Description |
vlan-interface <vlan-interface> | Specifies the VLAN interface name. |
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 vlan-interface vlan4001 ipv6-nd ra-interval sec 50 admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.