SNAS / openbmp

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

Cisco ASR1k to Docker aio #62

Closed hemskgren closed 6 years ago

hemskgren commented 6 years ago

Hi

I have issue with openbmp gui show my connected router and my peer in global and peer view. So it shuld be OK. But most other UI say "No Data Available" It say support for "VPNv4 | L3VPN routing information (within VRF)" So i expect to find my routes etc in the UI.

My setup: Latast obenbmp from docker aio and ui.

Cisco ASR1000 IOS XE Software, Version 03.16.06b.

pe03-wan#sh ip bgp bmp server summary
Number of BMP servers configured: 1
Number of BMP neighbors configured: 1
Number of neighbors on TransitionQ: 0, MonitoringQ: 0, ConfigQ: 0
Number of BMP servers on StatsQ: 0
BMP Refresh not in progress, refresh not scheduled
Initial Refresh Delay configured, refresh value 30s
BMP buffer size not configured

ID Host/Net          Port  TCB                 Status  Uptime    MsgSent   LastStat
1  10.1.29.24      5000  0x7F56EC3FD770      Up      18:48:41  2201      00:00:15
pe03-wan#sh runn | sec bgp
router bgp 4445
 bmp server 1
  address 10.1.29.24 port-number 5000
  description See stats on http://net01.local:8000
  initial-delay 20
  failure-retry-delay 40
  flapping-delay 120
  stats-reporting-period 30
  update-source Loopback0
  activate
 exit-bmp-server-mode
 !
 bmp initial-refresh delay 30
 !
 address-family ipv4
 exit-address-family
 !
 address-family vpnv4
 exit-address-family
 !
 address-family vpnv6
 exit-address-family
 !
 address-family ipv4 vrf test123
  neighbor 10.254.7.182 remote-as 65884
  neighbor 10.254.7.182 bmp-activate server 1
TimEvens commented 6 years ago

This should load as a VRF peer, which will look like any other unicast v4 peer.

When you say most other UI items show no data available, are you referring to tops, as view, etc? If so, those will only show data relative to your data collection. The tops slider default to show a spark line for the last 4 hours. You can move that back to adjust the time period. If your peer is stable with no BGP updates (advertisements or withdraws) then the spark line for history and the tops table will not show anything because there's no data based in the given time period.

The AS View is different in that it'll show past data as well, but as_path_analysis needs to be enabled. The default was to disable that, but I just made a change to enable it.

TimEvens commented 6 years ago

@hemskgren, any update on this?

TimEvens commented 6 years ago

closing due to inactivity.