cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tgovsx
New Contributor

Logging ACL on NV4660

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

Labels (1)
0 Kudos