Obs.: Certifique-se de que o MPLS e LDP estão rodando corretamente entre os dispositivos

Dados do Circuito: VLAN: 2996 / VPLS ID: 500


I - HUAWEI


1 - Habilitar L2VPN

# mpls l2vpn

# quit


2 - Habilitar LDP

# mpls ldp


3 - Declarar o Vizinho MPLS LDP 

# mpls ldp remote-peer  192.168.99.112

# remote-ip 192.168.99.112

# quit


4 - Criar a vlan

# vlan 2996

# description VPLS-CORE-POP-A

# mtu 8000

# quit


5 - Atrelar a Vlan à VPLS

# interface vlan 2996

# description acesso-cliente-2996

# mtu 8000

# mpls l2vc 192.168.99.112 500 raw

# quit 


7 - Conferir se a VPLS esta no ar

# display  mpls l2vc brief


II - MIKROTIK


/interface vpls

add cisco-style=yes cisco-style-id=500 disabled=no l2mtu=1500 name=VPLS-CORE-POP-B remote-peer=192.168.99.114


/interface bridge

add fast-forward=no name=BR-CORE-AB

/interface bridge port

add bridge=BR-CORE-AB disabled=no interface=VPLS-CORE-POP-B

add bridge=BR-CORE-AB disabled=no interface=ether5



by Keslley Kledston S. Santos