JNCIA-Junos: Juniper Networks Certified Associate – Junos — Question 79

You have entered the command show log messages | match "error|kernel|panic".
Which statement is correct regarding the keywords error, kernel, and panic in the output?

Answer options

Correct answer: B

Explanation

The correct answer is B because the command uses a match with an OR condition, which means it will return messages containing any of the specified keywords: error, kernel, or panic. The other options incorrectly state exclusion criteria or require all keywords to be present.