ipRoutesStatusDestination
MX-IPROUTING-MIB ·
.0.3500.1.10000.300.1.300
Object
column OctetString
Destination
Destination IP address or network address.
When the address is a network address, the format is 'address
/mask length'
* Example: 192.168.1.25 for an IP address.
* Example: 192.168.1.0/24 for a network address with a mask
length of 24 bits.
Context
- MIB
- MX-IPROUTING-MIB
- OID
.0.3500.1.10000.300.1.300- 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::ipRoutesStatusDestination'
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::ipRoutesStatusDestination.<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::ipRoutesStatusDestination'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.