2-321
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
mpls l2transport route
Examples
This example shows how to establish an Ethernet over MPLS (EoMPLS) tunnel between the PE1 VLAN
3 interface and the PE2 VLAN 4 interface. PE1 has IP address 10.0.0.1/32 that PE2 discovers through
routing, and PE2 has IP address 20.0.0.1/32 that PE1 discovers through routing.
At the PE1 interface:
Switch(config)#
interface vlan 3
Switch(config-if)#
mpls l2transport route 20.0.0.1 123
At the PE2 interface:
Switch(config)#
interface vlan 4
Switch(config-if)#
mpls l2transport route 10.0.0.1 123
You can verify your setting by entering the
show mpls l2transport vc
privileged EXEC command.
Related Commands
Command
Description
Displays information about the EoMPLS VCs that have been enabled to
route Layer 2 packets on a device.