03-10-2011 01:33 PM - edited 03-11-2019 01:04 PM
how do I go about erasing the two lines that are bolded from my pix 501 ?
access-list outside_in permit icmp any host 9x.114.187.8
access-list outside_in permit icmp any host 9x.114.187.5
access-list outside_in permit udp any host 9x.114.187.8 eq domain
access-list outside_in permit udp any host 9x.114.187.5 eq domain
access-list outside_in permit udp any host 9x.114.187.5 eq domain
access-list outside permit udp any host 9x.114.187.5 eq domain
if I can't do this - then how ro I go about erasing off of my rules just reloading the rules?
thanks
Solved! Go to Solution.
03-10-2011 02:00 PM
Hi,
To erase just those two lines you do:
no access-list outside_in permit udp any host 9x.114.187.5 eq domain
no access-list outside permit udp any host 9x.114.187.5 eq domain
You can also remove the entire ACL if needed, but if wanting to remove just those two lines do the above.
Hope it helps.
Federico.
03-10-2011 02:00 PM
Hi,
To erase just those two lines you do:
no access-list outside_in permit udp any host 9x.114.187.5 eq domain
no access-list outside permit udp any host 9x.114.187.5 eq domain
You can also remove the entire ACL if needed, but if wanting to remove just those two lines do the above.
Hope it helps.
Federico.
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