rlIpCidrRouteProto
DLINK-3100-IP ·
.1.3.6.1.4.1.171.10.94.89.89.26.16.1.1
Object
column Enumeration
Added infor for ipCidrRouteTable. extends the info of ipCidrRouteProto to show the route inner protocol. Allowes the user to see which type of route in the protocol e.g. ospf internal, ospf external.
Context
- MIB
- DLINK-3100-IP
- OID
.1.3.6.1.4.1.171.10.94.89.89.26.16.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlIpCidrRouteExtEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DLINK-3100-IP' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-3100-IP::rlIpCidrRouteProto'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINK-3100-IP' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-3100-IP::rlIpCidrRouteProto.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-3100-IP' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-3100-IP::rlIpCidrRouteProto'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | netmgmt |
3 | rip |
4 | ospfInternal |
5 | ospfExternal |
6 | ospfAggregateNetRange |
7 | bgp4Internal |
8 | bgp4External |
9 | aggregateRoute |
10 | other |