Too many BGP entries for DellOS10 device while rest of BGP VxLAN members work fine

When asking for help and support, please provide as much information as possible. This should include:

  • Steps to reproduce an issue. Let the poller run on the device.

    • poller thinks there are 10k+ BGP peers on a DellOS10 device when the others in the mesh only have 3.
    • causes the device to get unpolled because it passes the 5 minute mark.
    • LibreNMS complains about it being unpolled.
  • The output of ./validate.php

[librenms@ld01-hpc-hill ~]$ php validate.php
===========================================
Component | Version
--------- | -------
LibreNMS  | 23.5.0 (2023-05-19T11:32:19-04:00)
DB Schema | 2023_05_12_071412_devices_expand_timetaken_doubles (251)
PHP       | 8.1.16
Python    | 3.6.8
Database  | MariaDB 10.3.35-MariaDB
RRDTool   | 1.7.0
SNMP      | 5.8
===========================================

[OK]    Composer Version: 2.5.7
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database Schema is current
[OK]    SQL Server meets minimum requirements
[OK]    lower_case_table_names is enabled
[OK]    MySQL engine is optimal
[OK]    Database and column collations are correct
[OK]    Database schema correct
[OK]    MySQl and PHP time match
[OK]    Distributed Polling setting is enabled globally
[OK]    Connected to rrdcached
[FAIL]  Missing PHP extension: memcached
        [FIX]:
        Please install memcached
[OK]    Active pollers found
[OK]    Dispatcher Service is enabled
[OK]    Locks are functional
[OK]    No active python wrapper pollers found
[OK]    Redis is functional
[OK]    rrdtool version ok
[OK]    Connected to rrdcached
[WARN]  Your local git contains modified files, this could prevent automatic updates.
        [FIX]:
        You can fix this with ./scripts/github-remove
        Modified Files:
         LibreNMS/Modules/Ospf.php
         includes/definitions/dell-os10.yaml
         rrd/.gitignore

Pastbin for bgp-peers poller output: Untitled - LibreNMS

Here is the poller for bgp-peers on that host. It cycles through the same host multiple (like 10k+ times). It causes the device to be unpolled because it crosses the 5 minute threshold.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.