|
Turbo ACLs access-list cisco
Jul 26,2009 00:00
by
alperen
Turbo ACLs were alien in Cisco IOS Software Release 12.1.5.T and are begin alone on the 7200, 7500, and added high-end platforms. The turbo ACL affection is advised in adjustment to action ACLs added calmly in adjustment to advance router performance. Use the access-list aggregate command for turbo ACLs. This is an archetype of a aggregate ACL. access-list 101 admittance tcp host 10.1.1.2 host 172.16.1.1 eq telnet access-list 101 admittance tcp host 10.1.1.2 host 172.16.1.1 eq ftp access-list 101 admittance udp host 10.1.1.2 host 172.16.1.1 eq syslog access-list 101 admittance udp host 10.1.1.2 host 172.16.1.1 eq tftp access-list 101 admittance udp host 10.1.1.2 host 172.16.1.1 eq ntp After the accepted or continued ACL is defined, use the all-around agreement command in adjustment to compile. !--- Tells the router to compile access-list aggregate Interface Ethernet0/1 ip abode 172.16.1.2 255.255.255.0 !--- Applies to the interface ip access-group 101 in The appearance access-list aggregate command shows statistics about the ACL. |