Cisco Cisco IOS Software Release 12.4(6)T

Page de 12
 
ACL Manageability
  show ip access-list
9
Cisco IOS Security Configuration Guide
The following is sample output from the show ip access-list command when the name of a specific 
access list is requested:
Router# show ip access-list Internetfilter
Extended IP access list Internetfilter
permit tcp any 10.31.0.0 0.0.255.255 eq telnet
deny tcp any any
deny udp any 10.31.0.0 0.0.255.255 lt 1024
deny ip any any log
The following is sample output from the show ip access-list command, which shows input statistics from 
the FastEthernet interface 0/0:
Router# show ip access-list interface FastEthernet 0/0 in 
Extended IP access list 150 in
   10 permit ip host 10.1.1.1 any
   30 permit ip host 10.2.2.2 any (15 matches)