SNMP ifspeed missing?
Posted: Thu Jan 14, 2016 12:11 am
Just a quick note, pointed mrtg's "cfgmaker" at a switch today and it spit out a config with all interfaces marked as down because the snmp ifspeed was unavailable.
Seems like a pretty standard part of the interface mib, so I'll assume an oversight.
A quick workaround is this:
The "zero-speed" flag both sets a default speed (100Mb/s above) and also makes cfgmaker mark the ports as up.
Seems like a pretty standard part of the interface mib, so I'll assume an oversight.
A quick workaround is this:
- Code: Select all
cfgmaker --zero-speed=100000000 --ifdesc=descr some-string@10.1.1.12 > some-config.cfg
The "zero-speed" flag both sets a default speed (100Mb/s above) and also makes cfgmaker mark the ports as up.