cpaeWebAuthHostState
CISCO-PAE-MIB ·
.1.3.6.1.4.1.9.9.220.1.9.8.1.5
Object
column
Enumeration
Indicates the current state of the Web Proxy
Authentication state machine.
initialize : Initial state of the Web Proxy
Authentication state machine.
connecting : Login page is sent to the client,
waiting for response from the client.
authenticating: Credentials are extracted from client's
response and authenticating with the
AAA server.
authenticated : Web Proxy Authentication succeeded.
Session timer is started, policies are
applied, and success page is sent back
to client.
authFailed : Web Proxy Authentication failed. Login
page is resent with authentication
failure information embedded, if retry
count has not exceeded the maximum
number of retry attempts. Otherwise,
move to 'blackListed' state.
parseError : Failed to extract user's credentials
from the client's response.
sessionTimeout: Session timer expired, user's policies
are removed, state machine will moves
to 'initialize' state after that.
blackListed : Web Proxy Authentication retry count
has exceeded the maximum number of
retry attempts. Only setting the state
machine to 'initialize' will take it
out of this state.
aaaFail : AAA server is not reachable after
sending the authentication request, or
after host has been in 'blackListed'
state for the period of time specified
by cpaeWebAuthQuietPeriod, with IAB
(Inaccessible Authentication Bypass)
enabled on the corresponding port
connected to the host.
Context
- MIB
- CISCO-PAE-MIB
- OID
.1.3.6.1.4.1.9.9.220.1.9.8.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cpaeWebAuthHostEntry
- Table
- cpaeWebAuthHostTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initialize |
2 | connecting |
3 | authenticating |
4 | authenticated |
5 | authFailed |
6 | parseError |
7 | sessionTimeout |
8 | blackListed |
9 | aaaFail |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cpaeWebAuthHostAddrType Indicates the Internet address type for the host. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.220.1.9.8.1.1 |
| cpaeWebAuthHostAddress Indicates the Internet address for the host. The type
of this address is determined by the value of
cpaeWebAuthHostAddrType. | column | OctetString | .1.3.6.1.4.1.9.9.220.1.9.8.1.2 |
| cpaeWebAuthAaaSessionPeriod Indicates the session period for a Web Proxy
Authenticated session on this host, supplied by the
AAA server. If value of this object is none zero,
it will take precedence over the… | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.220.1.9.8.1.3 |
| cpaeWebAuthHostSessionTimeLeft Indicates the leftover time of the current Web Proxy
Authenticated session for this host. | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.220.1.9.8.1.4 |
| cpaeWebAuthHostInitialize The initialization control for this host. Setting this
object to 'true' causes Web Proxy Authentication state
machine to be initialized for the host. Setting this
object to 'false… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.220.1.9.8.1.6 |