![Cisco 2948G - Catalyst Switch Скачать руководство пользователя страница 468](http://html.mh-extra.com/html/cisco/2948g-catalyst-switch/2948g-catalyst-switch_configuration-manual_67462468.webp)
30-24
Catalyst 4500 Series, Catalyst 2948G, Catalyst 2980G Switches Software Configuration Guide
—
Release 8.1
78-15486-01
Chapter 30 Configuring Switch Access Using AAA
Configuring Authentication
This example shows how to specify a RADIUS server and verify the configuration:
Console> (enable) set radius server 172.20.52.3
172.20.52.3 with auth-port 1812 added to radius server table as primary server.
Console> (enable) show radius
Login Authentication: Console Session Telnet Session
--------------------- ---------------- ----------------
tacacs disabled disabled
radius disabled disabled
local enabled(primary) enabled(primary)
Enable Authentication: Console Session Telnet Session
---------------------- ----------------- ----------------
tacacs disabled disabled
radius disabled disabled
local enabled(primary) enabled(primary)
Radius Deadtime: 0 minutes
Radius Key:
Radius Retransmit: 2
Radius Timeout: 5 seconds
Radius-Server Status Auth-port
----------------------------- ------- ------------
172.20.52.3 primary 1812
Console> (enable)
Enabling RADIUS Authentication
Note
Specify at least one RADIUS server before enabling RADIUS authentication on the switch. For
information on specifying a RADIUS server, see the
“Specifying RADIUS Servers” section on
page 30-23
.
You can enable RADIUS authentication for login and enable access to the switch. If desired, you can use
the console and telnet keywords to specify that RADIUS authentication be used only on console or
Telnet connections. If you are using both RADIUS and , you can use the primary keyword to
force the switch to try RADIUS authentication first.
To configure RADIUS authentication, perform this task in privileged mode:
Task
Command
Step 1
Enable RADIUS authentication for normal login
mode.
set authentication login radius enable [all |
console | http | telnet] [primary]
Step 2
Enable RADIUS authentication for enable mode. set authentication enable radius enable [all |
console | http | telnet] [primary]
Step 3
Create a user $enab15$ on the RADIUS server,
and assign a password to that user.
See the Note on
Table 30-2 on page 30-25
for
additional information.
Step 4
Verify the RADIUS configuration.
show authentication