set l3-interface routed-interface ipv6-nd suppress-ra
Run the command set l3-interface routed-interface ipv6-nd supress-ra to enable or disable sending Router Advertisement (RA) on the specified routed interface or sub-interface.
Command Syntax
set l3-interface routed-interface <interface-name> ipv6-nd suppress-ra true
set l3-interface routed-interface <interface-name> ipv6-nd suppress-ra false
Parameters
Parameter | Description |
routed-interface <interface-name> | Specifies a routed interface name or sub-interface name. The value is a string. |
true | Disables sending RA packets. |
false | This option enables sending RA packets. |
Example
- This example enables sending RA packets on routed interface rif-te4.
admin@XorPlus# set l3-interface routed-interface rif-te4 ipv6-nd suppress-ra false admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.