acSysNATType
AC-SYSTEM-MIB ·
audiocodes variant
·
.1.3.6.1.4.1.5003.9.10.10.2.6.2.1
Object
scalar Enumeration
Identified NAT type. -1 - STUN client is disabled 0 - None 1 - FullCone 2 - Restricted 3 - PortRestricted 4 - Symmetric 5 - SymmetricFireWall 6 - Blocked 7 - Unknown 10 - NAT identification in progress. AC INI-Param: N/A
Context
- MIB
- AC-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5003.9.10.10.2.6.2.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- acSysNAT
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-SYSTEM-MIB::acSysNATType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-SYSTEM-MIB::acSysNATType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | stunDisabled |
0 | none |
1 | fullCone |
2 | restricted |
3 | portRestricted |
4 | symmetric |
5 | symmetricFireWall |
6 | blocked |
7 | unknown |
10 | natIdentificationInProgress |