Hello,
I'm deploying OpenBMP to just push information into Kafka that I will read and store in dbs.
I realized that base_attr and unicast_prefixes are the same messages except one is used to store in a database (using Base Attr Hash) and the other is just a BMP message parsed.
I looked at the documentation but could not find an answer:
- Is openbmp storing the peer tables at some point? If so, how to disable this?
- Is this information repeated with unicast_prefixes?
- Where is the computation algorithm source? (guessing it contains ip+mask+pathid+peer)
Thank you
Hello,
I'm deploying OpenBMP to just push information into Kafka that I will read and store in dbs.
I realized that base_attr and unicast_prefixes are the same messages except one is used to store in a database (using Base Attr Hash) and the other is just a BMP message parsed.
I looked at the documentation but could not find an answer:
Thank you