
3-20
Cisco PIX Firewall and VPN Configuration Guide
78-15033-01
Chapter 3 Controlling Network Access and Use
Downloading Access Lists
Viewing TurboACL Configuration
The show access-list command displays the memory usage of each individually turbo-compiled ACL
and the shared memory usage for all the turbo-compiled ACLs. If no ACL is turbo-compiled, no
turbo-statistic is displayed. This command also shows the number of ACEs in an ACL and whether an
ACL is configured with TurboACL. Note that an ACL may be configured for turbo but it will not be
compiled unless the number of ACEs exceeds the threshold. In such a case, this command will show that
the ACL is turbo-configured, but there will not be any entry for the ACL in the TurboACL statistic
output.
Example 3-5 provides sample output from the show access-list command:
Example 3-5 TurboACL Statistics
pix# show access-list
TurboACL statistics:
ACL State Memory(KB)
--------------------- ----------- ----------
acl_foo Operational 5
Acl_bar Operational 2
Shared memory usage: 2046 KB
access-list compiled
access-list acl_foo turbo-configured; 19 elements
access-list acl_foo permit tcp any host 10.0.0.252 (hitcnt=0)
access-list acl_foo permit tcp any host 10.0.0.255 (hitcnt=0)
access-list acl_foo permit tcp any host 10.0.0.253 (hitcnt=0)
access-list acl_foo permit tcp 10.1.0.0 255.0.0.0 host 10.0.0.254 eq telnet (hitcnt=2)
access-list acl_foo permit tcp 10.1.0.0 255.0.0.0 host 10.0.0.254 eq 1 (hitcnt=0)
Downloading Access Lists
PIX Firewall supports per-user access list authorization, by which a user is authorized to do only what
is permitted in the user’s individual access list entries. This section describes how to implement this
feature and includes the following topics:
• Configuring Downloadable ACLs, page 3-20
• Downloading a Named Access List, page 3-21
• Downloading an Access List Without a Name, page 3-22
• Software Restrictions, page 3-23
Configuring Downloadable ACLs
This feature lets you configure per-user access lists on a AAA server and then download the access list
to a PIX
Firewall during user authentication.
Beginning with PIX Firewall Version 6.2, these access lists can be downloaded from a AAA server and
do not need to be configured separately on the PIX
Firewall. This feature improves scalability when
using access lists for individual users.
Note Downloadable ACLs are only supported with RADIUS servers and not with TACACS+ servers.
Commentaires sur ces manuels