我想检查 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 才能获得该功能,或者该功能不受支持,我只需要找到另一个解决方案?”