Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Invalid BGP MSG for BMP #21

Open
ghost opened this issue Mar 14, 2019 · 3 comments
Open

ERROR: Invalid BGP MSG for BMP #21

ghost opened this issue Mar 14, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 14, 2019

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
Copy link
Author

ghost commented Mar 14, 2019

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

Capture2

@vesparossa
Copy link

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

image

@vesparossa
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant