EoMPLS Carrying One VLAN (VLAN-ID Rewrite)

EoMPLS – Pseudowire Tunnel (Ethernet Port Mode)
Disclaimer
This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made to ensure that all material is as complete and accurate as possible, the enclosed material is presented on an “as is” basis. Neither the authors nor Forum assume any liability or responsibility to any person or entity with respect to loss or damages incurred from the information contained in this guide. This configuration guide was developed by Forum. Any similarities between material presented in this configuration guide and any other material is completely coincidental.
CE1 Router: ip cef | CE2 Router: ip cef
| ||||||||||||||||||||
PE1 Router: ip cef | PE2 Router: ip cef
| ||||||||||||||||||||
Verification: Sending 5, 100-byte ICMP Echos to 50.50.50.2, timeout is 2 seconds: !!!! ! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/118/236 ms
CE2#ping 50.50.50.1 Type escape sequence to abort. !!!! ! PE1#show mpls l2transport vc
PE2#show mpls l2transport vc
PE1#debug mpls l2transport signaling message AToM LDP message debugging is on 00:01:14: AToM LDP [2.2.2.2]: Sending label mapping msg vc type 5, cbit 1, vc id 1000, group id 0, vc label 16, status 0, mtu 1500 00:01:14: AToM LDP [2.2.2.2]: Received label mapping msg, id 8, graceful restart instance 1 vc type 5, cbit 1, vc id 1000, group id 0, vc label 16, status 0, mtu 1500
NOTE: As seen above VC labels are exchanged between PE routers after the targeted-LDP session is established. It also shows each peer sends a Label Mapping message which contains FEC TLV, Label TLV and optional interface parameters. VC Type 5 indicates Ethernet Port mode. PE1#show mpls l2transport vc detail Local interface: Fa0/0 up, line protocol up, Ethernet up Destination address: 2.2.2.2, VC ID: 1000, VC status: up Next hop: point2point Create time: 00:12:43, last status change time: 00:12:15 Signaling protocol: LDP, peer 2.2.2.2:0 up MTU: local 1500, remote 1500 Sequencing: receive disabled, send disabled VC statistics: packet drops: receive 0, seq error 0, send 0 |