Obs.: Certifique-se de que o MPLS e LDP estão rodando corretamente entre os dispositivos.
1 - Habilitar L2VPN
# mpls l2vpn
2 - Habilitar LDP
# mpls ldp
3 - Criar o PW-Template
# pw-template PE-CORE-POP-A
# peer-address 192.168.99.112
# control-word
# mtu 8000
# quit
4 - Declarar o Vizinho MPLS LDP
# mpls ldp remote-peer
# remote-ip 192.168.99.112
# quit
5 - Criar a vlan
# vlan 2996
# description vpls-core-pop-a
# mtu 8000
# quit
6 - Atrelar a Vlan à VPLS
# interface vlan 2996
# description acesso-cliente-2996
# mtu 8000
# mpls l2vc pw-template PE-CORE-POP-A 2996
# quit
7 - Conferir se a VPLS esta no ar
# display mpls l2vc brief