ruckusAuthSessionFlags

RUCKUS-AUTH-MIB · .1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.25

Object

column Bits
Desacribes various other parameters of client
session, by clubbing them together in one object for
simplicity.
              
staticAuthenticated(0):
	Client is authenticaticated using configured
	auth-fileters on the port, instead of normal
	RADIUS server
taggedSession(1):
	Client VLAN is tagged, which may indicate the
	client as Phone or tagged VM
dot1xNonCapable(2):
	Client is not Dot1x capabale
dot1xEnabled(3):
	Dot1x should be tried or not, when MAC-Auth
	succeeds depending on default value (enable),
	configured value or RADIUS attribute
masterMacAuth(4),
	Indicates if this session is Master session in
	case of MAC-Auth session, as there would be
	multiple sessions for MAC-Auth, whereas there
	would be only one session visible 
v4AclApplied(5):
	IPv4 ACL is applied for the client
v6AclApplied(6):
	IPv6 ACL is applied for the client

Context

MIB
RUCKUS-AUTH-MIB
OID
.1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.25
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::ruckusAuthSessionFlags'
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::ruckusAuthSessionFlags.<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::ruckusAuthSessionFlags'

Syntax

Bits

Values & Constraints

Enumerated Values
0staticAuthenticated
1taggedSession
2dot1xNonCapable
3dot1xEnabled
4masterMacAuth
5v4AclApplied
6v6AclApplied

Conformance