MPLS - L2MPLS / L2 Circuits

L2MPLS

L2 Circuits Before MPLS

MPLS Enabled Core:

Required:

Head office and Branch office to be interconnected on L2 which is of full redundancy on Service Provider Core Network

Configuration:

1. Select VLAN to use for the circuit. For our case we assign VLAN 200

note: Configuration only done on Edge Devices (PE)

2.Configure on PE-1

Defining presudowire class to MPLS;

#pseudowire-class ethernet-port

encapsulation mpls

#exit

Note: fa0/0 is the interface facing HQ

#show run int fa0/0.200

#interface FastEthernet0/0.200

#encapsulation dot1Q 200

#xconnect 3.3.3.3 200 pw-class ethernet-port

3. Configure on PE-3:

Defining presudowire class to MPLS;

#pseudowire-class ethernet-port

#encapsulation mpls

#exit

Note: fa0/0 is the interface facing HQ

# no shut

#interface FastEthernet0/0.200

#encapsulation dot1Q 200

#Xconnect 1.1.1.1 200 pw-class ethernet-port

Troubleshooting;

Make sure that the CEF is enabled on all P and PE routers

Make sure that MPLS and MTU is enabled on all required interfaces

Commands:

Show status of VPN neighbor;

#show mpls l2 vc

Benefits:

Less configurations

Easy to implement redundancy for L2 services.

Need to Know About L2MPLS

Not scalable!! . Reason why L3MPLS of VPLS is recommended where theres need for scalability.

Comments

Popular posts from this blog

MPLS-VPN

Linux Box as a DHCP Server