bridge vlan priority
This command sets the priority value for the spanning-tree on the bridge. The lower the priority of the VLAN on a bridge, the better the chances of the bridge becoming a root bridge, or a designated bridge for the VLAN.
Use the no form of this command to set the priority to its default (32,768).
Command Syntax
bridge <1-32> vlan <2-4094> priority <0-61440>
no bridge <1-32> vlan <2-4094> priority
Parameters
<1-32>
Bridge identifier.
<2-4094>
VLAN identifier.
<0-61440>
Bridge priority for the common instance. Set the priority in increments of 4096. A lower priority indicates greater likelihood of becoming root.
Default
By default, priority for each VLAN is 32,768
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#bridge 1 vlan 2 priority 80
(config)#no bridge 1 vlan 10 priority
Last modified date: 07/13/2023