BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
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