bseeMultiHostNonEapStatusState
BAY-STACK-EAPOL-EXTENSION-MIB ·
.1.3.6.1.4.1.45.5.3.7.1.3
Object
column Enumeration
The authentication status. Values are:
rejected(1) - the MAC address could not be authenticated
on this port
locallyAuthenticated(2) - the MAC address was authenticated
using the local table of allowed clients
radiusPending(3) - the MAC address is awaiting
authentication by a RADIUS server
radiusAuthenticated(4) - the MAC address was authenticated
by a RADIUS server
adacAuthenticated(5) - the MAC address was authenticated using
ADAC configuration tables
mhsaAuthenticated(6) - the MAC address was auto-authenticated
on a port following a successful authentication
of an EAP client
lldpAuthenticated(7) - the MAC address was authenticated using
the LLDP mechanism
radiusHeld(8) - the MAC address was authenticated by a RADIUS
server and rejected after
Context
- MIB
- BAY-STACK-EAPOL-EXTENSION-MIB
- OID
.1.3.6.1.4.1.45.5.3.7.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bseeMultiHostNonEapStatusEntry
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 'BAY-STACK-EAPOL-EXTENSION-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-EAPOL-EXTENSION-MIB::bseeMultiHostNonEapStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-EAPOL-EXTENSION-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-EAPOL-EXTENSION-MIB::bseeMultiHostNonEapStatusState.<bseeMultiHostNonEapStatusPortNumber>.<bseeMultiHostNonEapStatusClientMACAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-EAPOL-EXTENSION-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-EAPOL-EXTENSION-MIB::bseeMultiHostNonEapStatusState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rejected |
2 | locallyAuthenticated |
3 | radiusPending |
4 | radiusAuthenticated |
5 | adacAuthenticated |
6 | mhsaAuthenticated |
7 | lldpAuthenticated |
8 | radiusHeld |