cLWAWebAuthType
CISCO-LWAPP-WEBAUTH-MIB ·
.1.3.6.1.4.1.9.9.515.2.1.1
Object
scalar r/w
Enumeration
This object specifies the type of web authentication for the
clients.
Web authentication can be of three types;
internalDefault - The default login page will be
presented to the client for authentication.
internalCustom - The administrator has created and
uploaded a custom login page and it will be
presented to the clients for authentication.
external - This value indicates that the login page
will be served from the external web server. Note
that cLWAWebAuthType can be successfully set to this
value when the cLWAExternalWebAuthURL object has been
set to string with non-zero length.
Context
- MIB
- CISCO-LWAPP-WEBAUTH-MIB
- OID
.1.3.6.1.4.1.9.9.515.2.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ciscoLwappWebAuthConfig
- Groups
- 2
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 'CISCO-LWAPP-WEBAUTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-WEBAUTH-MIB::cLWAWebAuthType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-WEBAUTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-WEBAUTH-MIB::cLWAWebAuthType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | internalDefault |
2 | internalCustom |
3 | external |