November
23
How to View the Debug output in a Cisco Switch
In privileged (Enable) mode and enter the command
terminal monitor
no debug all
conf t
logging monitor debugging
logging on
exit
Enter your Debug command for example: debug ip dhcp server packet
Turn it off after debugging
no debug all
terminal no monitor
conf t
no logging monitor
exit