Chapter 7: Second Level Commands | June 30, 2006 |
<vc-id>
This assigns a VC ID to the virtual circuit between the system and the remote PE.
Example: Route VLAN interface through an MPLS L2 VPN based on Martini draft
Host(config)# mpls ip Ethernet 0\1
Host(config)# mpls l2transport interface 194.90.1.4 200
Host(config)# mpls l2transport route interface VLAN 0\1\100 194.90.1.4 200
Note: The system should refuse the mpls l2transport route command if the type is configured on the mpls interface.
Host(config)# mpls l2transport interface 194.90.1.4 200
Host(config)# mpls l2transport route interface VLAN 0\1\100 194.90.1.4 200 Host(config)# mpls l2transport route interface VLAN 0\1\101 194.90.1.4 200
Operation error
Tunnel is used by another interface
Note: The system should refuse the mpls l2transport route command if the type is configured on the mpls interface.
Using the no mpls l2transport route command
Host(config)# no mpls l2transport route interface
It detects redirected interface traffic through MPLS l2vpn tunnel based on Martini draft.
Usage
no mpls l2transport route interface <Ethernet VLAN> <slot>/<port number>/
Parameter(s)
<slot number>
This is the SCC slot number; valid number range is 0 to 2.
<port number>
This is the SCC port number; valid number range is 1 to 3.
This is the SCC
Example: detects VLAN interface redirection to MPLS L2 VPN based on Martini draft
Host(config)# no mpls l2transport route interface VLAN 0\1\100
|