hpicfLmaSessionState
HP-ICF-LMA-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.97.1.2.1.1.2
Object
column Enumeration
Specifies the state of the client as follows:
'authenticated' - authenticated client
'unauthenticated' - unauthenticated client,
waiting for credentials
'authenticating' - credentials have been sent
for verification, waiting for
response
'authReqRejectNoVlan' - credentials invalid; client
does not have access to
unauthenticated VLAN
'authReqRejectUnauthVlan' - credentials invalid; client
does have access to
unauthenticated VLAN
'authReqTimeoutNoVlan' - credentials could not be
verified; client is still
unauthenticated and does
not have access to
unauthenticated VLAN
'authReqTimeoutUnauthVlan' - credentials could not be
verified; client is still
unauthenticated, but has
access to unauthenticated
VLAN
'initialRole' - client is assigned the initial role
'initialRoleFailed' - initial role could not be applied; client
does not have access to the network
Context
- MIB
- HP-ICF-LMA-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.97.1.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpicfLmaSessionStatsEntry
- Groups
- 2
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 'HP-ICF-LMA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-LMA-MIB::hpicfLmaSessionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-LMA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-LMA-MIB::hpicfLmaSessionState.<hpicfLmaPortNumber>.<hpicfLmaSessionMacAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-LMA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-LMA-MIB::hpicfLmaSessionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | authenticated |
2 | unauthenticated |
3 | authenticating |
4 | authReqRejectNoVlan |
5 | authReqRejectUnauthVlan |
6 | authReqTimeoutNoVlan |
7 | authReqTimeoutUnauthVlan |
8 | initialRole |
9 | initialRoleFailed |