ICND Part 2 Vol 2 Module 6
Discards the packet
Returns the packet to its originator
Sends the packet to the output buffer
Holds the packet for further processing
Discards the packet
Returns the packet to its originator
Sends the packet to the output buffer
Holds the packet for further processing
Implicit deny any
Implicit deny host
Implicit permit any
Implicit permit host
Standard ACLs use the range 100 through 149, whereas extended ACLs use the range 150 through 199.
Standard ACLs filter based on the source and destination addresses, whereas extended ACLs filters based on the source address.
Standard ACLs permit or deny access to a specified well-known port, whereas extended ACLs filter based on the source address and mask.
Standard ACLs permit or deny the entire TCP/IP protocol suite, whereas extended ACLs can choose a specific IP protocol and port number,
1 to 99
1300 to 1999
100 to 199
200 to 299
2000 to 2699
Processing overhead is reduced.
ACLs can be used for other routers.
The ACLs are easier to edit.
The less specific tests can be inserted more easily.
Access-list 1 permit 10.1.1.0
Access-list 1 permit 10.1.1.0 host
Access-list 99 permit 10.1.1.0 0.0.0.255
Access-list 100 permit 10.1.1.0 0.0.0.255
Ip access-list 101 e0
Access-group 101 e0
Ip access-group 101 in
Access-list 101 permit tcp access-list 100 permit 10.1.1.0 0.0.0.255 eq 21
Access-list 1 deny 172.16.0.0 0.0.255.255
Access-list I permit 172.16.0.0 0.0.255.255
Access-list permit 1 172.16.0.0 255.255.0.0
Access-list 99 permit 172.16.0.0 0.0.255.255
Address 172.16.1.1 will be denied Telnet access to address 172.16.37.5.
Address 172.16.31.1 will be permitted FTP access to address 172.16.45.1.
Address 172.16.1.1 will be permitted Telnet access to address 172.16.32.1.
Address 172.16.16.1 will be permitted Telnet access to address 172.16.32.1.
Address 172.16.16.1 will be permitted Telnet access to address 172.16.50.1.
Access-vtv 1 out
Access-class 1 out
Ip access-list I out
Ip access-group I out
Show interfaces
Show ACL
Show ip interface
Show ip access-list
Show interfaces
Show ip interface
Show ip access-list
Show access-groups
Wait!
Here's an interesting quiz for you.