Hello everybody.
I use Cisco Router 2600, but I haven't got many experience in using routers, so I would like to ask about ACL.
As I know, there is 'deny' condition at the end of each access list. I constructed access lists like these:
access list 101 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 21 log
access list 102 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 80 log
access list 103 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 23 log
and I added all of them to interface Ethernet0/0. It works ! My access lists permit only www, telnet and ftp packets.
Could You explain how does it work ? In my opinion, 'deny' condition in '101 ACL should drop packtes and don't allow 102 and 103 ACL to check packtes.
I will be grateful to you for helping me.
I use Cisco Router 2600, but I haven't got many experience in using routers, so I would like to ask about ACL.
As I know, there is 'deny' condition at the end of each access list. I constructed access lists like these:
access list 101 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 21 log
access list 102 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 80 log
access list 103 permit tcp 131.108.140.0 0.0.0.255
131.108.110.0 0.0.0.255 eq 23 log
and I added all of them to interface Ethernet0/0. It works ! My access lists permit only www, telnet and ftp packets.
Could You explain how does it work ? In my opinion, 'deny' condition in '101 ACL should drop packtes and don't allow 102 and 103 ACL to check packtes.
I will be grateful to you for helping me.