The task is to create and apply an access-list with no more than three statements…

LAB
The task is to create and apply an access-list with no more than three statements that will allow ONLY host C web access to the Finance Web Server. No other hosts will have web access to the Finance Web Server. All other traffic is permitted.

LAB
The task is to create and apply an access-list with no more than three statements that will allow ONLY host C web access to the Finance Web Server. No other hosts will have web access to the Finance Web Server. All other traffic is permitted.

A.
corp1>

Explanation:
corp1>enable
corp1#configure terminal
corp1(config)#access-list 100 permit tcp host 192.168.33.3 host 172.22.242.23 eq 80
corp1(config)#access-list 100 deny tcp 192.168.33.0 0.0.0.255 host 172.22.242.33 eq 80
corp1(config)#access-list 100 permit ip any any
corp1(config)#interface
corp1(config-if)#ip access-group 100 in
corp1(config-if)#end
corp1#copy running-config startup-config



Leave a Reply 0

Your email address will not be published. Required fields are marked *