natPolicyType
FutureNat-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.14.1.12.1.1
Object
column Enumeration
This specifies the type of Policy NAT. It can be either static Policy NAT or dynamic policy NAT. For policy static NAT the number of global IP addresses should be equivalent to the number of local addresses. Dynamic policy NAT supports many to one mapping of multiple local addresses to one global address. Overlapping addresses are allowed for dynamic policy NAT.
Context
- MIB
- FutureNat-MIB
- OID
.1.3.6.1.4.1.2076.14.1.12.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- natPolicyEntry
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 'FutureNat-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FutureNat-MIB::natPolicyType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FutureNat-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FutureNat-MIB::natPolicyType.<natPolicyType>.<natPolicyId>.<natPolicyAclName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FutureNat-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FutureNat-MIB::natPolicyType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | dynamic |