bridge-group instance priority
Use this command to set the priority of a multiple spanning tree instance.
The Multiple Spanning Tree Protocol uses port priority as a tiebreaker to determine which port should forward frames for a particular instance on a LAN, or which port should be the root port for an instance. A lower value implies a better priority. In the case of the same priority, the interface index will serve as the tiebreaker, with the lower-numbered interface being preferred over others.
Command Syntax
bridge-group (<1-32>) instance (<1-63>) priority <0-240>
no bridge-group (<1-32>) instance (<1-63>) priority
Parameters
<1-32>
Bridge identifier.
backbone
Backbone bridge.
<1-63>
Multiple spanning tree instance identifier.
<0-240>
Port priority. A lower value means greater likelihood of becoming root. Set the port priority in increments of 16.
Default
By default, the port priority is 128
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
(config)#interface eth2
(config-if)#bridge-group 2
(config-if)#bridge-group 2 instance 4
(config-if)#bridge-group 2 instance 4 priority 64
Last modified date: 10/12/2023