ruckusAuthSessionVlanType
RUCKUS-AUTH-MIB ·
.1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.3
Object
column Enumeration
Decribes the type of the VLAN associated with the session.
default(1) - Default VLANs as configured on Ruckus device
restrict(2) - Restricted VLAN as authentication failed
critical(3) - Critical VLAN as authentication timed out
guest(4) - Guest VLAN as client is not Dot1x capable
radius(5) - RADIUS (auth) server assigned VLAN
Context
- MIB
- RUCKUS-AUTH-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.44.1.7.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ruckusAuthSessionEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::ruckusAuthSessionVlanType'
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::ruckusAuthSessionVlanType.<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::ruckusAuthSessionVlanType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | retrict |
3 | critical |
4 | guest |
5 | radius |