05-10-2006 06:40 AM - edited 03-05-2019 11:53 AM
Can anyone tell me what the difference in permit ip any host and permit ip any any is ?
thanks
Solved! Go to Solution.
05-10-2006 06:42 AM
When you write 'permit ip any host x.x.x.x' you are permitting ip traffic from any source to a specific host x.x.x.x
When you write 'permit ip any any' you are basically permitting ip traffic from any source to any destination.
05-10-2006 06:42 AM
When you write 'permit ip any host x.x.x.x' you are permitting ip traffic from any source to a specific host x.x.x.x
When you write 'permit ip any any' you are basically permitting ip traffic from any source to any destination.
05-29-2006 05:36 AM
Hi,
Permit ip any(any src address) host(to particular destination address eg:10.0.0.1)
Permit ip any(any src address) any(any destination address)
In "any any" all services will also be open to access.
You can also limit the service oriented traffic in case of "any host" ACL by using:
Permit ip any host eq 80/http
permit ip any host eq 21/ftp
Regards,
Guru Prasad.R
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