200-101 · Question #203
Which two Cisco IOS commands, used in troubleshooting, can enable debug output to a remote location? (Choose two.)
The correct answer is A. terminal monitor B. logging host ip-address. Two commands enable debug output to reach remote locations. (A) 'terminal monitor' sends log and debug messages to the current remote terminal session (Telnet or SSH), since by default these messages only appear on the physical console port. This must be run each session. (B) 'lo
Question
Options
- Aterminal monitor
- Blogging host ip-address
- Cno logging console
- Dsnmp-server enable traps syslog
- Eshow logging | redirect flash:output.txt
How the community answered
(16 responses)- A88% (14)
- C6% (1)
- D6% (1)
Explanation
Two commands enable debug output to reach remote locations. (A) 'terminal monitor' sends log and debug messages to the current remote terminal session (Telnet or SSH), since by default these messages only appear on the physical console port. This must be run each session. (B) 'logging host ip-address' directs syslog messages (including debug-level logs) to a remote syslog server at the specified IP, enabling persistent remote logging. The other options do not achieve this: 'no logging console' disables local console output; 'snmp-server enable traps syslog' sends SNMP traps but not debug output; 'show logging | redirect' is a one-time display command, not a persistent forwarding mechanism.
Topics
Community Discussion
No community discussion yet for this question.