Configuration Guide 620
Configuring Network Security
Configuration Examples
7) On the same page, specify the Method List Name as Method-Enable, select the List
Type as Authentication Enable, and select the Pri1 as RADIUS1. Click
Add
to set the
method list for the Enable password authentication.
Figure 8-23
Configure Enable Method List
8) Choose the menu
Network Security > AAA > Global Config
to load the following
page. In the
AAA Application List
section, select telnet and configure the Login List as
Method-Login and Enable List as Method-Enable. Then click
Apply
.
Figure 8-24
Configure AAA Application List
9) Click
Save Config
to save the settings.
8.3.4 Using the CLI
1) Enable AAA globally.
Switch#configure
Switch(config)#aaa enable
2) Add RADIUS Server 1 and RADIUS Server 2 on the switch.
Switch(config)#radius-server host 192.168.0.10 auth-port 1812 key 123456
Switch(config)#radius-server host 192.168.0.20 auth-port 1812 key 123456
3) Create a new server group named RADIUS1 and add the two RADIUS servers to the
server group.
Switch(config)#aaa group radius RADIUS1
Switch(aaa-group)#server 192.168.0.10