Specifications

clear web-authentication auth-state
423
clear web-authentication auth-state
Forcibly logs out an authenticated, currently logged-in user.
Syntax
clear web-authentication auth-state { user {<Web auth user name> | -all} | mac-address
<MAC>} [-f]
Input mode
Administrator mode
Parameters
user {<Web auth user name> | -all }
<Web auth user name>
Forces user logout by specifying an authenticated user that is currently logged
in.
-all
Forces the logout of all authenticated uses that are currently logged in.
mac-address <MAC>
Forces user logout by specifying the MAC address of an authenticated user
that is currently logged in.
-f
Forces user logout without displaying a confirmation message.
Operation when this parameter is omitted:
A confirmation message is displayed.
Example
Forcing logout of authenticated user USR01 who is currently logged in:
# clear web-authentication auth-state user USER01
Logout user web-authentication. Are you sure? (y/n): y
Forces logout of all authenticated uses that are currently logged in:
# clear web-authentication auth-state user -all
Logout all user web-authentication. Are you sure? (y/n): y
Forcing logout of an authenticated user that is currently logged in by specifying the
MAC address
0012.e200.0001:
# clear web-authentication auth-state mac-address 0012.e200.0001
Logout user web-authentication of specified MAC address. Are you sure?
(y/n): y
Display items
None
Impact on communication
Authentication for any user that is specified will be canceled.