08-31-2007 12:58 PM - edited 03-11-2019 04:05 AM
access-list outgoing extended permit tcp any host x.x.x.x eq www
access-group external in interface outside
access-group outside_access_out out interface outside
access-group outgoing in interface inside
i want to know what is benefit of access-group outside_access_out out
08-31-2007 01:20 PM
Hi
You haven't posted the access-list outside_access_out so it's a but difficult to tell.
Could you post that access-list ?
Jon
08-31-2007 05:12 PM
See access-group we must have to define because of to Implemet Access-list on interface either inbout or outbound. that commands are similiar to router command " ip access-group 101 in | out ".
Command:
access-list outgoing extended permit tcp any host x.x.x.x eq www {This is the use to permit }
access-group external in interface outside
access-group outside_access_out out interface outside
access-group outgoing in interface inside
{All this above gorup are you are policy implemente in | out on Interface}
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