Cisco IOS Troubleshooting Commands for Remote Debugging

Which Two Cisco IOS Commands Enable Remote Debug Output? | 200-125 Exam

Prev Question Next Question

Question

Which two Cisco IOS commands, used in troubleshooting, can enable debug output to a remote location? (Choose two)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

BC

The two Cisco IOS commands that can enable debug output to a remote location are:

B. logging host ip-address This command enables log messages to be sent to a remote syslog server with the specified IP address. The syntax for this command is "logging host <ip-address>" where <ip-address> is the IP address of the remote syslog server.

E. snmp-server enable traps syslog This command enables SNMP traps to be sent to a remote syslog server. The syntax for this command is "snmp-server enable traps syslog".

A. no logging console - This command disables logging messages to the console port.

C. terminal monitor - This command enables the display of logging messages on the console port.

D. show logging | redirect flashioutput.txt - This command redirects the output of the "show logging" command to a file named "flashioutput.txt" on the device.

Note: While enabling debug output can be useful in troubleshooting, it can also consume significant system resources and should be used with caution. It is important to disable debug output once troubleshooting is complete to avoid performance issues.