ruckusAuthSessionStatus

RUCKUS-AUTH-MIB · .1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.9

Object

column Enumeration
The authentication state of the session which can
take the following values.
              
allowed	- client authentication is successful, so
		  the complete access is granted
blocked	- client failed authentication, so access
		  is denied
restrict	- client failed authentication, but
		  allowed restricted access
critical	- client authentication timedout, so
		  access is limited to critical operations
guest		- client is not Dot1x capable, so allowed
		  guest role access

Context

MIB
RUCKUS-AUTH-MIB
OID
.1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.9
Type
column
Access
readonly
Status
current
Parent
ruckusAuthSessionEntry
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::ruckusAuthSessionStatus'
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::ruckusAuthSessionStatus.<ifIndex>.<ruckusAuthSessionMac>'
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::ruckusAuthSessionStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1allowed
2blocked
3restrict
4critical
5guest
6other

Conformance