6-14
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 6 ASA and Cisco TrustSec
Guidelines for Cisco TrustSec
Before You Begin
•
The referenced server group must be configured to use the RADIUS protocol. If you add a
non-RADIUS server group to the ASA, the configuration fails.
•
If the ISE is also used for user authentication, obtain the shared secret that was entered on the ISE
when you registered the ASA with the ISE. Contact your ISE administrator to obtain this
information.
To configure the AAA server group to communicate with the ISE on the ASA, perform the following
steps:
Procedure
Step 1
Create the AAA server group and configure the AAA server parameters for the ASA to communicate
with the ISE server.
aaa-server
server-tag
protocol
radius
Example:
hostname(config)#
aaa-server ISEserver protocol radius
The
server-tag
argument specifies the server group name.
Step 2
Exit from the aaa server group configuration mode.
exit
Example:
hostname(config-aaa-server-group)# exit
Step 3
Configure a AAA server as part of a AAA server group and set host-specific connection data.
hostname(config)#
aaa-server
server-tag
(
interface-name
)
host
server-ip
Example:
hostname(config)#
aaa-server ISEserver
(inside)
host
192.0.2.1
The
interface-name
argument specifies the network interface where the ISE server resides. The
parentheses are required in this parameter. The
server-tag
argument is the name of the AAA server
group. The
server-ip
argument specifies the IP address of the ISE server.
Step 4
Specify the server secret value used to authenticate the ASA with the ISE server.
key
key
Example:
hostname(config-aaa-server-host)# key myexclusivekey
The
key
argument is an alphanumeric keyword up to 127 characters long.
If the ISE is also used for user authentication, enter the shared secret that was entered on the ISE when
you registered the ASA with the ISE.
Step 5
Exit from the aaa server host configuration mode.
exit
Example:
hostname(config-aaa-server-host)# exit
Содержание ASA 5508-X
Страница 11: ...P A R T 1 Access Control ...
Страница 12: ......
Страница 60: ...4 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 4 Access Rules History for Access Rules ...
Страница 157: ...P A R T 2 Network Address Translation ...
Страница 158: ......
Страница 204: ...9 46 Cisco ASA Series Firewall CLI Configuration Guide Chapter 9 Network Address Translation NAT History for NAT ...
Страница 232: ...10 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 10 NAT Examples and Reference DNS and NAT ...
Страница 233: ...P A R T 3 Service Policies and Application Inspection ...
Страница 234: ......
Страница 379: ...P A R T 4 Connection Management and Threat Detection ...
Страница 380: ......
Страница 400: ...16 20 Cisco ASA Series Firewall CLI Configuration Guide Chapter 16 Connection Settings History for Connection Settings ...
Страница 414: ...17 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 17 Quality of Service History for QoS ...