ipCidrRouteStaticActive
CROUTE-MIB ·
.1.3.6.1.4.1.81.31.1.22.1.12
Object
column Enumeration
The status of the route. If it is active then it is found on the routing database and affect traffic else it is no found on the routing database and does not affect traffic.
Context
- MIB
- CROUTE-MIB
- OID
.1.3.6.1.4.1.81.31.1.22.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipCidrRouteStaticEntry
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 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipCidrRouteStaticActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipCidrRouteStaticActive.<ipCidrRouteStaticDest>.<ipCidrRouteStaticMask>.<ipCidrRouteStaticIfIndex>.<ipCidrRouteStaticNextHop>.<ipCidrRouteStaticPreference>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ipCidrRouteStaticActive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | yes |
2 | no |