Static Access List
Static Access List Problem: Use Static ACL so that only PC0 from IT and PC2 from HR will be able to communicate with Admin. All other PC will be blocked from Admin network. You can think Admin network is Source and IT & HR are destinations. We have to apply ACL in the source f0/0 interface. First we have to configure the whole network so that all the PC can communicate with each other. We can use any protocol like RIP-2, EIGRP, Static etc to configure this network. I have used RIP-2. After configuring the network please check that they can really ping each other. Static ACL.pkt Router>enable Router#conf terminal Router(config)#access-list 10 permit 192.168.10.2 0.0.0.0 Router(config)#access-list 10 permit 192.168.20.2 0.0.0.0 Router(config)#access-list 10 deny 192.168.10.0 0.0.0.7 Router(config)#access-list 10 deny 192.168.20.0 0.0.0.7 Router(config)#access-list 10 permit any Router(config)# Router# Router#enable Router#conf t Router(config)#interface f...