-
Notifications
You must be signed in to change notification settings - Fork 24
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
Get the latest approved FRR BGP doc from Azure sonic to project arlo #130
Conversation
## 9.1 Test case for v6only: | ||
When v6 is enabled on an BGP neighbor (interface), BGP session is establised on link local address only and not the IP address specified for the interface. | ||
|
||
Test CASE 1 : Configure BGP neighbor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls mention that, it is a V4 neighbor.
|sonic(config-router-bgp-neighbor)# remote-as external|| | ||
|sonic(config-router-bgp-neighbor)# do show bgp ipv4 unicast neighbors|BGP session is establised on IPV4| | ||
|
||
TEST CASE 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that, we are enabling v6only here.
|sonic(config-router-bgp-neighbor)# v6only| BGP session is re-established on Link local| | ||
|
||
|
||
TEST CASE 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that v6only is getting disabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prvattem Sucheta is bringing the latest HLD from the community as part of this PR, she'll create a new PR for v6only feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you send me the PR for v6only feature ?
@@ -59,6 +59,7 @@ | |||
| 0.2 | 10/30/2019 | Venkatesan Mahalingam | Config DB schema changes | | |||
| 0.3 | 11/20/2019 | Venkatesan Mahalingam | Added various fields in config DB | | |||
| 0.4 | 12/18/2019 | Venkatesan Mahalingam | Addressed the comments on error handling and method of testing | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesnt look like a latest document, please check with @eddyatdell or @zhaozhenhong
Add new v6only parameter for neighbor which specifies that BGP session be established on V6 link local address only.
Updating show CLI commands based on the latest CLI used.