TP ACL Configuration
TP ACL Configuration
ACL 1 Requirements
HQ(config)#interface Serial0/1/0
ACL 2 Requirements
HQ(config)#interface GigabitEthernet0/0/0
ACL 2 Requirements
Use ACL number 111
No hosts on HQ LAN 1 should be able to access the Branch Server.
All other traffic should be permitted.
HQ(config)#access-list 111 deny ip any host 192.168.2.45
HQ(config)#access-list 111 permit ip any any
HQ(config)#interface GigabitEthernet0/0/0
ACL 4: Requirements
Create a named extended ACL called branch_to_hq. The name of your ACL must match
this name exactly.
No hosts on either of the Branch LANs should be allowed to access HQ LAN 1. Use one
access list statement for each of the Branch LANs.
All other traffic should be allowed.
Branch(config)#ip access-list extended branch_to_hq
Branch(config-ext-nacl)#interface Serial0/1/1