Access List Logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 08:23 AM
I have a standard access already configured without the log command.
Is there a way to still enable logging without having to redo the whole access-list?
I want to be able to see the allowed IPs and blocked IPs
- Labels:
-
Small Business Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 08:33 AM
You can do show access-list
it will give you output with line number 10, 20, 30, so on
Then change example line 20 only that line you looking to add logs(it not required to remove all the ACL)
no 20 permit XXXXX
20 permit XXXX log
make sense ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 09:25 AM
i want to log all entries, I can't delete and redo them individually cos it's already in a production environment.
That's why I'm looking for a way around
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 03:59 PM
Hi,
You cannot enable logging for all entries at once,. You have to add logging for each entry. You can create a new access-list with log enabled for all entries and then replace the current access-list with the new access-list on your interface.
Thanks
John
