OSPF over GRE on EOS #3571
DanPartelly
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Well, EOS is a switch operating systems, and switches (for whatever meaning of that overloaded term) usually don't need GRE tunnels. I would suggest we just add a note to the platform support table saying that EOS requires too many nerd knobs for GRE to work, so we decided not to do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Convoluted madness:
Seems to need:
interface tunnel X
....
tunnel path-mtu-discovery -> else you cant change ttl
tunnel ttl 255 -> default is 1, the other IP header is generated with TTL1
router ospf 1
tunnel routes -> else you'll get the OSPF neighbours, but no OSPF routes will be loaded from them
default routes are not propagated without yet another setting in ospf process.
I'm on ceos:4.34.1F.
Beta Was this translation helpful? Give feedback.
All reactions