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

napalm-vyos getter for bgp_neighbors returns NONE #44

Open
netwninja opened this issue Apr 27, 2021 · 0 comments
Open

napalm-vyos getter for bgp_neighbors returns NONE #44

netwninja opened this issue Apr 27, 2021 · 0 comments

Comments

@netwninja
Copy link

netwninja commented Apr 27, 2021

Issue:- napalm-vyos getter for bgp_neighbors is not returning any information.

vyos version:- 1.3-rolling-202001081700

~/Automation/scripts_napalm  pip3 list | grep napalm                                                                           
napalm                3.2.0    
napalm-vyos           0.2.1    
 ~/Automation/scripts_napalm  pip3 list | grep netmiko                                                                           
netmiko               3.4.0    
 ~/Automation/scripts_napalm  

BGP output from vyos

vyos@vyos:~$ show ip bgp summary 

IPv4 Unicast Summary:
BGP router identifier 192.168.1.1, local AS number 65360 vrf-id 0
BGP table version 1042
RIB entries 2024, using 364 KiB of memory
Peers 2, using 41 KiB of memory

Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd
172.16.12.2     4      65501   88274   88273        0    0    0 08w5d06h           18
172.16.13.2     4      65361   97094   88274        0    0    0 08w5d06h         1001

Total number of neighbors 2
vyos@vyos:~$ 

naplam output

napalm --user ansible --password ansible123  --vendor vyos vyos call get_bgp_neighbors       
{}

@netwninja netwninja changed the title napalm-vyos not returning BGP peer information napalm-vyos getter for bgp_neighbors is not returning any information. Apr 27, 2021
@netwninja netwninja changed the title napalm-vyos getter for bgp_neighbors is not returning any information. napalm-vyos getter for bgp_neighbors returns NONE Apr 27, 2021
marcosvbuzo added a commit to marcosvbuzo/napalm-vyos that referenced this issue Aug 12, 2021
- implements cli
- fixes get_bgp_neighbors napalm-automation-community#44
- fixes get_lldp_neighbors(multiple neighbors)
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

No branches or pull requests

1 participant