OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : Multi-Chassis Link Aggregation Commands : mlag
mlag
Use this command to map a port-channel to an MC-LAG instance.
Note: The MC-LAG port-channel (interface) must be created before mapping.
Note: All MC-LAG nodes must use the same MAC table size.
Use the no form of this command to un-map the port channel from the MC-LAG instance.
Command Syntax
mlag <1-255>
no mlag
Parameters
<1-255>
MC-LAG identifier
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3 and updated for static channel groups in OcNOS version 1.3.6.
Example
#config terminal
(config)#interface mlag1
(config-if)#switchport
(config-if)#bridge-group 1
(config-if)#switchport mode trunk
(config-if)#switchport mode trunk allowed vlan all
(config-if)#exit
(config)#interface sa1
(config-if)#switchport
(config-if)#mlag 1
(config-if)#exit
 
#configure terminal
(config)#interface sa1
(config-if)#no mlag
 
Last modified date: 07/13/2023