Cisco Catalyst 1200 (C1200-24P-4X) Support

Hello.
As I mentioned in the pinned topic, I have Cisco C1200 switches that are not recognized by LibreNMS. They are displayed as Generic Device.
Data collected:
discovery
device:poll
snmpbulkwalk

When trying to execute the snmpwalk command from the documentation I got an error:

snmpbulkwalk -OUneb -v2c -c public 10.228.123.239 .  | ./pbin.sh
Paste endpoint: https://p.libren.ms/api/create
title:
name: librenms
private: 1
expire: 0
Error: Missing paste text

Should there be a dot after the hostname?

Try this patch:

wget https://gist.githubusercontent.com/laf/55cdca7c552ec29e3eb49eac96ec0c8d/raw/1818b9a599ad3ec3e645e30b62a5ae2d26adb669/gistfile1.txt

git apply gistfile1.txt

Then rediscover the device and see if it gets picked up.

Config Services: LibreNMS managed services and support

Now, after patch, it looks better.


Oxidized throws:

node {:name=>"10.228.123.239", :model=>"cisco-access", :group=>nil} raised Oxidized::ModelNotFound with message 'cisco-access not found for node 10.228.123.239'

so temporary I have changed in config to map this as ciscosmb (cisco-access: ciscosmb)
Oxidized is connecting and downloading the configuration

All that remains is to download and parse the data from SNMP, such as the serial number, OS, model etc.