raisecomHttpAuth
RAISECOM-WEBSERVER-MIB ·
.1.3.6.1.4.1.8886.1.46.2.1.5
Object
scalar r/w
Enumeration
The method of web user authentication. The type local(1) is for the local authentication. The type radius(2) is for the radius authentication. The type tacacs(3) is for the tacacs authentication. The default type is local.
Context
- MIB
- RAISECOM-WEBSERVER-MIB
- OID
.1.3.6.1.4.1.8886.1.46.2.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- raisecomWebServerScalar
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 'RAISECOM-WEBSERVER-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-WEBSERVER-MIB::raisecomHttpAuth.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-WEBSERVER-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-WEBSERVER-MIB::raisecomHttpAuth'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | radius |
3 | tacacs |