33-7
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 33 Configuring Network Admission Control
Configuring a NAC Policy
The following example identifies acl-2 as the ACL to be applied before posture validation succeeds:
hostname(config-nac-policy-nac-framework)#
default-acl acl-2
hostname(config-nac-policy-nac-framework)
Configuring Exemptions from NAC
The security appliance configuration stores a list of exemptions from NAC posture validation. You can
specify the operating systems that are exempt. If you specify an ACL, the client running the operating
system specified is exempt from posture validation and the client traffic is subject to the ACL.
To add an entry to the list of remote computer types that are exempt from NAC posture validation, enter
the following command in nac-policy-nac-framework configuration mode:
[no] exempt-list os
"
os-name
" [
disable
|
filter
acl-name
[
disable
] ]
The
no exempt-list
command removes all exemptions from the NAC Framework policy. Specifying an
entry when issuing the
no
form of the command removes the entry from the exemption list.
Note
When the command specifies an operating system, it does not overwrite the previously added entry to
the exception list; enter the command once for each operating system and ACL you want to exempt.
os
exempts an operating system from posture validation.
os-name
is the operating system name. Use quotation marks if the name includes a space (for example,
“Windows XP”).
filter
applies an ACL to filter the traffic if the computer’s operating system matches the
os name
.
The
filter
/
acl-name
pair is optional.
disable
performs one of two functions, as follows:
•
If you enter it after the "os-name," the security appliance ignores the exemption, and applies NAC
posture validation to the remote hosts that are running that operating system.
•
If you enter it after the
acl-name
, security appliance exempts the operating system, but does not
apply the ACL to the associated traffic.
acl-name
is the name of the ACL present in the security appliance configuration. When specified, it must
follow the
filter
keyword.
For example, enter the following command to add all hosts running Windows XP to the list of computers
that are exempt from posture validation:
hostname(config-group-policy)#
exempt-list os "Windows XP"
hostname(config-group-policy)
The following example exempts all hosts running Windows XP and applies the ACL acl-2 to traffic from
those hosts:
hostname(config-nac-policy-nac-framework)#
exempt-list os "Windows XP" filter acl-2
hostname(config-nac-policy-nac-framework)
The following example removes the same entry from the exemption list:
hostname(config-nac-policy-nac-framework)#
no exempt-list os "Windows XP" filter acl-2
hostname(config-nac-policy-nac-framework)
Summary of Contents for 500 Series
Page 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Page 45: ...P A R T 1 Getting Started and General Information ...
Page 46: ......
Page 277: ...P A R T 2 Configuring the Firewall ...
Page 278: ......
Page 561: ...P A R T 3 Configuring VPN ...
Page 562: ......
Page 891: ...P A R T 4 System Administration ...
Page 892: ......
Page 975: ...P A R T 5 Reference ...
Page 976: ......