Valid HPE6-A78 Dumps shared by ExamDiscuss.com for Helping Passing HPE6-A78 Exam! ExamDiscuss.com now offer the newest HPE6-A78 exam dumps, the ExamDiscuss.com HPE6-A78 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com HPE6-A78 dumps with Test Engine here:
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 "warning" 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?
Correct Answer: B
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 IP and port. 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.