Help - Retrieving routing table does not seem to work - No Such Object available on this agent at this OID

For my cisco IOS/nx-os device i enable the route module under the modules page. I then run the capture function during the discovery with the below result.

Am i doing something wrong?

Modules status: Global- OS- Device+

Load disco module route

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.1]
...1.1 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.2]
...1.2 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.3]
...1.3 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.7]
...1.7 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.8]
...1.8 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.9]
...1.9 No Such Object available on this agent at this OID

SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -Ln -m RFC1213-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/cisco udp:HOSTNAME:161 .1.3.6.1.2.1.4.21.1.11]
...1.11 No Such Object available on this agent at this OID

Table routagearray(1) {
[“”]=>
array(7) {
[“ipRouteDest”]=>
NULL
[“ipRouteIfIndex”]=>
NULL
[“ipRouteMetric”]=>
NULL
[“ipRouteNextHop”]=>
NULL
[“ipRouteType”]=>
NULL
[“ipRouteProto”]=>
NULL
[“ipRouteMask”]=>
NULL
}
}

Runtime for discovery module ‘route’: 0.1650 seconds with 3256 bytes
SNMP: [7/0.16s] MySQL: [0/0.00s] RRD: [0/0.00s]

Unload disco module route

This means either you have not allowed access to the routing mib or your device does not support it.

Thanks will investigate further

Hi Murrant

Found this

Hi folks,

I have stumbled across some info that may be of use to the wider user base of Solarwinds and will certainly be of use to Solarwinds if they aren’t aware of it already.

Recently we have started using Cisco 2911 routers running IOS ver 15 on our network. I have noticed that the MIB RFC1213:ipRouteTable1.3.6.1.2.1.4.21 is no longer supported on this IOS any more and doesn’t return any value.

An alternative MIB to get the routing table info is IP-FORWARD-MIB - CidrRouteTable 1.3.6.1.2.1.4.24.4.1

This change I have noticed affect NCM inventories as routing table information for all my new IOS ver 15 devices in now blank.

It would be great if Solarwinds could include this alternative MIB in the NCM inventory for ip route tables.

Thanks