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

BMP misconfiguration leads to unicast prefix entries having incorrect key #51

Open
brmcdoug opened this issue Aug 1, 2022 · 1 comment

Comments

@brmcdoug
Copy link
Collaborator

brmcdoug commented Aug 1, 2022

best practice is for RRs to BMP monitor their clients rather than the other way around. if an RR client runs BMP on their RR session the collector/topology processor will write an incorrect entry into the graphDB:

"key": "10.0.12.0_24_10.0.0.10",
"peer_ip": "10.0.0.10",
"nexthop": "10.0.0.12",
"bmp_ip": "10.0.0.8" <-- this RR client was configured to collect/pass BMP data from the RR to Jalapeno

}

Key should be: 10.0.12.0_24_10.0.0.12

Topology processor should probably check BMP message peer_ip == nexthop, and if != then use nexthop in key construction

@sbezverk
Copy link
Collaborator

sbezverk commented Aug 1, 2022 via email

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

2 participants