09-22-2014 08:47 AM - edited 03-11-2019 09:48 PM
I want to write an acl that allows HTTP traffic to a single network 172.20.1.0
Thanks
10-04-2014 11:09 PM
Hi,
Writing ac ACL would require these details:-
1) The traffic is moving from higher to Lower or Lower to Higher Security Interfaces ?
2) Access Group direction where the traffic needs to be blocked ?
Once , you have this you can use this syntax:-
access-list <name> permit <protocol> <Source Address/Subnet> <mask> <Destination Address/Subnet> <mask>
Refer:-
http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/acl_overview.html
Thanks and Regards,
Vibhor Amrodia
10-06-2014 12:39 AM
If you are allowing access from the internet then the ACL would look like the following:
access-list ACLNAME permit tcp any host 172.20.1.0 eq http
access-group ACLNAME in interface <interface name>
Keep in mind that if you are allowing traffic in from the internet to a web server, you will also need to set up a NAT statement for this traffic as well.
--
Please remember to select a correct answer and rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide