Step 1 |
enable
|
Enables
privileged EXEC mode.
|
Step 2 |
configure
terminal
Device# configure terminal
|
Enters global
configuration mode.
|
Step 3 |
aaa new-model
Device(config)# aaa new-model
|
Enables new RADIUS and AAA access control commands and functions
and disables old commands.
|
Step 4 |
aaa session-id common
Device(config)# aaa session-id common
|
Ensures that all session identification (ID) information that is
sent out for a given call will be made identical.
|
Step 5 |
aaa authentication dot1x
default group
group-name
Device(config)# aaa authentication dot1x default group cts-sg
|
Specifies the
server group used for authentication on interfaces running IEEE 802.1X.
|
Step 6 |
aaa authorization network
default group
group-name
Device(config)# aaa authorization network default group cts-sg
|
Specifies the
default CTS authorization list for all network-related service requests from
the RADIUS server group.
|
Step 7 |
aaa authorization
network
list-name
group
group-name
Device(config)# aaa authorization network cts-mlist group cts-sg
|
Specifies the
CTS authorization list name for all network-related service requests from the
RADIUS server group.
|
Step 8 |
aaa server radius
dynamic-author
Device(config)# aaa server radius dynamic-author
|
Configures a
device as an authentication, authorization, and accounting (AAA) server to
facilitate interaction with an external policy server.
|
Step 9 |
radius server
name
Device(config)# radius server myserver
|
Specifies a
name for the RADIUS server PAC provisioning configuration and enters RADIUS
server configuration mode.
|
Step 10 |
address ipv4
hostname [acct-port
port
|
alias
name
|
auth-port
port
[acct-port
port]]
Device(config-radius-server)# address ipv4 10.0.0.1 acct-port 1813 auth-port 1812
|
Configures
the RADIUS server accounting and authentication parameters for PAC
provisioning.
-
The
hostname
argument is the RADIUS server IPv4 address or Domain Name System (DNS) name.
-
The
acct-port
keyword and
port
argument specify the UDP port for the RADIUS accounting server for accounting
requests. The default port is 1646.
-
The
alias
keyword and
name
argument specify an alias for this server. The alias can be an IPv4 address or
host name. Up to 8 aliases can be configured for this server.
-
The
auth-port
keyword and
port
argument specify the UDP port for RADIUS authentication server. The default
port is 1645.
|
Step 11 |
pac key
encryption-key
Device(config-radius-server)# pac key 7 mypackey
|
Specifies
the Protected Access Credential (PAC) encryption key. The
encryption-key argument can be
0
(specifies that an unencrypted key follows),
6
(specifies that an advanced encryption scheme [AES] encrypted key follows),
7
(specifies that a hidden key follows), or a line specifying the unencrypted
(clear-text) server key.
|
Step 12 |
exit
Device(config-radius-server)# exit
|
Exits
RADIUS server configuration mode and returns to global configuration mode.
|
Step 13 |
aaa group server
radius
group-name
Device(config)# aaa group server radius cts-sg
|
Specifies a
server group and groups different RADIUS server hosts into distinct lists and
distinct methods. Enters server-group RADIUS configuration mode.
|
Step 14 |
server name
server-name
Device(config-sg-radius)# server name myserver
|
Configures
a RADIUS server for the group server.
|
Step 15 |
ip vrf forwarding
vrf-name
Device(config-sg-radius)# ip vrf forwarding vrf-intf
|
Configures
the Virtual Private Network (VPN) routing and forwarding (VRF) reference of an
authentication, authorization, and accounting (AAA) RADIUS server group.
|
Step 16 |
exit
Device(config-sg-radius)# exit
|
Exits
server-group RADIUS configuration mode and returns to global configuration
mode.
|
Step 17 |
cts authorization list
network
list-name
Device(config)# cts authorization list cts-mlist
|
Specifies a
list of AAA servers for the CTS seed device to use.
|
Step 18 |
ip radius
source-interface
subinterface-name
vrf
vrf-name
Device(config)# ip radius source-interface GigabitEthernet0 vrf vrf-intf
|
Forces
RADIUS to use the IP address of a specified interface per VRF for all outgoing
RADIUS packets.
|
Step 19 |
end
|
Exits
global configuration mode and returns to privileged EXEC mode.
|