Skip to content
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

IP forwarding in a Distributed VOQ Architecture HLD #650

Closed
wants to merge 1 commit into from

Conversation

kartik-arista
Copy link
Contributor

This is an overlapping proposal with #639 for reference purposes.

It is likely that these proposals will be merged in some fashion after further discussion and review.

installs a host route 10.0.1.2/32 with interface Vlan4094 in the kernel. This is necessary for routes with the nexthop 10.0.1.2 to resolve correctly in BGP and get installed in the data plane.
installs a static ARP entry for 10.0.1.2/32 with the MAC address of Linecard3.0:Vlan4094 (the remote inband CPU port). This is required for the ability to ping remote neighbor R1 from FSI2.
3. R1 advertises a route for 40.0.0.0/24 to FSI1.
4. FSI1 redistributes 40.0.0.0/24 route to FSI2 with the nexthop as 10.0.1.2.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cant we redistribute ebgp routes to ibgp with BGP Next Hop Self?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This document is deprecated in favor of

#639

I forgot to withdraw the PR. Doing it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants