10-12-2011 12:29 PM - edited 03-11-2019 02:37 PM
I would like to know how can I block a ip address from the CLI at the Cisco PIX Firewall Version 6.3(4)
10-12-2011 01:12 PM
Hi,
If you are talking about blocking IP for remote management to PIX or you want to block an IP address as traffic
For option two
access-list in-out deny ip source address destination address
Then apply the access-list to inside interface
Access-group in-out in interface inside
Sent from Cisco Technical Support iPad App
10-12-2011 01:18 PM
Hi Zulqurnain,
Thanks but I want to block the ip from Internet as traffic...and i would like to apply the acl to outside interface...
Regards
Orlando
10-12-2011 05:58 PM
Hi Orlando,
If you want to block ip's on the internet to access any network on the inside then you can apply the following:
access-list out_in extended permit ip host 1.1.1.1 any
access-group out_in in interface outisde
Hope that helps
Varun
10-12-2011 06:32 PM
Hi Varun
Thanks for your assistance...
Regards
Orlando
Sent from Cisco Technical Support iPhone App
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