OcNOS-SP : Layer 2 Guide : Layer 2 Configuration Guide : MLAG with Provider Bridging Configuration
MLAG with Provider Bridging Configuration
This chapter contains sample MLAG with Provider bridging configuration.
A provider bridged network is a virtual bridged Local Area Network that comprises provider bridges (SVLAN bridges and provider edge bridges) and attached LANs, under the administrative control of a single service provider. Provider bridges interconnect the separate MACs of the IEEE 802 LANs that compose a provider bridged network, relaying frames to provide connectivity between all the LANs that provide customer interfaces for each service instance.
MLAG (also called DRNI, Distributed Resilient Network Interconnect) expands the concept of link aggregation so that it provides node-level redundancy by allowing two or more nodes to share a common LAG endpoint. MLAG emulates multiple nodes to represent as a single logical node to the remote node running link aggregation. As a result, even if one of the nodes is down there exists a path to reach the destination through the other nodes.
Note: For MLAG with PB, use provider rstp edge bridge on TOR (PEB) nodes and LEAF (PB) node.
Topology
MLAG with Provider Bridging
Configuration
Switch
 
SWITCH#configure terminal
Enter configuration mode
SWITCH(config)#bridge 1 protocol rstp vlan-bridge
Configure the rstp vlan bridge
SWITCH(config)#vlan database
Enter VLAN configuration mode
SWITCH(config-vlan)#vlan 2-2000 bridge 1 state enable
Create vlan for bridge
SWITCH(config-vlan)#exit
Exit VLAN configuration mode
SWITCH(config)#interface po1
Enter interface configuration mode for po1
SWITCH(config-if)#switchport
Configure switchport
SWITCH(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 by disblaing spanning tree
SWITCH(config-if)#switchport mode trunk
Configure switchport mode as trunk
SWITCH(config-if)#switchport trunk allowed vlan all
Associate created vlans to po1 interface
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#interface xe8
Enter interface configuration mode for xe8
SWITCH(config-if)#switchport
Configure switchport
SWITCH(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 by disblaing spanning tree
SWITCH(config-if)#switchport mode trunk
Configure switchport mode as trunk
SWITCH(config-if)#switchport trunk allowed vlan all
Associate created vlans to xe8 interface
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#interface ce49
Enter interface configuration mode for ce49
SWITCH(config-if)# channel-group 1 mode active
Configure interface as member port for po1- port channel
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#interface ce50
Enter interface configuration mode for ce49
SWITCH(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#interface ce51
Enter interface configuration mode for ce49
SWITCH(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#interface ce52
Enter interface configuration mode for ce49
SWITCH(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
SWITCH(config-if)#exit
Exit from interface mode
SWITCH(config)#commit
Commit the candidate configuration to the running
configuration.
SWITCH(config)#exit
Exit from config mode
TOR1 (PEB)
 
TOR1#configure terminal
Enter configuration mode
TOR1(config)#bridge 1 protocol provider-rstp edge
Create provider rstp edge bridge
TOR1(config)#vlan database
Enter VLAN configuration mode
TOR1(config-vlan)#vlan 2-500 type customer bridge 1 state enable
Create customer vlan VLAN 2-500
TOR1(config-vlan)#vlan 501-1005 type service point-point bridge 1 state enable
Create service vlan VLAN 501-1005
TOR1(config-vlan)#exit
Exit VLAN configuration mode
TOR1(config)#cvlan registration table cvlan100 bridge 1
Create cvlan registration table with name cvlan100
TOR1(config-cvlan-registration)#cvlan 100 svlan 1000
Map cvlan100 with svlan 1000
TOR1(config-cvlan-registration)#exit
Exit registration table
TOR1(config)#hardware-profile filter egress-l2 enable
Enable the hardware-profile filter for egress l2.
TOR1(config)#interface mlag1
Enter interface configuration mode for mlag1
TOR1(config-if)#switchport
Configure switchport
TOR1(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
TOR1(config-if)#switchport mode customer-edge trunk
Configure switchport mode customer edge
TOR1(config-if)# switchport customer-edge trunk allowed vlan add 100
Associate customer vlan100 to interface
TOR1(config-if)#switchport customer-edge vlan registration cvlan100
Attach registration table cvlan100 to interface
TOR1(config-if)#mode active-active
Configure mlag mode as active-active
TOR1(config-if)#exit
Exit interface mode
TOR1(config)#interface mlag3
Enter interface configuration mode for mlag3
TOR1(config-if)#switchport
Make interface as switchport
TOR1(config-if)# bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
TOR1(config-if)#switchport mode provider- network
Configure switchport pnp port
TOR1(config-if)#switchport provider-network allowed vlan all
Associate all svlan to the port
TOR1(config-if)#mode active-active
Configure mlag mode as active-active
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface po1
Enter interface configuration mode for po1
TOR1(config-if)#switchport
Make interface as switchport
TOR1(config-if)#mlag 1
Associate mlag1 interfacce to po1
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface po3
Enter interface configuration mode for po3
TOR1(config-if)#switchport
Make interface as switchport
TOR1(config-if)#dot1ad ethertype 0x88a8
Configure TPID with 88a8 to send and receive double tag (Q
in Q)
TOR1(config-if)#mlag 3
Associate mlag3 interfacce to po3
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface ce2/1
Enter interface configuration mode for ce2/1 which is an IDL link
TOR1(config-if)#switchport
Make interface as switchport
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface ce24/1
Enter interface configuration mode for ce24/1
TOR1(config-if)#channel-group 3 mode active
Configure interface as member port for po3- port channel
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)# interface ce25/1
Enter interface configuration mode for ce25/1
TOR1(config-if)#channel-group 3 mode active
Configure interface as member port for po3- port channel
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface ce23/1
Enter interface configuration mode for ce23/1
TOR1(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#interface ce27/1
Enter interface configuration mode for ce2471
TOR1(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
TOR1(config-if)#exit
Exit interface configuration mode
TOR1(config)#mcec domain configuration
Enter mcec domain configuration mode
TOR1(config-mcec-domain)#domain-address 2222.3333.4444
Configure domain address for mlag domain
TOR1(config-mcec-domain)#domain-system-number 1
Configure domain number to identify node in a domain
TOR1(config-mcec-domain)#intra-domain-link ce2/1
Configure intra domain link between tor nodes mlag domain
TOR1(config-mcec-domain)#exit
Exit from mcec domain mode
TOR1(config)#commit
Commit the candidate configuration to the running
configuration.
TOR1(config)#exit
Exit from config mode
TOR2 (PEB)
 
TOR2#configure terminal
Enter configuration mode
TOR2(config)#bridge 1 protocol provider-rstp edge
Create provider rstp edge bridge
TOR2(config)#vlan database
Enter VLAN configuration mode
TOR2(config-vlan)#vlan 2-500 type customer bridge 1 state enable
Create customer vlan VLAN 2-500
TOR2(config-vlan)#vlan 501-1005 type service point-point bridge 1 state enable
Create service vlan VLAN 501-1005
TOR2(config-vlan)#exit
Exit VLAN configuration mode
TOR2(config)#cvlan registration table cvlan100 bridge 1
Create cvlan registration table with name cvlan100
TOR2(config-cvlan-registration)#cvlan 100 svlan 1000
Map cvlan100 with svlan 1000
TOR2(config-cvlan-registration)#exit
Exit registration table
TOR2(config)#hardware-profile filter egress-l2 enable
Enable the hardware-profile filter for egress l2.
TOR2(config)#interface mlag1
Enter interface configuration mode for mlag1
TOR2(config-if)#switchport
Configure switchport
TOR2(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
TOR2(config-if)#switchport mode customer-edge trunk
Configure switchport mode customer edge
TOR2(config-if)# switchport customer-edge trunk allowed vlan add 100
Associate customer vlan 100 to interface
TOR2(config-if)#switchport customer-edge vlan registration cvlan100
Attach registration table cvlan100 to interface
TOR2(config-if)#mode active-active
Configure mlag mode as active-active
TOR2(config-if)#exit
Exit interface mode
TOR2(config)#interface mlag3
Enter interface configuration mode for mlag3
TOR2(config-if)#switchport
Make interface as switchport
TOR2(config-if)# bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
TOR2(config-if)#switchport mode provider- network
Configure switchport pnp port
TOR2(config-if)#switchport provider-network allowed vlan all
Associate all svlan to the port
TOR2(config-if)#mode active-active
Configure mlag mode as active-active
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface po1
Enter interface configuration mode for po1
TOR2(config-if)#switchport
Make interface as switchport
TOR2(config-if)#mlag 1
Associate mlag1 interfacce to po1
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface po3
Enter interface configuration mode for po3
TOR2(config-if)#switchport
Make interface as switchport
TOR2(config-if)#dot1ad ethertype 0x88a8
Configure TPID with 88a8 to send and receive double tag (Q
in Q)
TOR2(config-if)#mlag 3
Associate mlag1 interfacce to po3
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface ce37
Enter interface configuration mode for ce2/1 which is an IDL link
TOR2(config-if)#switchport
Make interface as switchport
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface ce7
Enter interface configuration mode for ce7
TOR2(config-if)#channel-group 3 mode active
Configure interface as member port for po3- port channel
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)# interface ce8
Enter interface configuration mode for ce8
TOR2(config-if)#channel-group 3 mode active
Configure interface as member port for po3- port channel
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface ce31
Enter interface configuration mode for ce31
TOR2(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#interface ce32
Enter interface configuration mode for ce32
TOR2(config-if)#channel-group 1 mode active
Configure interface as member port for po1- port channel
TOR2(config-if)#exit
Exit interface configuration mode
TOR2(config)#mcec domain configuration
Enter mcec domain configuration mode
TOR2(config-mcec-domain)#domain-address 2222.3333.4444
Configure domain address for mlag domain
TOR2(config-mcec-domain)#domain-system-number 2
Configure domain number to identify node in a domain
TOR2(config-mcec-domain)#intra-domain-link ce37
Configure intra domain link between tor nodes mlag domain
TOR2(config-mcec-domain)#exit
Exit interface configuration mode
TOR2(config)#commit
Commit the candidate configuration to the running
configuration.
TOR2(config)#exit
Exit interface configuration mode
LEAF(PB)
 
LEAF#configure terminal
Enter configuration mode
LEAF(config)# bridge 1 protocol provider-rstp edge
Create provider rstp edge bridge
LEAF(config)#vlan database
Enter VLAN configuration mode
LEAF(config-vlan)#vlan 2-500 type customer bridge 1 state enable
Create customer vlan VLAN 2-500
LEAF(config-vlan)#vlan 501-1005 type service point-point bridge 1 state enable
Create service vlan VLAN 501-1005
LEAF(config-vlan)#exit
Exit VLAN configuration mode
LEAF(config)#interface po3
Enter interface configuration mode for po3
LEAF(config-if)#switchport
Make interface as switchport
LEAF(config-if)#dot1ad ethertype 0x88a8
Configure TPID with 88a8 to send and receive double tag (Q
in Q)
LEAF(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
LEAF(config-if)#switchport mode provider-network
Configure switchport pnp port
LEAF(config-if)#switchport provider-network allowed vlan all
Associate all svlan to the port
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#interface xe24
Enter interface configuration mode for xe24
LEAF(config-if)#switchport
Make interface as switchport
LEAF(config-if)#dot1ad ethertype 0x88a8
Configure TPID with 88a8 to send and receive double tag (Q
in Q)
LEAF(config-if)#bridge-group 1 spanning-tree disable
Associate interface with bridge-group 1 and disable spanning-tree
LEAF(config-if)#switchport mode provider-network
Configure switchport pnp port
LEAF(config-if)#switchport provider-network allowed vlan all
Associate all svlan to the port
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#interface ce49
Enter interface configuration mode for ce49
LEAF(config-if)# channel-group 3 mode active
Configure interface as member port for po3- port channel
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#interface ce50
Enter interface configuration mode for ce50
LEAF(config-if)# channel-group 3 mode active
Configure interface as member port for po3- port channel
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#interface ce51
Enter interface configuration mode for ce51
LEAF(config-if)# channel-group 3 mode active
Configure interface as member port for po3- port channel
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#interface ce52
Enter interface configuration mode for ce52
LEAF(config-if)# channel-group 3 mode active
Configure interface as member port for po3- port channel
LEAF(config-if)#exit
Exit interface configuration mode
LEAF(config)#commit
Commit the candidate configuration to the running
configuration.
LEAF(config)#exit
Exit from config mode
Validation
Validation commands are : show mlag domain summary , show mlag domain details, show ether-channel summary, show bridge, Show mac address-table bridge <bridge-id>, show cvlan registration table bridge <bridge-id>
 
For below show mac table output sending cvlan 100 traffic from SWITCH to LEAF, for which TOR nodes add svlan 1000 and egress same to LEAF and LEAF ixia also receives double tag.
 
TOR1#show mlag domain details
 
------------------------------------
Domain Configuration
------------------------------------
 
Domain System Number : 1
Domain Address : 2222.3333.4444
Domain Priority : 32768
Intra Domain Interface : ce2/1
 
Hello RCV State : Current
Hello Periodic Timer State : Slow Periodic
Domain Sync : IN_SYNC
Neigh Domain Sync : IN_SYNC
Domain Adjacency : UP
Domain Sync via : Intra-domain-interface
 
------------------------------------
MLAG Configuration
------------------------------------
 
MLAG-1
Mapped Aggregator : po1
Admin Key : 16385
Oper Key : 16385
Physical status : 1
Physical properties Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
 
Neigh Admin Key : 32769
Neigh Physical status : 1
Neigh Physical Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
Info RCV State : Current
Info Periodic Time State : Standby
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
MLAG-3
Mapped Aggregator : po3
Admin Key : 16387
Oper Key : 16387
Physical status : 1
Physical properties Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
 
Neigh Admin Key : 32771
Neigh Physical status : 1
Neigh Physical Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
Info RCV State : Current
Info Periodic Time State : Standby
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
TOR1#
 
TOR1#show mlag domain summary
 
------------------------------------
Domain Configuration
------------------------------------
 
Domain System Number : 1
Domain Address : 2222.3333.4444
Domain Priority : 32768
Intra Domain Interface : ce2/1
Domain Adjacency : UP
Domain Sync via : Intra-domain-interface
------------------------------------
MLAG Configuration
------------------------------------
 
MLAG-1
Mapped Aggregator : po1
Physical properties Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
Total Bandwidth : 400g
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
 
MLAG-3
Mapped Aggregator : po3
Physical properties Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
Total Bandwidth : 400g
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
 
TOR1#
 
TOR1#show etherchannel summary
Aggregator po1 100001
Aggregator Type: Layer2
Admin Key: 16385 - Oper Key 16385
Link: ce23/1 (5001) sync: 1 (Mlag-active-link)
Link: ce27/1 (5029) sync: 1 (Mlag-active-link)
--------------------------------------
Aggregator po3 100003
Aggregator Type: Layer2
Admin Key: 16387 - Oper Key 16387
Link: ce25/1 (5005) sync: 1 (Mlag-active-link)
Link: ce24/1 (5117) sync: 1 (Mlag-active-link)
TOR1#
 
TOR2#show mlag domain details
 
------------------------------------
Domain Configuration
------------------------------------
 
Domain System Number : 2
Domain Address : 2222.3333.4444
Domain Priority : 32768
Intra Domain Interface : ce37
 
Hello RCV State : Current
Hello Periodic Timer State : Slow Periodic
Domain Sync : IN_SYNC
Neigh Domain Sync : IN_SYNC
Domain Adjacency : UP
Domain Sync via : Intra-domain-interface
 
------------------------------------
MLAG Configuration
------------------------------------
 
MLAG-1
Mapped Aggregator : po1
Admin Key : 32769
Oper Key : 16385
Physical status : 1
Physical properties Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
 
Neigh Admin Key : 16385
Neigh Physical status : 1
Neigh Physical Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
Info RCV State : Current
Info Periodic Time State : Standby
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
MLAG-3
Mapped Aggregator : po3
Admin Key : 32771
Oper Key : 16387
Physical status : 1
Physical properties Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
 
Neigh Admin Key : 16387
Neigh Physical status : 1
Neigh Physical Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
Info RCV State : Current
Info Periodic Time State : Standby
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
TOR2# show mlag domain summary
 
------------------------------------
Domain Configuration
------------------------------------
 
Domain System Number : 2
Domain Address : 2222.3333.4444
Domain Priority : 32768
Intra Domain Interface : ce37
Domain Adjacency : UP
Domain Sync via : Intra-domain-interface
------------------------------------
MLAG Configuration
------------------------------------
 
MLAG-1
Mapped Aggregator : po1
Physical properties Digest : 1b bc c2 24 5a 1c cf 6 88 32 a1 4b 62 c2 c0 2
Total Bandwidth : 400g
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
 
 
MLAG-3
Mapped Aggregator : po3
Physical properties Digest : 46 51 95 9d e2 90 81 47 d0 51 d9 de 4f 8 48 93
Total Bandwidth : 400g
Mlag Sync : IN_SYNC
Mode : Active-Active
Current Mlag state : Active
TOR2#
 
TOR2#show etherchannel summary
Aggregator po1 100001
Aggregator Type: Layer2
Admin Key: 32769 - Oper Key 16385
Link: ce31 (5062) sync: 1 (Mlag-active-link)
Link: ce32 (5064) sync: 1 (Mlag-active-link)
--------------------------------------
Aggregator po3 100003
Aggregator Type: Layer2
Admin Key: 32771 - Oper Key 16387
Link: ce7 (5029) sync: 1 (Mlag-active-link)
Link: ce8 (5031) sync: 1 (Mlag-active-link)
TOR2#
 
SWITCH2#show bridge
bridge 1 is running on rstp vlan-bridge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 100 xe8 0000.2223.2425 1 300
SWITCH2#
SWITCH2#
SWITCH2#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
100 0000.2223.2425 dynamic xe8 Disable
SWITCH2#
 
 
TOR1# show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 mlag1 0000.2223.2425 1 300
TOR1#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic mlag1 Disable
TOR1#
 
 
TOR2#show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 mlag1 0000.2223.2425 1 300
TOR2#
 
TOR2#
TOR2#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic mlag1 Disable
TOR2#
 
 
 
 
 
 
 
LEAF#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic po3 Disable
LEAF#
 
 
 
LEAF#show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 po3 0000.2223.2425 1 300
LEAF#
 
 
Now send traffic with svlan-1000 and c-vlan 100 from LEAF to SWITCH,Tor removes svlan and send only cvlan to SWITCH
 
LEAF#show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 po3 0000.2223.2425 1 300
1 1000 xe24 0000.2425.2627 1 300
LEAF#
 
LEAF#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic po3 Disable
1000 0000.2425.2627 dynamic xe24 Disable
LEAF#
 
 
TOR1#show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 mlag1 0000.2223.2425 1 300
1 1000 mlag3 0000.2425.2627 1 300
TOR1#
 
TOR1#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic mlag1 Disable
1000 0000.2425.2627 dynamic mlag3 Disable
TOR1#
 
 
TOR2#show bridge
bridge 1 is running on provider-rstp edge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 1000 mlag1 0000.2223.2425 1 300
1 1000 mlag3 0000.2425.2627 1 300
TOR2#
 
TOR2#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
1000 0000.2223.2425 dynamic mlag1 Disable
1000 0000.2425.2627 dynamic mlag3 Disable
TOR2#
 
 
SWITCH2#show bridge
bridge 1 is running on rstp vlan-bridge
Ageout time is global and if something is configured for vxlan then it will be a
ffected here also
Bridge CVLAN SVLAN BVLAN Port MAC Address FWD Time-out
---------+------+------+------+-----------+-----------------+-----+---------+
1 100 xe8 0000.2223.2425 1 300
1 100 po1 0000.2425.2627 1 300
SWITCH2#
 
SWITCH2#show mac address-table bridge 1
CVLAN SVLAN MAC Address Type Ports Port-security
------+------+---------------+---------+---------+--------------
100 0000.2223.2425 dynamic xe8 Disable
100 0000.2425.2627 dynamic po1 Disable
SWITCH2#