ipRoutingMode

MX-IP-ROUTING-MIB · .1.3.6.1.4.1.4935.15.110.1.7

Object

scalar r/w Enumeration
Indicates what type of routing service is selected.
It is only used if ipRoutingEnable is set to enable.
          
tas(0) :    Indicates that the routing service is in TAS mode.
            Transparent Address Sharing assigns the WAN IP address to a
            computer or device on the LAN side.
nat(1) :    Indicates that the routing service is in NAT mode.
            Network Address Translation makes it possible to share a single
            WAN IP address between multiple computers on the LAN.
normal(2) : Indicates that the routing service is in normal mode.
            In this mode, the computers on the LAN side use a public IP address.
          
This variable's semantics are different depending on the hardware platform.
Please refer to the documentation shipped with your device for more
details.

Context

MIB
MX-IP-ROUTING-MIB
OID
.1.3.6.1.4.1.4935.15.110.1.7
Type
scalar
Access
readwrite
Status
current
Default
tas
Parent
ipRoutingMIBObjects
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-IP-ROUTING-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-IP-ROUTING-MIB::ipRoutingMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-IP-ROUTING-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-IP-ROUTING-MIB::ipRoutingMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0tas
1nat
2normal

Conformance