routeStatusType
MX-CROUT-MIB ·
.0.1750.1.100.300.1.150
Object
column Enumeration
Type
Displays the type of route based on their origin:
* user: The route is manually defined and entered by a
user.
* auto: The route is automatically generated following the
activation of the auto-routing feature (see the
autoRoutingEnable parameter).
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.100.300.1.150- Type
- column
- Access
- readonly
- Status
- current
- Parent
- routeStatusEntry
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 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::routeStatusType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::routeStatusType.<routeStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CROUT-MIB::routeStatusType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | user |
200 | auto |