set l3-interface vlan-interface ipv6-nd router-preference
Run the command set l3-interface vlan-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 vlan-interface <vlan-interface> ipv6-nd router-preference <low|medium|high>
delete l3-interface vlan-interface <vlan-interface> ipv6-nd router-preference
Parameters
Parameter | Description |
vlan-interface <vlan-interface> | Specifies the VLAN interface name. |
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 vlan-interface vlan4001 ipv6-nd router-preference low admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.