Displaying Web-Based Authentication Status
Removing Web-Based Authentication Cache Entries
To delete existing session entries, perform either of these tasks:
Command
Switch# clear ip auth-proxy cache {* | host ip
address}
Switch# clear ip admission cache {* | host ip
address}
This example shows how to remove the web-based authentication session for the client at IP address
209.165.201.1:
Switch# clear ip auth-proxy cache 209.165.201.1
Displaying Web-Based Authentication Status
To display the web-based authentication settings for all interfaces or for specific ports, perform this task:
Command
Switch# show authentication sessions
[interface type slot/port]
This example shows how to view only the global web-based authentication status:
Switch# show authentication sessions
This example shows how to view the web-based authentication settings for interface Gi 3/27:
Switch# show authentication sessions interface gigabitethernet 3/27
Software Configuration Guide—Release IOS XE 3.3.0SG and IOS 15.1(1)SG
46-14
Chapter 46
Configuring Web-Based Authentication
Purpose
Deletes authentication proxy entries. Use an asterisk to
delete all cache entries. Enter a specific IP address to
delete the entry for a single host.
Deletes authentication proxy entries. Use an asterisk to
delete all cache entries. Enter a specific IP address to
delete the entry for a single host.
Purpose
Displays the web-based authentication settings.
type = fastethernet, gigabitethernet, or tengigabitethernet
(Optional) Use the interface keyword to display the
web-based authentication settings for a specific interface.
OL-25340-01