1 / 2

ACL SIM

ACL SIM. 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 any host 172.22.242.23 eq 80 Corp1(config)#access-list 100 permit ip any any

aline-walsh
Download Presentation

ACL SIM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ACL SIM

  2. 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 any host 172.22.242.23 eq 80 Corp1(config)#access-list 100 permit ip any any Corp1(config)#interface fa 0/1  “sh ip int brief” Corp1(config-if)#ip access-group 100 out Corp1(config-if)#end Corp1#copy running-config startup-config Explanation : • "sh ip int brief" gives you interface on which to apply access list . • click on the host .1 .2 .3 .4 .It opens a web page in which you have to enter the ip • address of finance web server.....in the address box to test all host to access the • financial Server . • - Only 192.168.33.3 can access the server . If the others can access , maybe something • it´s wrong … test again . • - If only 192.168.33.3 access the Finance Web Server you can click on NEXT button. 1st line means your allowing just host c to get through to HTTP server 2nd line is blocking all hosts from that LAN to HTTP server 3rd line is self-explanatory

More Related