OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : Bridge Commands : bridge mac-priority-override
bridge mac-priority-override
Use this command to set a MAC priority override.
Use the no parameter with this command to unset a MAC priority override.
Command Syntax
bridge <1-32> mac-priority-override mac-address MAC interface IFNAME vlan VLANID (static|static-priority-override|static-mgmt|static-mgmt-priority-overide) priority <0-7>
no bridge <1-32> mac-priority-override mac-address MAC interface IFNAME vlan VLANID
Parameters
<1-32>
Specify the bridge group ID.
mac-address
Enter a MAC address in HHHH.HHHH.HHHH format.
interface
Interface information
vlan
Add the values associated with a single VLAN
static
The MAC is a static entry
static-mgmt
The MAC is a Static Management
static-mgmt-priority-overide
 
The MAC is a Static Management with priority override
static-priority-override
 
The MAC is a static with priority override
priority
 
priority <0-7> priority value
Default
No default address is specified
Command Mode
Configuration Mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#bridge 1 mac-priority-override mac-address 1111.1111.1111 interface eth1 vlan 2 static priority 2
 
(config)#no bridge 1 mac-priority-override mac-address 1111.1111.1111 interface eth1 vlan 2
Last modified date: 07/13/2023