15 
[AC-acl-ipv4-adv-3000] rule deny ip source any destination 192.168.0.100 0 
[AC-acl-ipv4-adv-3000] quit 
# Apply IPv4 advanced ACL 3000 to filter outgoing packets on interface GigabitEthernet 1/0/1. 
[AC] interface gigabitethernet 1/0/1 
[AC-GigabitEthernet1/0/1] packet-filter 3000 outbound 
[AC-GigabitEthernet1/0/1] quit 
Verifying the configuration 
# Verify that  a  wireless client in the Financial department can ping the database server  during 
working hours. (All clients in this example use Windows XP). 
C:\> ping 192.168.0.100 
 
Pinging 192.168.0.100 with 32 bytes of data: 
 
Reply from 192.168.0.100: bytes=32 time=1ms TTL=255 
Reply from 192.168.0.100: bytes=32 time<1ms TTL=255 
Reply from 192.168.0.100: bytes=32 time<1ms TTL=255 
Reply from 192.168.0.100: bytes=32 time<1ms TTL=255 
 
Ping statistics for 192.168.0.100: 
 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), 
Approximate round trip times in milli-seconds: 
 Minimum = 0ms, Maximum = 1ms, Average = 0ms 
# Verify that a wireless client in the Marketing department cannot ping the database server during 
working hours. 
C:\> ping 192.168.0.100 
 
Pinging 192.168.0.100 with 32 bytes of data: 
 
Request timed out. 
Request timed out. 
Request timed out. 
Request timed out. 
 
Ping statistics for 192.168.0.100: 
 Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), 
# Display configuration and match statistics for IPv4 advanced ACL 3000 on the AC during working 
hours. 
[AC] display acl 3000 
Advanced IPv4 ACL 3000, 3 rules, 
ACL's step is 5 
 rule 0 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.0.100 0 
 rule 5 permit ip source 192.168.2.0 0.0.0.255 destination 192.168.0.100 0 time-range work 
 rule 10 deny ip destination 192.168.0.100 0 
The output shows that rule 5 is active.