staticIpRoutesDestination
MX-IPROUTING-MIB ·
.0.3500.1.600.1.300
Object
column r/w
OctetString
Destination Address
Specifies the destination IP address criteria that an outgoing
packet must have to match this route. The supported format for
the destination is: IP address[/mask].
When specifying a network as a destination, it is mandatory to
use the '/' format.
* Example: 192.168.1.5 specifies an IP address as the
destination.
* Example: 192.168.1.0/24 specifies a network address as the
destination.
Context
- MIB
- MX-IPROUTING-MIB
- OID
.0.3500.1.600.1.300- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- staticIpRoutesEntry
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::staticIpRoutesDestination'
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::staticIpRoutesDestination.<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::staticIpRoutesDestination'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.