Tim Evens
Tim Evens
This is a well known issue with stateful data and using time series storage (Kafka). Some folks are trying to use influx or other TSDB to store BGP data, but...
right now it does replace with the last entry. That can be changed to append. Although, when appending should a newline or other delimiter be added?
Did you resolve the issue? Since the router was in the db, the likely issue was related to missing activate under the neighbor config.
Updating the geo-coding via the UI is a bit difficult. We normally update it directly. Attached [geo-code-data.txt](https://github.com/OpenBMP/openbmp/files/1082179/geo-code-data.txt) can be used with the below AWK command to generate REPLACE SQL queries...
The 10 second gap between peer down events must be on the router side. The collector does not cache or store (eg. maintain a rib). The collector is just a...
MPLS (rfc 4364) is going to be added with pull request #25. Are you using MPLS much? The only hold back for us on the pull request is some additional...
L3VPN and EVPN are now supported in the collector, but we still need to update the openbmp-mysql-consumer to consume that data. That will be soon. Are you planning to mainly...
@vladsker , would it be possible for you to send me the tcpdump of the bmp messages that have this issue? You mentioned "2017-12-17" was that supposed to be **2016**-12-17?...
@vladsker, the link to google drive works but it gives me a 403/not authorized error when I try to download the file. Based on your output above, it suggests the...
@vladsker, received the pcap, thanks! The pcap contained two flows, one from 10.193.131.93 and another from 10.193.131.111. The trace data from 10.193.131.111 showed only timestamps from 2017-01-30. This flow seemed...