#configure terminal | Enter configure mode. |
(config)# bridge 1 protocol rstp vlan-bridge end | Configure bridge type |
configure terminal | Enter Configure mode |
(config)# vlan database | Enter vlan database |
(config-vlan)# vlan 600 bridge 1 state enable | Configure vlans |
(config-if)#end | |
#configure terminal | Enter Configure mode. |
(config)#interface mlag1 | Enter Interface mode |
(config-if)# switchport | Make mlag as layer2 port |
(config-if)# bridge-group 1 | Attach interface to bridge |
(config-if)# switchport mode trunk | Configure trunk port |
(config-if)# switchport trunk allowed vlan add 600,601,502 | Add interface to vlans |
(config-if)# spanning-tree edgeport | Configure port as edge port to avoid loops |
(config-if)# spanning-tree bpdu-filter enable | Enable bpdu filter to avoid loops |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface mlag3 | Enter Interface mode |
(config-if)# switchport | Make mlag as layer2 port |
(config-if)# bridge-group 1 | Attach interface to bridge |
(config-if)# switchport mode trunk | Configure trunk port |
(config-if)# switchport trunk allowed vlan add 600,502 | Add interface to vlans |
(config-if)# spanning-tree edgeport | Configure port as edge port to avoid loops |
(config-if)# spanning-tree bpdu-filter enable | Enable bpdu filter to avoid loops |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface po100 | Enter Interface mode |
(config-if)# switchport | Make po as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan all | Enable all VLAN identifiers on this interface. |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | |
#configure terminal | Enter Configure mode. |
(config)#interface sa1 | Enter Interface mode |
(config-if)# switchport | Make sa1 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed all | Enable all VLAN identifiers on this interface. |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce2/1 | Enter Interface mode |
(config-if)#port breakout enable | Port breakout enabled |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce2/2 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce2/3 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce2/4 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/1 | Enter Interface mode |
(config-if)#port breakout enable | Port breakout enabled |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/2 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/3 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/4 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce4/1 | Enter Interface mode |
(config-if)#port breakout enable | Port breakout enabled |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce4/2 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce4/3 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#mcec domain configuration | Enter Multichasis Etherchannel domain configuration mode. |
(config-mcec-domain)# domain-address 1111.2222.3333 | Configure the domain address. |
(config-mcec-domain)# domain-system-number 1 | Configure the domain system number |
(config-mcec-domain)# intra-domain-link po100 | Specify the intra domain link for MLAG communication |
(config-mcec-domain)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#int mlag1 | Enter Interface mode |
(config-if)#mode active-standby | Configure mlag mode for mlag1 |
(config-if)#switchover type revertive 10 | Configure revertive timer |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa1 | Enter Interface mode |
(config-if)#mlag 1 | Map sa1 to mlag1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#int mlag3 | Enter Interface mode |
(config-if)#mode active-standby | Configure mlag mode for mlag3 |
(config-if)#switchover type revertive 10 | Configure revertive timer |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa3 | Enter Interface mode |
(config-if)#mlag 3 | Map sa3 to mlag3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config-if)# interface sa1 | Enter sa interface mode |
(config-if)#port-channel min-links 3 | Configure min-link value on sa interface |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa3 | Enter sa Interface mode |
(config-if)#port-channel min-bandwidth 30g | Configure min-bandwidth value on sa/po interface |
#configure terminal | Enter configure mode. |
bridge 1 protocol rstp vlan-bridge end | Configure bridge type |
configure terminal | Enter Configure mode. |
(config)# vlan database | Enter vlan database |
(config-vlan)# vlan 600 bridge 1 state enable | Configure vlans |
#configure terminal | Enter Configure mode. |
(config)#interface mlag1 | Enter Interface mode |
(config-if)# switchport | Make mlag as layer2 port |
(config-if)# bridge-group 1 | Attach interface to bridge |
(config-if)# switchport mode trunk | Configure trunk port |
(config-if)# switchport trunk allowed vlan add 600,601,502 | Add interface to vlans |
(config-if)# spanning-tree edgeport | Configure port as edge port to avoid loops |
(config-if)# spanning-tree bpdu-filter enable | Enable bpdu filter to avoid loops |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface mlag3 | Enter Interface mode |
(config-if)# switchport | Make mlag as layer2 port |
(config-if)# bridge-group 1 | Attach interface to bridge |
(config-if)# switchport mode trunk | Configure trunk port |
(config-if)# switchport trunk allowed vlan add 600,502 | Add interface to vlans |
(config-if)# spanning-tree edgeport | Configure port as edge port to avoid loops |
(config-if)# spanning-tree bpdu-filter enable | Enable bpdu filter to avoid loops |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface po100 | Enter Interface mode |
(config-if)# switchport | Make po(IDL) as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan all | Enable all VLAN identifiers on this interface. |
(config-if)# port-channel load-balance src-dst-mac | Enable load balance |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa1 | Enter Interface mode |
(config-if)# switchport | Make sa1 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed all | Enable all VLAN identifiers on this interface. |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa3 | Enter Interface mode |
(config-if)# switchport | Make sa3 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed all | Enable all VLAN identifiers on this interface. |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce1/1 | Enter Interface mode |
(config-if)#port breakout enable | Port breakout enabled |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce1/2 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce1/3 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/1 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/2 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/3 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce3/4 | Enter Interface mode |
(config-if)# channel-group 100 mode active | Add interface to po100 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce5/1 | Enter Interface mode |
(config-if)#port breakout enable | Port breakout enabled |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce5/2 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface ce5/3 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#mcec domain configuration | Enter Multichasis Etherchannel domain configuration mode. |
(config-mcec-domain)# domain-address 1111.2222.3333 | Configure the domain address. |
(config-mcec-domain)# domain-system-number 2 | Configure the domain system number |
(config-mcec-domain)# intra-domain-link po100 | Specify the intra domain link for MLAG communication |
(config-mcec-domain)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#int mlag1 | Enter Interface mode |
(config-if)#mode active-standby | Configure mlag mode for mlag1 |
(config-if)#switchover type revertive 10 | Configure revertive timer |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa1 | Enter Interface mode |
(config-if)#mlag 1 | Map sa1 to mlag1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#int mlag3 | Enter Interface mode |
(config-if)#mode active-standby | Configure mlag mode for mlag3 |
(config-if)#switchover type revertive 10 | Configure revertive timer |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface sa3 | Enter Interface mode |
(config-if)#mlag 3 | Map sa3 to mlag3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config-if)# interface sa1 | Enter sa interface mode |
(config-if)#port-channel min-links 3 | Configure min-link value on sa interface |
(config)#interface sa3 | Enter sa Interface mode |
(config-if)#port-channel min-bandwidth 30g | Configure min-bandwidth value on sa interface. |
configure terminal | Enter Configure mode. |
bridge 1 protocol rstp vlan-bridge | Configure bridge type |
(config)#vlan database | Create vlan database |
(config-vlan)#vlan 600,601,502,101,100 bridge 1 state enable | Create Vlans |
(config-vlan)#end | Return to privilege mode |
configure terminal | Enter Configure mode. |
(config)#interface xe1 | Enter Interface mode |
(config-if)# switchport | Make xe1 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan all | Enable all VLAN identifiers on this interface. |
(config-if)#spanning-tree edgeport | Configure port as edgeport |
(config-if)#spanning-tree bpdu-filter enable | Enable spanning tree bpdu filter |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | Return to privilege mode |
configure terminal | Enter Configure mode. |
(config)#interface sa1 | Enter Interface mode |
(config-if)# switchport | Make xe1 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan add 100,101,300,401,402 | Enable all VLAN identifiers on this interface. |
(config-if)#spanning-tree edgeport | Configure port as edgeport |
(config-if)#spanning-tree bpdu-filter enable | Enable spanning tree bpdu filter |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe2 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe3 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe4 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa1 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe6 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe7 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe8 | Enter Interface mode |
(config-if)# static-channel-group 1 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
configure terminal | Enter Configure mode. |
bridge 1 protocol rstp vlan-bridge | Configure bridge type |
(config)#vlan database | Create vlan database |
(config-vlan)#vlan 600,601,502,101,100 bridge 1 state enable | Create vlans |
(config-vlan)#end | Return to privilege mode |
configure terminal | Enter Configure mode. |
(config)#interface xe5/1 | Enter Interface mode |
(config-if)# switchport | Make xe1 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan all | Enable all VLAN identifiers on this interface. |
(config-if)#spanning-tree edgeport | Configure port as edge port |
(config-if)#spanning-tree bpdu-filter enable | Enable spanning tree bpdu filter |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | Return to privilege mode |
configure terminal | Enter Configure mode. |
(config)#interface sa3 | Enter Interface mode |
(config-if)# switchport | Make sa3 as layer2 port |
(config-if)# bridge-group 1 | Associate the interface with bridge group 1. |
(config-if)# switchport mode trunk | Set the switching characteristics of this interface to trunk mode. |
(config-if)# switchport trunk allowed vlan add 100,101,401,402,600,502 | Enable all VLAN identifiers on this interface. |
(config-if)#spanning-tree edgeport | Configure port as edge port |
(config-if)#spanning-tree bpdu-filter enable | Enable spanning tree bpdu filter |
(config-if)# mtu 9216 | Configure mtu |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe3/1 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe3/2 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe3/3 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe1/1 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe1/2 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |
#configure terminal | Enter Configure mode. |
(config)#interface xe1/3 | Enter Interface mode |
(config-if)# static-channel-group 3 | Add interface to sa3 |
(config-if)#end | Return to privilege mode |