Ce MST Evc BD
Ce MST Evc BD
1s on Bridge Domains
The IEEE 802.1s on Bridge Domains feature enables Multiple Spanning Tree (MST) on Ethernet Virtual
Circuits (EVCs).
EVC
An EVC as defined by the Metro Ethernet Forum is a port-level point-to-point or multipoint-to-multipoint
Layer 2 circuit. It is an end-to-end representation of a single instance of a Layer 2 service being offered by a
provider to a customer. An EVC embodies the different parameters on which the service is being offered. A
service instance is the instantiation of an EVC on a specified port.
Service instances are configured under a port channel. The traffic, carried by the service instance is load
balanced across member links. Service instances under a port channel are grouped and each group is associated
with one member link. Ingress traffic for a single EVC can arrive on any member of the bundle. All egress
traffic for a service instance uses only one of the member links. Load balancing is achieved by grouping
service instances and assigning them to a member link.
Ethernet virtual connection services (EVCS) uses the concepts of EVCs and service instances to provide Layer
2 switched Ethernet services. EVC status can be used by a Customer Edge (CE) device either to find an
alternative path in to the service provider network or in some cases, to fall back to a backup path over Ethernet
or over another alternative service such as Frame Relay or ATM.
For information about the Metro Ethernet Forum standards, see the Standards table in the Additional References
section.
To participate in MST instances, routers must be consistently configured with the same MST configurations.
A collection of interconnected routers that have the same MST configuration forms an MST region. For two
or more routers to be in the same MST region, they must have the same VLAN-to-instance mapping, the same
configuration revision number, and the same MST name.
The MST configuration controls the MST region to which each router belongs. The configuration includes
the name of the region, the revision number, and the MST VLAN-to-instance assignment map.
A region can have one or multiple members with the same MST configuration; each member must be capable
of processing Rapid Spanning Tree Protocol (RSTP) bridge protocol data units (BPDUs). There is no limit
to the number of MST regions in a network, but each region can support up to 65 spanning tree instances.
Instances can be identified by any number in the range from 0 to 4094. You can assign a VLAN to only one
spanning tree instance at a time.
1. enable
2. configure terminal
3. interface type slot / subslot / port [.subinterface-number]
4. service instance id ethernet [evc-id]
5. encapsulation dot1q vlan-id [native]
6. bridge-domain bridge-id [split-horizon [group group-id]]
DETAILED STEPS
Example:
Device# configure terminal
Step 3 interface type slot / subslot / port Specifies the interface to configure and enters interface
[.subinterface-number] configuration mode.
Example:
Device(config)# interface gigabitethernet 4/0/0
Step 4 service instance id ethernet [evc-id] Creates a service instance (an instance of an Ethernet
virtual circuit [ EVC]) on an interface and enters service
Example: instance configuration mode.
Step 5 encapsulation dot1q vlan-id [native] Defines the matching criteria to be used in order to map
ingress dot1q frames on an interface to the appropriate
Example: service instance.
Example:
Device(config-if-srv)# bridge-domain 12
Troubleshooting Tips
The following commands can be used to troubleshoot MST configurations on EVC bridge domains.
• debug ethernet l2ctrl
• debug l2ctrl
Device# enable
Device# configure terminal
Device(config)# interface gigabitethernet 4/0/0
Device(config-if)# service instance 1 ethernet
Device(config-if-srv)# encapsulation dot1q 2
Device(config-if-srv)# bridge-domain 100
Device(config-if-srv)# exit
Device(config-if)# exit
Device(config)# interface gigabitethernet 4/0/3
Device(config-if)# service instance 1 ethernet
Device(config-if-srv)# encapsulation dot1q 2
Device(config-if-srv)# bridge-domain 100
Device(config-if-srv)# end
Issue the following command to verify the configuration:
MST0
Spanning tree enabled protocol mstp
Root ID Priority 32768
Address 0009.e91a.bc40
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32768 (priority 32768 sys-id-ext 0)
Address 0009.e91a.bc40
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
MST1
Spanning tree enabled protocol mstp
Root ID Priority 32769
Address 0009.e91a.bc40
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0009.e91a.bc40
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Gi4/0/3 Desg FWD 20000 128.1540 P2p
MST2
Spanning tree enabled protocol mstp
Root ID Priority 32770
Address 0009.e91a.bc40
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32770 (priority 32768 sys-id-ext 2)
Address 0009.e91a.bc40
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Gi4/0/0 Desg FWD 20000 128.1537 P2p
In the following example, Gigabit Ethernet interface 4/0/3 with a service instance that has an outer encapsulation
VLAN ID of 2 and a bridge domain of 100 receives a new service:
Device# enable
Device# configure terminal
Device(config)# interface gigabitethernet 4/0/3
Device((config-if)# service instance 2 ethernet
Device((config-if-srv)# encapsulation dot1q 2 second-dot1q 100
Device((config-if-srv)# bridge-domain 200
Now two service instances are configured on Gigabit Ethernet interface4/0/3 and both of them have the same
outer VLAN 2:
interface GigabitEthernet4/0/3
no ip address
service instance 1 ethernet
encapsulation dot1q 2
bridge-domain 100
!
service instance 2 ethernet
Additional References
Related Documents
Cisco IOS commands: master list of commands with Cisco IOS Master Command List, All Releases
complete command syntax, command mode,
command history, defaults, usage guidelines, and
examples
Standards
Standard Title
MEF 6.1 Metro Ethernet Services Definitions Phase 2 (PDF
6/08)
Technical Assistance
Description Link
The Cisco Support and Documentation website http://www.cisco.com/cisco/web/support/index.html
provides online resources to download documentation,
software, and tools. Use these resources to install and
configure the software and to troubleshoot and resolve
technical issues with Cisco products and technologies.
Access to most tools on the Cisco Support and
Documentation website requires a Cisco.com user ID
and password.