Open
Description
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
Metadata
Assignees
Labels
No labels
Activity