在瞻博网络 MX80 / MX104 17.3R3 上使用 vxlan 封装的 ip-prefix-routes

网络工程 杜松 杜松-朱诺斯 vxlan evpn
2022-02-07 14:26:44

我想检查 MX80 或 MX104 Junos 17.3R3(JTAC 推荐版本)是否可以接受此配置?示例配置:

set routing-instances VPN100 instance-type vrf
set routing-instances VPN100 route-distinguisher 2.2.2.2:30100
set routing-instances VPN100 vrf-target target:123:30100
set routing-instances VPN100 vrf-table-label
set routing-instances VPN100 protocols evpn ip-prefix-routes advertise direct-nexthop
set routing-instances VPN100 protocols evpn ip-prefix-routes encapsulation vxlan
set routing-instances VPN100 protocols evpn ip-prefix-routes vni 30100

我无法在 VMX 17.3R3 上检查这一点,因为它说不支持 vxlan encap

[edit routing-instances VPN100 protocols evpn]
root@VMX# show
ip-prefix-routes {
    advertise direct-nexthop;
    ##
    ## Warning: statement ignored: unsupported platform (vmx)
    ##
    encapsulation vxlan;
    ##
    ## Warning: vni must be configured with encapsulation vxlan
    ##
    vni 30100;
}

也许有人可以在他的路由器(MX80 或 MX104 与 junos 17.3R3)上尝试这些旋钮并告诉我是否支持。这个问题听起来像是“我是否需要在我的生产路由器上将 junos 升级到 17.3R3 才能获得该功能,或者该功能不受支持,我只需要找到另一个解决方案?”

1个回答

看起来您正在配置 EVPN Pure Type-5 路由(即https://datatracker.ietf.org/doc/html/draft-ietf-bess-evpn-prefix-advertisement-11#section-4.4.1VXLAN 传输,在 18.2R1 之前,MX80/104 不支持此功能(请参阅相关的功能浏览器条目)。

但是,从 17.1R1 开始支持MPLS 传输。