set l3-interface routed-interface ipv6-nd router-preference
Run the command set l3-interface routed-interface ipv6-nd router-preference to set the IPv6 Default Router Preference. Routers may include the default router preference in RA packets to signal to nodes the router preference in low, medium or high. Router preference is sent using the unused bits in the RA packet. The hosts that do not implement the default router preference will ignore these bits.Â
Command Syntax
set l3-interface routed-interface <interface-name> ipv6-nd router-preference <low|medium|high>
delete l3-interface routed-interface <interface-name> ipv6-nd router-preference
Parameters
Parameter | Description |
routed-interface <interface-name> | Specifies a routed interface name or sub-interface name. The value is a string. |
router-preference <low|medium|high> | Specifies the default router preference, the three possible values are low, medium and high.
The default is medium default router preference. |
Example
- The command below sets the default router preference to low.
admin@XorPlus# set l3-interface routed-interface rif-te4 ipv6-nd router-preference low admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.