-
Notifications
You must be signed in to change notification settings - Fork 55
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_bgp_neighbors API call CLI command invalid #80
Comments
You are welcome to contribute a new api with the |
@lsheikal Thanks for reviewing! I meant the IOS-XE parser, not the Genie parser. See below: |
Hi @wgibbons21, I see your point. the API was developed initially to deal with address family
so we need to add like This might be quick fix. Is this something you can consider to fix by yourself as contribution? we are encouraging users to contribute. if you cannot, no worries. we will take care of it but just let us know. |
@tahigash Yes, I will fix and submit a pr. As I was testing just wanted to document the issue to make sure I didn't forget about it. Thanks again! |
Facing same issue as the author, isn't there much demand for vpnv4 af? |
genielibs/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/bgp/get.py
Line 1136 in 5ec1705
CLI command -
show ip bgp {address_family} all summary
is not accepted by IOSXE parserit should read
show ip bgp {address_family} summary
The text was updated successfully, but these errors were encountered: