hwOntDot1xPortBackendAuthState

HUAWEI-8021X-EXT-MIB · .1.3.6.1.4.1.2011.5.22.1.4.3.1.4

Object

column Enumeration
Indicates the 802.1x backend authentication state.
Options:
1.request(1)     -Indicates that 802.1x backend authentication state is request.
2.response(2)    -Indicates that 802.1x backend authentication state is response.
3.success(3)     -Indicates that 802.1x backend authentication state is success.
4.fail(4)        -Indicates that 802.1x backend authentication state is fail.
5.timeout(5)     -Indicates that 802.1x backend authentication state is timeout.
6.idle(6)        -Indicates that 802.1x backend authentication state is idle.
7.initialize(7)  -Indicates that 802.1x backend authentication state is initialize.
8.ignore(8)      -Indicates that 802.1x backend authentication state is ignore.
9.invalid(-1)    -Indicates the invalid state.

Context

MIB
HUAWEI-8021X-EXT-MIB
OID
.1.3.6.1.4.1.2011.5.22.1.4.3.1.4
Type
column
Access
readonly
Status
current
Parent
hwOntPortDot1xStatusEntry

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 'HUAWEI-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-8021X-EXT-MIB::hwOntDot1xPortBackendAuthState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-8021X-EXT-MIB::hwOntDot1xPortBackendAuthState.<ifIndex>.<hwOntDot1xOntId>.<hwOntDot1xOntPhyType>.<hwOntDot1xOntPhyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-8021X-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-8021X-EXT-MIB::hwOntDot1xPortBackendAuthState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
-1invalid
1request
2response
3success
4fail
5timeout
6idle
7initialize
8ignore