advancedIpRoutesSourceAddress
MX-IPROUTING-MIB ·
.0.3500.1.200.1.300
Object
column r/w
OctetString
Source Address
Specifies the source IP address criteria an incoming packet
must have to match this rule. When left empty, any source
address matches this rule. The supported format for the source
network is: IP address[/mask].
When specifying a network name, it is mandatory to use the '/'
format.
* Example: 192.168.1.0
* Example: 192.168.1.0/24
* Example: Lan1/
Context
- MIB
- MX-IPROUTING-MIB
- OID
.0.3500.1.200.1.300- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- advancedIpRoutesEntry
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::advancedIpRoutesSourceAddress'
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::advancedIpRoutesSourceAddress.<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::advancedIpRoutesSourceAddress'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.