What should administrators do to enable alerts?

Network administrators need to track when traffic matches deny entry in an ACL applied to a port. They want the alert to be sent to a syslog server that is already set up to send logs.
What should administrators do to enable alerts?
A. Specify the log option for the ACL entry, and enable ACL debugging.
B. Set the debug destination to session, and enable ACL debugging.
C. Enable ACL debugging, and enable SNMP port security traps.
D. Specify the log option for the ACL entry, and enable SNMP port security traps.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “What should administrators do to enable alerts?

  1. To enable ACL logging to a syslog server, you must:

    1.Specify the syslog server IP address:
    Switch(config)# logging
    2.Configure the switch to send log messages to the syslog server.
    Switch(config)# logging facility syslog
    3.Set the debug destination to logging.
    Switch(config)# debug destination logging
    4.If you also want to see the messages in the CLI, also set the debug destination to session.
    Switch (config)# debug destination session
    5.Enable ACL debug messages.
    Switch(config)# debug acl

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.