Hi,
I have created an acces-list configured to an interface with an "log"-Entry.
I'm connected to the NV4660 by Telnet and want to see the matches at telnet session.
But it does not work.
Access-list ist configured correctly (match entries)
Event-Logginig is on
Event Prio configured tested with debugging, info, warning an notice
Loggging console ist on
Configuration example
conf t
ip access-list extended Out-Traffic
permit tcp host x.x.x.x host x.x.x.x eq 443 log
permit ip any any
exit
int gigabit-ethernet 0/2.1
ip access-group Out-Traffic out
end
Router#sh ip access-lists Out-Traffic
Extended IP access list Out-Traffic
permit tcp host x.x.x.x host x.x.x.x eq https log (24 matches)
permit ip any any (794385 matches)
I want to see this 24 hits displayed on the monitor like a "terminal monitor".
What do I have to do
Thank you