Changing nac framework session attributes – Cisco ASA 5505 User Manual

Page 1555

Advertising
background image

70-15

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 70 Configuring Network Admission Control

Changing Global NAC Framework Settings

Changing NAC Framework Session Attributes

The ASA provides default settings for the attributes that specify communications between the ASA and
the remote host. These attributes specify the port no. to communicate with posture agents on remote
hosts and the expiration counters that impose limits on the communications with the posture agents.
These attributes, the default settings, and the commands you can enter to change them are as follows:

Command

Purpose

Step 1

global

Switches to global configuration mode.

Step 2

eou clientless username

username

Example:

hostname(config)# eou clientless username sherlock

hostname(config)# eou clientless password 221B-baker

hostname(config)#

Changes the username used for clientless
authentication.

username must match the username configured on
the Access Control Server to support clientless
hosts. Enter 1 to 64 ASCII characters, excluding
leading and trailing spaces, pound signs (#),
question marks (?), quotation marks ("), asterisks
(*), and angle brackets (< and >).

Changes the username and password for clientless
authentication to sherlock and 221B-baker
respectively. You can specify only the username,
only the password, or both.

Step 3

eou clientless password

password

Changes the password used for clientless
authentication.

password must match the password configured on
the Access Control Server to support clientless
hosts. Enter 4 – 32 ASCII characters.

Step 4

(Optional)

no eou clientless username

Example:

hostname(config)# no eou clientless username

hostname(config)#

Changes the username to its default value.

Step 5

(Optional)

no eou clientless password

Example:

hostname(config)# no eou clientless password

hostname(config)#

Changes the password to its default value.

Advertising