What command limits the messages sent to a syslog server to levels 4 through 0?
- logging trap 0-4
- logging trap 0,1,2,3,4
- logging trap 4
- logging trap through 4
Explanation: The logging trap 4 command limits those messages sent to a syslog server (configured with the logging host ip-address command) to levels 4 and below, thus 0 through 4.
Please login or Register to submit your answer