我正在努力在 Cisco/Juniper 混合供应商环境中设置基于 LDP 的 VPLS。
该配置目前在两个 Cisco Box 之间运行,但我必须同时迁移到瞻博网络。
这是当前的配置:
思科 ASR1k:
l2 vfi VPLS-1839 manual
vpn id 1839
bridge-domain 1839
neighbor x.x.x.x encapsulation mpls
interface GigabitEthernet0/0/3
no ip address
negotiation auto
service instance 1839 ethernet
encapsulation untagged
rewrite ingress tag push dot1q 1839 symmetric
bridge-domain 1839
瞻博网络:
routing-instances {
VPLS-1839 {
instance-type vpls;
vlan-id none;
interface xe-1/1/0.0;
protocols {
vpls {
no-tunnel-services;
vpls-id 1839;
neighbor x.x.x.x;
}
}
}
}
瞻博网络上的“显示 vpls 连接”显示以下输出。
Instance: VPLS-1839
VPLS-id: 1839
Neighbor Type St Time last up # Up trans
x.x.x.x(vpls-id 1839) rmt OL
OL 被描述为“没有外发标签”,但我不知道这条消息想告诉我什么。
LDP 在面向所有核心的接口和 lo0.0.0.0.0.0.0.0.0 接口上运行。MPLS 地址系列也存在于所有接口上。
知道如何隔离此问题的原因吗?提前感谢您的任何提示。