Cisco ASA Series Cli Configuration Manual page 892

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Task Flow for Configuring the Identity Firewall
What to Do Next
Configure AD Agents. See
Configuring Active Directory Agents
Configure the primary and secondary AD Agents for the AD Agent Server Group. When the ASA detects
that the primary AD Agent is not responding and a secondary agent is specified, the ASA switches to
secondary AD Agent. The Active Directory server for the AD agent uses RADIUS as the communication
protocol; therefore, you should specify a key attribute for the shared secret between ASA and AD Agent.
Requirement
To configure the AD Agents, perform the following steps:
Command
Step 1
hostname(config)# aaa-server server-tag protocol
radius
Example:
hostname(config)# aaa-server adagent protocol radius
Step 1
hostname(config)# ad-agent-mode
Step 2
hostname(config-aaa-server-group)# aaa-server
server-tag [(interface-name)] host {server-ip |
name} [key] [timeout seconds]
Example:
hostname(config-aaa-server-group)# aaa-server
adagent (inside) host 192.168.1.101
Step 3
hostname(config-aaa-server-host)# key key
Example:
hostname(config-aaa-server-host)# key mysecret
Step 4
hostname(config-aaa-server-host)# user-identity
ad-agent aaa-server aaa_server_group_tag
Examples:
hostname(config-aaa-server-hostkey )# user-identity
ad-agent aaa-server adagent
Step 5
hostname(config-aaa-server-host)# test aaa-server
ad-agent
Cisco ASA Series CLI Configuration Guide
1-12
Configuring Active Directory Agents, page
AD agent IP address
Shared secret between ASA and AD agent
Chapter 1
Configuring the Identity Firewall
1-12.
Purpose
Creates the AAA server group and configures AAA
server parameters for the AD Agent.
Enables the AD Agent mode.
For the AD Agent, configures the AAA server as
part of a AAA server group and the AAA server
parameters that are host-specific.
Specifies the server secret value used to authenticate
the ASA to the AD Agent server.
Defines the server group of the AD Agent.
The first server defined in aaa_server_group_tag
variable is the primary AD Agent and the second
server defined is the secondary AD Agent.
The Identity Firewall supports defining only two
AD-Agent hosts.
When ASA detects the primary AD Agent is down
and a secondary agent is specified, it switches to
secondary AD Agent. The aaa-server for the AD
agent uses RADIUS as the communication protocol,
and should specify key attribute for the shared secret
between ASA and AD Agent.
Tests the communication between the ASA and the
AD Agent server.

Advertisement

Table of Contents
loading

Table of Contents