SNAS / openbmp

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

[Question]OpenBMP is not establishing BGP-LS neighborship with XR router #84

Closed vphatarp closed 5 years ago

vphatarp commented 5 years ago

I am trying to configure BMP and BGP-LS between OpenBMP and Cisco XR router. I built OpenBMP from scratch on Centos7 and followed the configurations given in the document to configure the router for BMP and BGP-LS. BMP session is established between the 2 devices without any issue but BGP-LS neighborship is not being formed. I dont see port 179 open on the OpenBMP server and hence when the IOS-XR tries to establish BGP connection, OpenBMP server sends back a TCP Reset. I am wondering if there are some additional configurations that I am missing. Need some help in figuring this out. Thanks.

mziegler8888 commented 5 years ago

Same here. Can someone pls. let us know how to establish the BGP peer? Thanks.

vphatarp commented 5 years ago

It tooks me some time figure out that BGP-LS is monitored via BMP. I earlier had the topology as follows: Rest of the topology<--(igp)---->R1<---(bgp-ls/bmp)----->OpenBMP I was expecting it to have 2 sessions one for BMP and one for BGP-LS. But now I have changed it to the following: Rest of the topology<--(igp)---->R1<---(bgp-ls)----->R2<--(bmp)---->OpenBMP I introduced an extra Router in between and configured it so that the Link-state address family peership between R1 and R2 is monitored under BMP. Once the configuration was up, I saw all the BGP-LS data show up on OpenBMP MariaDB. Hope that helps.