- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019 07:24 AM
A co-worker asked me if it is possible to clear only one line of an access-list on an ASA. I've never had the need to do that but I'm curious now. Can it be done?
Solved! Go to Solution.
- Labels:
-
Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019 07:59 AM
Ind addtion above comment.
no permit ip x.x.x.x(ip) x.x.x.x(mask)
*** Rate All Helpful Responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019 07:44 AM
conf t
IP access-list ext ACL
no 10 (sequence number of the line you want to remove)
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019 07:59 AM
Ind addtion above comment.
no permit ip x.x.x.x(ip) x.x.x.x(mask)
*** Rate All Helpful Responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2019 01:21 AM
The other two answers are only valid for IOS, not for the ASA. On the ASA you also remove the one line with a "no" in front of that line. Or are you referring to a "clear counter" for that ACE? That is not possible.
