Fixed
Details
Assignee
Antonio RussoAntonio RussoReporter
Antonio RussoAntonio RussoComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Antonio Russo
Antonio RussoReporter
Antonio Russo
Antonio RussoComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 16, 2012 at 2:24 PM
Updated January 27, 2017 at 4:21 PM
Resolved September 4, 2012 at 2:19 PM
The default class to walk the ip routes on network devices is org.opennms.netmgt.linkd.snmp.IpRouteTable.
This class walks the deprecated ip route snmp table: .1.3.6.1.2.1.4.21.1.
The org.opennms.netmgt.linkd.snmp.IpCidrRouteTable walks the new snmp ip route table: .1.3.6.1.2.1.4.24.4.1
Now a lot of device does not support the old snmp table and we should configure the linkd for each of this devices, one for all juniper devices.
That is why I propose to use org.opennms.netmgt.linkd.snmp.IpCidrRouteTable as the default class to run linkd.
That class can be overwritten using the <ipRoutes> element.