300-725 · Question #63
You are troubleshooting the proxy connections going through a Cisco WSA. Which CLI tool do you use to monitor a log file in real time?
The correct answer is D. tail. The 'tail' command on the Cisco WSA CLI streams a log file in real time, displaying new log entries as they are written - similar to 'tail -f' in Linux. This is essential for live troubleshooting, as the administrator can watch transactions being processed, identify errors, and c
Question
You are troubleshooting the proxy connections going through a Cisco WSA. Which CLI tool do you use to monitor a log file in real time?
Options
- Agrep
- Bnslookup
- Cdig
- Dtail
How the community answered
(32 responses)- B3% (1)
- C3% (1)
- D94% (30)
Explanation
The 'tail' command on the Cisco WSA CLI streams a log file in real time, displaying new log entries as they are written - similar to 'tail -f' in Linux. This is essential for live troubleshooting, as the administrator can watch transactions being processed, identify errors, and correlate events as they happen. The 'grep' command (A) is used to search for patterns within log files but does not stream in real time. 'nslookup' (B) and 'dig' (C) are DNS lookup tools used to query DNS records, not for monitoring log files.
Topics
Community Discussion
No community discussion yet for this question.