ruckusAuthSessionAgingType

RUCKUS-AUTH-MIB · .1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.11

Object

column Enumeration
Indicates the aging status of the client session
which can be of the following values.
              
software(1):
	Client MAC entry is cleared as the entry
	timedout in hardware for configured inactivity
	period, so it has entered software aging state
hardware(2):
	Client MAC has detected the inactivity on the
	port, so entered the hardware aging state
enabled(3):
	Aging is enabled and there is no detection of
	inactivity on the port for this client, so aging
	has not started
disabled(4):
	Aging is disabled for this client, so any amount
	of inactivity period doesn't clear the session

Context

MIB
RUCKUS-AUTH-MIB
OID
.1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.11
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::ruckusAuthSessionAgingType'
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::ruckusAuthSessionAgingType.<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::ruckusAuthSessionAgingType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1software
2hardware
3enabled
4disabled

Conformance