- Posts: 2
- Thank you received: 0
easy Command question
17 years 7 months ago #20232
by jczahor
easy Command question was created by jczahor
Of course if it was easy I wouldnt be asking. i am green to Cisco command and in my PIX Firewall I have some erronious commands that I want to remove but I don't know the syntax for removing commands. Can anyone help me out? The SW version is 6.22
Thanks!
John
Thanks!
John
17 years 7 months ago #20233
by danherbon
Replied by danherbon on topic Re: easy Command question
add a no in front of the line.
example if you have an ACL:
access-list outside_access_in permit icmp any any echo-reply
you can simple do:
no access-list outside_access_in permit icmp any any echo-reply
that will remove it
example if you have an ACL:
access-list outside_access_in permit icmp any any echo-reply
you can simple do:
no access-list outside_access_in permit icmp any any echo-reply
that will remove it
Time to create page: 0.149 seconds