Front
Back
Debug messages are displayed/sent wherever level […] logging is enabled.
7 (debugging)
Show the currently-activated debugs and conditions<br></br>R1# […]
<b>show debugging</b>
Disable all debugs:<br></br>R1# […]
<b>undebug all</b><br></br>or<br></br><b>no debug all</b>
Disable a specific debug:<br></br>R1# […]
<b>undebug </b><i>debug-command</i><br></br>or<br></br><b>no debug </b><i>debug-command</i>
Debug CEF adjacency information:<br></br>R1# […]
<b>debug adjacency</b>
Debug process-switched packets:<br></br>R1# […]
<b>debug ip packet </b>[<i>acl</i>]
Configure a debug condition:<br></br>R1# […]
<b>debug condition </b><i>condition</i>
Remove all debug conditions:<br></br>R1# […]
<b>undebug condition all</b><br></br>or<br></br><b>no debug condition all</b>
Remove a specific debug condition:<br></br>R1# […]
<b>undebug condition </b>{<i>number</i> | <i>condition</i>}<br></br>or<br></br><b>no debug condition </b>{<i>number</i> | <i>condition</i>}
Debug OSPF adjacency events:<br></br>R1# […]
<b>debug ip ospf adj</b>
Debug process-switched packets, displaying greater detail
<b>debug ip packet detail </b>[<i>acl</i>]