Configuring Web-Based Authentication
How to Configure Web-Based Authentication
Command
5.
exit
6.
ip device tracking
7.
end
8.
show ip admission configuration
Configuring AAA Authentication
Command
1.
aaa new-model
2.
aaa authentication login default group {tacacs+
| radius}
3.
aaa authorization auth-proxy default group
{tacacs+ | radius}
4.
radius-server host {hostname | ip-address} test
username username
5.
radius-server key string
Configuring Switch-to-RADIUS-Server Communication
Command
1.
ip radius source-interface interface_name
2.
radius-server host {hostname | ip-address} test
username username
Purpose
Returns to configuration mode.
Enables the IP device tracking table.
Returns to privileged EXEC mode.
Displays the configuration.
Purpose
Enables AAA functionality.
Defines the list of authentication methods at login.
Creates an authorization method list for web-based
authorization.
Specifies an AAA server.
Specifies the host name or IP address of the remote RADIUS
server.
The test username username option enables automated
testing of the RADIUS server connection. The specified
username does not need to be a valid user name.
Configures the authorization and encryption key used between
the switch and the RADIUS daemon running on the RADIUS
server. To use multiple RADIUS servers, reenter this command
for each server.
Purpose
Specifies that the RADIUS packets have the IP address of
the indicated interface.
Specifies the host name or IP address of the remote
RADIUS server.
The test username username option enables automated
testing of the RADIUS server connection. The specified
username does not need to be a valid user name.
The key option specifies an authentication and
encryption key to use between the switch and the
RADIUS server.
To use multiple RADIUS servers, reenter this command
for each server.
250