cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
511
Views
0
Helpful
1
Replies

need help erasing some lines

jjj092353
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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.

View solution in original post

1 Reply 1

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.

Review Cisco Networking for a $25 gift card