SNAS / openbmp

OpenBMP Server Collector
www.openbmp.org
Eclipse Public License 1.0
232 stars 76 forks source link

BMP debug #98

Open abdul95 opened 1 year ago

abdul95 commented 1 year ago

Hi all,

I am trying to figure out what is the issue with my setup, I have openbmp listing on port 5555 and I see that it is connected to router and also kafka is listing on 9092 with maria on 3306 I see in kafka logs the connection to mysql-consumer but I do not see any data in the db. in the openbmp logs i am getting

2023-02-16T23:56:30.524375 | NOTICE   | parsePeerUpInfo    | Peer info message type 0 is not implemented
2023-02-16T23:56:35.568477 | INFO     | parseUnReachNlriAttr | 10.178.250.216: End-Of-RIB marker (mp_unreach len=0)
2023-02-16T23:56:37.890982 | INFO     | parseUpdateMsg     | 10.178.250.216: rtr=10.178.248.68: End-Of-RIB marker
2023-02-16T23:56:38.045927 | INFO     | parseUnReachNlriAttr | 10.178.250.216: End-Of-RIB marker (mp_unreach len=0)

I am guessing that the collector is not working as expected or it is not connected to kafka.

please let me know of any suggestions and thank you in advanced for the support