debug rip
Use this command to specify the options for the displayed debugging information for RIP events, RIP packets and RIP NSM.
Use the no parameter with this command to disable all debugging. The undebug alias command can also be used.
Command Syntax
debug rip (all|events|packet (recv|send|)|packet detail|nsm|rib|bfd|)
no debug rip (all|events|packet (recv|send|)|packet detail|nsm|rib|bfd|)
undebug rip (all|)
undebug rip bfd
undebug rip events
undebug rip nsm
undebug rip packet (recv|send|) (detail|)
undebug rip rib
Parameters
all
Debug all RIP information.
bfd
Debug all RIP and BFD information.
events
Debug RIP events.
nsm
Debug RIP and NSM communications.
packet
Debug RIP packets, only
recv
Debug received packets.
rib
Debug RIP and RIB communications.
send
Debug sent packets.
detail
Display detailed information for the sent or received packet.
Default
Disabled
Command Mode
Privileged Exec mode and Configure mode
Applicability
This command was introduced before OcNOS version 1.3 and modified in OcNOS version 6.1.0.
Examples
The following example specifies the options for the displayed debugging information in Configure mode prompt.
#configure terminal
(config)#debug rip events
(config)#debug rip packet send detail
(config)#debug rip nsm
The following example shows to disable all debugging in Privileged Exec mode prompt.
#undebug rip events
#undebug rip packet send detail
#undebug rip nsm
Last modified date: 08/28/2023