ipRoutesStatusProtocol
MX-IPROUTING-MIB ·
.0.3500.1.10000.300.1.500
Object
column Enumeration
Protocol
Identifies the entity that installed the route.
* Dhcp: The route was installed dynamically by the DHCP
protocol.
* Static: The route was installed by the administrator of
the unit.
* Kernel: The route was installed by the operating system.
* Other: The route was installed by another entity.
Context
- MIB
- MX-IPROUTING-MIB
- OID
.0.3500.1.10000.300.1.500- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipRoutesStatusEntry
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-IPROUTING-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-IPROUTING-MIB::ipRoutesStatusProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-IPROUTING-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-IPROUTING-MIB::ipRoutesStatusProtocol.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-IPROUTING-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-IPROUTING-MIB::ipRoutesStatusProtocol'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.