Replies: 1 comment 1 reply
-
My suggestion would be we come up with a minimal topology that we want to make working on FRR, then implement what's needed for that. #3263 wasn't intended to be integrated as-is, it just contains hints as to what needs to be implemented. I would suggest single-AS IBGP to start, with your choice of IGP - before we do MRC over SRv6 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Trying to untangle the spaghetti mess of #3263. There are two ways we can use BGP for SRv6:
As we have (1) solved (at least the attributes are there, not sure anyone ever tested it), this discussion focuses on (2).
I have to check, but it looks to me like carrying SRv6 SIDs over BGP IPv6 AF is a no-brainer (it's just a prefix), so I'm wondering if there's anything to do on the intermediate nodes. The edge routers obviously have to advertise their SID prefixes.
OTOH, if someone wants to implement multi-AS SRv6, they would have to establish EBGP sessions with SRv6 SID next hops (direct or multihop) with next-hop-unchanged. Plus, we shouldn't forget about IBGP-over-EBGP with local-as crap for truly masochistic people or those looking for the absolute job security 😜.
I'm not sure how well supported that is, and thus whether it makes sense to start thinking about implementing it in netlab.
Any thoughts @jbemmel @nmodena @DanPartelly (would love to hear from Ammiraglio Tofonoto, but he doesn't have a GitHub account 🥲)
Beta Was this translation helpful? Give feedback.
All reactions