Configuration Guide 601
Configuring Network Security
AAA Configuration
Step 1
configure
Enter global configuration mode.
Step 2
ip http login authentication {
method-lis
t
}
Apply the Login method list for the application HTTP.
method-list
:
Specify the name of the Login method list.
Step 3
ip http enable authentication {
method-lis
t
}
Apply the Enable method list for the application HTTP.
method-list
:
Specify the name of the Enable method list.
Step 4
show aaa global
Verify the configuration of application list.
Step 5
end
Return to privileged EXEC mode.
Step 6
copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to apply the existing Login method list named Login1
and Enable method list named Enable1 for the application HTTP:
Switch#configure
Switch(config)#ip http login authentication
Login1
Switch(config)#ip http enable authentication
Enable1
Switch(config)#show aaa global
......
Module Login List Enable List
Telnet default default
Ssh default default
Http Login1 Enable1
Switch(config)#end
Switch#copy running-config startup-config
7.2.6 Configuring Login Account and Enable Password
The login account and Enable password can be configured locally on the switch or centrally
on the RADIUS/ server(s).