ospfMultiProcessRoutePathType
ECS4620-MIB ·
.1.3.6.1.4.1.259.10.1.41.1.18.3.31.1.6
Object
column Enumeration
The path type of this route. unknown, unknown path type. connected, directly connected. discard, discard route. intra, intra-area route. inter, inter-area route. type1, external type 1 route. type2, external type 2 route. nssa1, nssa external type 1 route. nssa2, nssa external type 2 route.
Context
- MIB
- ECS4620-MIB
- OID
.1.3.6.1.4.1.259.10.1.41.1.18.3.31.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ospfMultiProcessRouteEntry
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 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4620-MIB::ospfMultiProcessRoutePathType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4620-MIB::ospfMultiProcessRoutePathType.<ospfMultiProcessProcessId>.<ospfMultiProcessRouteDest>.<ospfMultiProcessRoutePfxLen>.<ospfMultiProcessRouteNexthop>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4620-MIB::ospfMultiProcessRoutePathType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | connected |
2 | discard |
3 | intra |
4 | inter |
5 | type1 |
6 | type2 |
7 | nssa1 |
8 | nssa2 |