Lecture - 19 - Network Security - ACLs
Lecture - 19 - Network Security - ACLs
• Note:
– You can not Implement Standard & Extended ACL
on same Interface.
Command for Defining ACL
• Standard ACL:
R1(conf)# access-list 20 deny 192.168.1.1 0.0.0.0
Or
R1(conf)# access-list 20 deny host 192.168.1.1
• Extended ACL:
R1(conf)# access-list 150 deny tcp 192.168.1.10 0.0.0.0 eq 23 192.168.1.1 0.0.0.0
Implementing ACL
• ACL is implemented on interfaces on Interface
Mode.