jnxJsNatSrcPortPoolType

JUNIPER-JS-NAT-MIB · .1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.3

Object

column deprecated Enumeration
Source NAT can do address translation with or without port 
address translation (PAT).  The source port pool type indicates
whether the address translation is done with port or without
the port, or if it is a static translation.
              
withPAT(Source Pool with PAT): the security device translates 
both source IP address and port number of the packets 
              
withoutPAT (Source Pool without PAT): the device performs source 
network address translation for the IP address without 
performing port address translation (PAT) for the source port
number.
              
Static translation means that one range of IP addresses is 
statically mapped one to one to a shifted range of IP addresses.

Context

MIB
JUNIPER-JS-NAT-MIB
OID
.1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.3
Type
column
Access
readonly
Status
deprecated
Parent
jnxJsSrcNatEntry

Walk 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 'JUNIPER-JS-NAT-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JS-NAT-MIB::jnxJsNatSrcPortPoolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-JS-NAT-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JS-NAT-MIB::jnxJsNatSrcPortPoolType.<jnxJsNatSrcIpPoolName>.<jnxJsNatSrcGlobalAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-JS-NAT-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-JS-NAT-MIB::jnxJsNatSrcPortPoolType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1withPAT
2withoutPAT
3static