Hi all,
I’m polling some Cisco devices that have BGP sessions and I’m seeing that LibreNMS is showing the BGP state as “idle”, even though the session is up. Also the BGP updates in LibreNMS are showing 0, where in fact there have been updates.
./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 22.4.1
DB Schema | 2022_04_08_085504_isis_adjacencies_table_add_index (236)
PHP | 8.1.5
Python | 3.9.2
MySQL | 10.5.15-MariaDB-0+deb11u1
RRDTool | 1.7.2
SNMP | 5.9
====================================
[OK] Composer Version: 2.2.9
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
The cisco device is on NX OS 9.3.8
If I run discovery.php manually (in debug mode) i see these error’s:
Warning: Undefined variable $bgp4_mib in /opt/librenms/includes/discovery/bgp-peers.inc.php on line 85
Warning: Undefined array key 1 in /opt/librenms/includes/discovery/functions.inc.php on line 1030
Also, if i run poller.php manually (in debug mode) i see a bunch of these error’s:
Warning: Undefined variable $peer_data in /opt/librenms/includes/polling/bgp-peers.inc.php on line 414
Warning: Undefined variable $peer_data in /opt/librenms/includes/polling/bgp-peers.inc.php on line 419
Warning: Trying to access array offset on value of type null in /opt/librenms/includes/polling/bgp-peers.inc.php on line 419
Warning: Undefined variable $peer_data in /opt/librenms/includes/polling/bgp-peers.inc.php on line 444
Warning: Trying to access array offset on value of type null in /opt/librenms/includes/polling/bgp-peers.inc.php on line 444
Warning: Undefined array key "bgpPeerInUpdates" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 445
Warning: Undefined array key "bgpPeerOutUpdates" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 446
Warning: Undefined array key "bgpPeerInTotalMessages" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 447
Warning: Undefined array key "bgpPeerOutTotalMessages" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 448
Warning: Undefined array key "cbgpPeer2DeniedPrefixes" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 526
Warning: Undefined array key "cbgpPeer2SuppressedPrefixes" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 531
Warning: Undefined array key "cbgpPeer2WithdrawnPrefixes" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 532
Warning: Undefined variable $devices in /opt/librenms/includes/polling/bgp-peers.inc.php on line 652
Warning: Trying to access array offset on value of type null in /opt/librenms/includes/polling/bgp-peers.inc.php on line 652
Warning: Undefined array key "c_update" in /opt/librenms/includes/polling/bgp-peers.inc.php on line 714
Is there anyone that might have an idea what’s wrong?
Thanks!