PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Specifies the name of the RADIUS server configuration for
Protected Access Credential (PAC) provisioning and enters
RADIUS server configuration mode.
radius server name
Example:
Switch(config)# radius server ISE
Step 3
The switch also supports RADIUS for IPv6.
Configures the IPv4 address for the RADIUS server
accounting and authentication parameters.
address {ipv4 | ipv6} {ip-address | hostname}
auth-port port-number acct-port port-number
Example:
Switch(config-radius-server)# address ipv4
Step 4
10.1.1.1 auth-port 1645 acct-port 1646
Specifies the authentication and encryption key for all
RADIUS communications between the device and the
RADIUS server.
end {{0 | 7} string}string
Example:
Switch(config-radius-server)# key cisco123
Step 5
Exits RADIUS server configuration mode and returns to
privileged EXEC mode.
end
Example:
Switch(config-radius-server)# end
Step 6
Verifies your entries.show running-config
Example:
Switch# show running-config
Step 7
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 8
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
931
How to Configure RADIUS