HUAWEI - L2VPN entre Huawei e Datacom
Obs.: Certifique-se de que o MPLS e LDP estão rodando corretamente entre os dispositivos.
Huawei
1 - Habilitar L2VPN
# mpls l2vpn
2 - Habilitar LDP
# mpls ldp
3 - Declarar o Vizinho MPLS LDP
# mpls ldp remote-peer
# 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 2996 ;#(A sintaxe a ser utilizada é: mpls l2vc ip_neighbor pw_id)
# quit
6 - Conferir se a VPLS esta no ar
# display mpls l2vc brief
Datacom
1 - Declarar o Vizinho MPLS LDP
# mpls ldp neighbor 192.168.99.111
2 - Criar a L2VPN e atrelar à vlan
# mpls vpws
# vpn 2996
# xconnect vlan 2996 vc-type vlan
# neighbor 192.168.99.111 pwid 2996 mplstype non-te
# no shutdown
# exit