ASR920 snmp poller module cisco-cef

LibreNMS running on VM @ubuntu 18.04

Validate.php:
The error is related to weathermap and seems unlikely to be the cause.

$ ./validate.php

Component Version
LibreNMS 21.3.0-90-g0e79413a5
DB Schema 2020_12_14_091314_create_port_groups_table (206)
PHP 7.4.16
Python 3.6.9
MySQL 10.5.9-MariaDB-1:10.5.9+maria~bionic
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

====================================

[OK] Composer Version: 2.0.12
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] We have found some files that are owned by a different user than librenms, this will stop you updating automatically and / or rrd files being updated causing graphs to fail.
[FIX]:
sudo chown -R librenms:librenms /opt/librenms
sudo setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
sudo chmod -R ug=rwX /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
Files:
/opt/librenms/html/plugins/Weathermap/configs/Core_Dist.conf


Whenever cisco-cef is polled on ASR920 devices there are 8 log entries on the device “snmp: count not valid”.

The command I’ve used to test:
./poller.php -h XXX -r -f -p -d -m cisco-cef

Hardware:
ASR-920-24SZ-M

Tried on these OS versions:
Cisco IOS-XE PPC_LINUX_IOSD-UNIVERSALK9_NPE-M 16.9.3 (Fuji)
Cisco IOS-XE PPC_LINUX_IOSD-UNIVERSALK9_NPE-M 16.9.1a (Fuji)
Cisco IOS-XE 15.6(2)SP3 (UNIVERSALK9_NPE)
Cisco IOS-XE 15.5(3)S5 (UNIVERSALK9_NPE)
Cisco IOS-XE 15.5(2)S2 (UNIVERSALK9_NPE)

I’m guessing something needs to be adjusted for ios xe regarding this poller module.

If you need me to post the output I get when I run the poller module give me a headsup and I’ll post it.

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