-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Dell OS10: Route leaking BGP<->OSPF is not working #1135
Comments
From OS10 manual:
and
(and the same for OSPFv3) So, it seems I need a workaround to configure OSPF (v2 or v3) instances on the destination VRFs even if there is no OSPF sessions. |
Confirmed - adding:
will result in:
|
The "ingenuity" of software developers is infinite 🤦♂️ I guess that only applies to routes within the same device, right? We could add a device quirk to figure out what information is leaked so you wouldn't have to do that in a template, or we could call it a caveat and move on ;) I'd vote for the latter approach ;)) |
And the "creativity" never ends. From the manual:
I will try to write a device quirk to handle all the cases as an exercise. If I see that this will require me too much time, I'll give up and declare the caveat ;) |
(Note to myself) Given this topology:
This is what I need to configure:
|
Can you do 'redistribute imported-ospf-routes' into BGP (and vice versa)? That would neatly solve the issue. |
nope :D |
...
Do you really need to specify the same router-id that many times? |
BUT
Need to understand if it's a device limitation, or a configuration issue.
The text was updated successfully, but these errors were encountered: