what would be the syntax to only allow outbound port 80 traffic.
access-list access_out permit ip any host x.x.x.x eq www
...I think thats the syntax i have.....
This only allows inbound port 80 traffic. Now how do I add to this access list that only port 80 is allowed outbound. All other outbound requests should be denyed.
Thanks
access-list access_out permit ip any host x.x.x.x eq www
...I think thats the syntax i have.....
This only allows inbound port 80 traffic. Now how do I add to this access list that only port 80 is allowed outbound. All other outbound requests should be denyed.
Thanks