Replies: 1 comment
-
In many network operating systems, VRFs have to be defined before interface addresses as the ip vrf command removes the interface IP address.
Obviously EOS uses route targets only for route leaking. Is IOS the same? I don't want to find out ;)
While in theory I agree with you, I think we'll keep the gap between the theory and the practice intact ;))
There's nothing stopping you to make the Dell OS10 template more like the EOS one. Will I go and fix a bunch of other templates or test the changes if someone else makes them? No, there's no real value in that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For IOS and Dell OS10, VRF route targets are provisioned as part of
initial
.For EOS, route targets are only configured if the BGP module is used and
bgp.as
is defined:netlab/netsim/ansible/templates/vrf/eos.j2
Line 5 in 4d173dd
While it doesn't hurt to needlessly configure the route targets, it would be nice to have consistency. And if it were me, I'd prefer the EOS approach
As to why do I care: While working on VRF static route leaking for Dell OS10, it wasn't working yet and when I was comparing to EOS looking for differences this is one of the items.
Beta Was this translation helpful? Give feedback.
All reactions