-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
SNMP (Agentx) does not show all peers #1190
Comments
If I query for the correct OID, it's there. But snmpwalk does not show it. |
Can I see the output of: vtysh -c 'show ip bgp summ' from the router running frr? (as well as the output of snmpwalk on the BGP4-MIB::bgpPeerRemoteAs table. I suspect that these missing peers are in the same AS as the router. (Feel free to send this output to stannous@cumulusnetworks.com). Sam Tannous |
Hi Sam Sent per E-Mail. Best regards |
I think I found the root cause.
While I was inserting the config, a "watch" with snmpbulkwalk was running on the second screen. As soon as I put the peer 146.48.78.8 into the peer group, both AS34549 peers disappeared. Any ideas? |
Hi Patrick, I think this might be caused by the way the snmp code looks at the bgp peers. The peer group code was added after the snmp code so it's likely the loop over peers needs to be modified. I've opened a ticket to track this internally. Thanks for reporting. |
Hi, I have the same issue however only on some peers. The only peers that I'm missing are in peer-groups with dashes. I can spin up a test-case later this week to verify this. |
In my test both AS34549 were in no peer group. They have disappeared after I put the AS65517 peer in the group. |
@stannous Are there already some news in the cumulus ticket? :-) |
Any news on this? :) |
Any news in the cumulus ticket? |
Any news? |
@stannous Any news? |
@donaldsharp / @mwinter-osr - Do you guys know if there's any progress on this issue? |
@f0o +1 |
This is still an issue in FRR 4.0 :( |
@stannous @donaldsharp Any update on this? I think this one is important for a lot of users. |
The snmpbulkwalk command shows 45 IPv4 BGP sessions:
But FRR is showing 47:
Total number of neighbors 47
The missing 2 peers:
(the IPs are anonymized)
The text was updated successfully, but these errors were encountered: