sipAuthChallengeCachingMode
AcGateway ·
.1.3.6.1.4.1.5003.9.10.3.1.2.4.6
Object
scalar r/w
Enumeration
0. No caching mode ? don't cache any challenges. Every new request will be sent without preliminary authorization. If the request is challenged ? new request with authorization data will be sent. 1. Cache for INVITE mode ? challenges issued for INVITE request and within the session will be cached. This will prevent the mixture of REGISTER and INVITE authorizations. 2. Full cache mode ? cache any challenges from the proxies. . Access: Instant. AC INI-Param: SIPCHALLENGECACHINGMODE
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 'AcGateway' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AcGateway::sipAuthChallengeCachingMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AcGateway' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AcGateway::sipAuthChallengeCachingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noCaching |
1 | inviteOnly |
2 | fullCaching |