Hello
I found the answer to this one. On ACX5448 and ACX710 the routing-interface
statement does absolutely nothing. Instead you need to use the undocumented
l3-interface statement at the same place. On the MX204 platform the
l3-interface statement does not exist. I will list the two configs below
for those that might need to know.
Compare mx204 config:
baldur@formervangen-edge1# show routing-instances evpntest
instance-type evpn;
protocols {
evpn {
default-gateway advertise;
}
}
vlan-id 20;
routing-interface irb.20;
interface xe-0/1/7.21;
vrf-target target:60876:20;
And acx710 / acx5448:
baldur@formervangen-core4# show routing-instances evpntest
instance-type evpn;
protocols {
evpn {
default-gateway advertise;
}
}
vlan-id 20;
l3-interface irb.20;
interface xe-0/0/0.20;
vrf-target target:60876:20;
Regards,
Baldur
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp