ipDropinGroupExcludeFromNat
BINTEC-IPDROPIN-MIB ·
.0.64.1.12
Object
column r/w
Enumeration
This variable determines, in conjunction with the variable 'ipDropinIfExcludeFromNat', whether the NAT procedure is bypassed for IP addresses (source or target) within the drop-in network - with exception of the address 'ipDropinGroupUsedLocalAddr' itself. If set to enabled (2) NAT-less communication initiated from or addressed to the drop-in network is possible, needed for non-private DMZ networks for example.
Context
- MIB
- BINTEC-IPDROPIN-MIB
- OID
.0.64.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipDropinGroupEntry
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 'BINTEC-IPDROPIN-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPDROPIN-MIB::ipDropinGroupExcludeFromNat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-IPDROPIN-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPDROPIN-MIB::ipDropinGroupExcludeFromNat.<ipDropinGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-IPDROPIN-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-IPDROPIN-MIB::ipDropinGroupExcludeFromNat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |