SNAS / openbmp

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

Openbmp and timestamps in milliseconds with last three digits to zero #89

Closed Nellox1-1 closed 3 years ago

Nellox1-1 commented 3 years ago

Hello all, we installed the last version of Openbmp v.0.14.0 on our linux Debian device, to collect all bgp updates information received from Cisco bmp server. Then we installed Kafka v.2.4.1 and Openbmp-python-api-message v 1.0 to make all information readable. We are receiving the as-path updates with timestamp in milliseconds with last three digits to zero.

Example of a message processed through the library Openbmp-python-api-message: Timestamp: 1618908094000 | Network: 121.242.245.0/24 | Action:U | AS_path: 12874 3303 6453 4755 | peer ip: 85.18.200.194

Timestamp: 1618908094000 | Network: 121.242.156.0/22 | Action:U | AS_path: 12874 3303 6453 4755 | peer ip: 85.18.200.194

Timestamp: 1618908094000 | Network: 115.114.15.0/24 | Action:U | AS_path: 12874 3303 6453 4755 | peer ip: 85.18.200.194

Is there a way to make timestamps visible without last three digits to zero?

Thank you Best regards Stefano

Nellox1-1 commented 3 years ago

no more support I believe

Nellox1-1 commented 3 years ago

Ok the problem is into Openbmp-python-api