docker icon indicating copy to clipboard operation
docker copied to clipboard

ERROR: Invalid BGP MSG for BMP

Open ghost opened this issue 5 years ago • 3 comments

We keep getting the following error message in the term_reason_text column of the routers table for some of our routers along with them showing up RED in the Grafana GUI on the Inventory dashboard.

"ERROR: Invalid BGP MSG for BMP Sent OPEN message, expected OPEN message."

From looking at the source code, it looks like SNAS is having an issue parsing some of the BGP header information from some of the routers but not all. We are using Grafana with the PostgreSQL database

Capture .

ghost avatar Mar 14 '19 15:03 ghost

The following is the source code that throws the error we are seeing.

Capture2

ghost avatar Mar 14 '19 15:03 ghost

Hi, we found out the same error reported by chrisjhartley. Any update on this issue so far?

image

vesparossa avatar May 23 '19 12:05 vesparossa

Some additional notes:

Platform under test: CISCO ASR9010 software ver 6.3.3

config:

_bmp server 1 host 10.10.10.10 port 5000 description BMP Server - primary update-source Loopback0 initial-delay 60 stats-reporting-period 300 initial-refresh delay 60 spread 20

router bgp 65535 ! neighbor 1.1.1.1 remote-as 65536 ebgp-multihop 255 description Test bmp-activate server 1 update-source Loopback0 address-family ipv4 unicast route-policy Null in route-policy Default out remove-private-AS soft-reconfiguration inbound always_

Server: Ubuntu 16.04.6 LTS

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 78cdc853da19 openbmp/postgres "/usr/sbin/run" 21 hours ago Up 21 hours 0.0.0.0:5432->5432/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:9005->9005/tcp openbmp_psql cca3e82c4351 openbmp/collector "/usr/sbin/run" 4 days ago Up 4 days 0.0.0.0:5000->5000/tcp openbmp_collector 0129476c1fd2 openbmp/kafka "/usr/sbin/run" 5 days ago Up 5 days 0.0.0.0:2181->2181/tcp, 0.0.0.0:9092->9092/tcp, 9999/tcp openbmp_kafka

vesparossa avatar May 23 '19 12:05 vesparossa