Logged on to Cisco IOS via VTV and entering debug command but got no output from the logs. How do you configure the device to output the logs on the VTV line?
VTV? If you have telneted into the router I think you mean VTY.
There isn't a way to output logs to the vty. What you want to do is send the logs to the buffer and view them there with the "show logging" command.
The top of the output from "show logging" will indicate if logging is enabled and what the logging level is for each logging type (e.g. console, buffer). If logging isn't enabled go ahead and enable it and then configure buffer logging for "debugging" if it isn't already. If you don't know the commands to execute, enable the router and execute "logging ?" which will provide you with the options and is fairly intuitive.
Once the correct logging options have been configured "show logging" will output the logs you want.
Last Wiki Answer Submitted: October 23, 2008 6:05 pm by Peterp270 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
type “terminal monitor”
once completed type “terminal no monitor” to disable
These commands are entered in enable mode, but not configuration mode.