ipsecPeerStatNatDetect
FEC-IPSEC-MIB ·
.0.28.1.36
Object
column Enumeration
The latest result of the NAT detection performed with the peer. Possible values: local(1), -- local NAT detected remote(2), -- remote NAT detected both(3), -- local and remote NAT detected none(4), -- no NAT present unknown(8) -- NAT detection not performed or not finished.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.28.1.36- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecPeerStatEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecPeerStatNatDetect'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecPeerStatNatDetect.<ipsecPeerStatIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ipsecPeerStatNatDetect'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | remote |
3 | both |
4 | none |
8 | unknown |