HPE6-A78 · Question #67
The monitoring admin has asked you to set up an ArubaOS-Switch to meet these criteria: - Send logs to a SIEM Syslog server at 10.4.13.15 at the standard UDP port (514) - Send a log for all events at…
The correct answer is B. Specify "warning" as the global level. To set up an ArubaOS-Switch to send logs to a SIEM syslog server at the specified criteria, you would need to specify the level of events that should be logged. Since the requirement is to log all events at the "warning" level or above, you should specify the syslog level after…
Question
The monitoring admin has asked you to set up an ArubaOS-Switch to meet these criteria:
- Send logs to a SIEM Syslog server at 10.4.13.15 at the standard UDP
port (514)
- Send a log for all events at the";warnin"; level or above
The switch did not have any "logging" configuration on it. You then entered this command:
ArubaOS-Switch(config)# logging 10.4.13.15 udp What should you do to finish configuring to the requirements?
Options
- AAdd categories (system-modules) at the global level.
- BSpecify "warning" as the global level.
- CAsk for the Syslog password and configure it on the switch.
- DConfigure logging as a debug destination.
How the community answered
(26 responses)- A12% (3)
- B81% (21)
- C4% (1)
- D4% (1)
Explanation
To set up an ArubaOS-Switch to send logs to a SIEM syslog server at the specified criteria, you would need to specify the level of events that should be logged. Since the requirement is to log all events at the "warning" level or above, you should specify the syslog level after the logging server The command should look like this: ArubaOS-Switch(config)# logging 10.4.13.15 ArubaOS-Switch(config)# logging trap warning This would set up the switch to send logs to the syslog server at the IP address 10.4.13.15 using the default UDP port (514), for all events at the "warning" level or above.
Topics
Community Discussion
No community discussion yet for this question.