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
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 ?
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
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
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