ruckusWebAuthMode

RUCKUS-AUTH-MIB · .1.3.6.1.4.1.1991.1.1.3.44.1.4.1.1.3

Object

column Enumeration
Specifies the authentication mode used for authenticating
the users.
              
none	  -	no authentication is performed
passcode -	passcode based authentication, where the
		passcode can be statitically configured or
		generated dynamically
password  -	username and password based authentication,
		where local user database or external RADIUS
		server is used
captivePortal-	external Captive Portal is used through
		redirection

Context

MIB
RUCKUS-AUTH-MIB
OID
.1.3.6.1.4.1.1991.1.1.3.44.1.4.1.1.3
Type
column
Access
readonly
Status
current
Parent
ruckusWebAuthEntry
Groups
1

Walk 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 'RUCKUS-AUTH-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-AUTH-MIB::ruckusWebAuthMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RUCKUS-AUTH-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-AUTH-MIB::ruckusWebAuthMode.<ruckusWebAuthVlan>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RUCKUS-AUTH-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RUCKUS-AUTH-MIB::ruckusWebAuthMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2passcode
3password
4captivePortal

Conformance