brcdDot1xAuthMacSessionAccessStatus
BRCD-DOT1X-MIB ·
.1.3.6.1.4.1.1991.1.1.3.38.5.1.1.5
Object
column Enumeration
The authentication state of the dot1x-mac-session - which can be permitted, denied, restricted or in the Init state
Context
- MIB
- BRCD-DOT1X-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.38.5.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- brcdDot1xAuthMacSessionEntry
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 'BRCD-DOT1X-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCD-DOT1X-MIB::brcdDot1xAuthMacSessionAccessStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCD-DOT1X-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCD-DOT1X-MIB::brcdDot1xAuthMacSessionAccessStatus.<ifIndex>.<brcdDot1xAuthMacSessionAuthMac>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCD-DOT1X-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCD-DOT1X-MIB::brcdDot1xAuthMacSessionAccessStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | blocked |
3 | restrict |
4 | init |