acSysWEBAccessWebAuthMode
AC-SYSTEM-MIB ·
.1.3.6.1.4.1.5003.9.10.10.1.3.5.1.1.7
Object
column r/w
Enumeration
Selects HTTP basic (clear text) or digest (MD5) authentication for the web interface. When set to 0, basic authentication (clear text) will be used. When set to 1, digest authentication (MD5) will be used. When set to 2, digest authentication (MD5) will be used for HTTP, while basic authentication will be used for HTTPS. Note that turning on RADIUS login forces basic authentication. Access: Instant. AC INI-Param: WebAuthMode
Context
- MIB
- AC-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5003.9.10.10.1.3.5.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- acSysWEBAccessEntry
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 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-SYSTEM-MIB::acSysWEBAccessWebAuthMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-SYSTEM-MIB::acSysWEBAccessWebAuthMode.<acSysWEBAccessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-SYSTEM-MIB::acSysWEBAccessWebAuthMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | basicMode |
1 | digestModeWhenPossible |
2 | digestModeHTTPOnly |