
43
connected
delete direct routes from the RIP route table
rip
only delete RIP routes from the RIP route table
ospf
only delete OSPF routes from the RIP route table
isis
only delete ISIS routes from the RIP route table
bgp
only delete BGP routes from the RIP route table
all
delete all routes from the RIP route table
Default:
No default configurations
Command Mode:
Privilleged mode
Usage Guide:
Use this command with the all parameter will delete all learnt route in the RIP
route which will be immediately recovered except for rip route. The dynamic learnt RIP route can
only be recovered by studying one more time.
Example:
Switch# clear ip rip route 10.0.0.0/8
Switch# clear ip rip route ospf
1.4.3.3 debug rip
Command: [no] debug rip [events| nsm| packet[recv|send][detail]| all]
Function:
Open various RIP adjustment switches and show various adjustment debugging
messages. The “
[no] debug rip [events| nsm| packet[recv|send][detail]| all]
” command close
corresponding debugging switch.
Parameter:
events
shows the debugging messages of RIP events
nsm
shows the communication messages between RIP and NSM.
packet
shows the debugging messages of RIP data packets.
recv
shows the messages of the received data packets
send
shows the messages of the sent data packets
detail
shows the messages of received or sent data packets.
Default
: Debug switch closed.
Command Mode:
Privilleged mode
Example:
Switch# debug rip packet
Switch#1970/01/01 01:01:43 IMI: SEND[Vlan1]: Send to 224.0.0.9:520
1970/01/01 01:01:43 IMI: SEND[Vlan1]: Send to 224.0.0.9:520
1970/01/01 01:01:47 IMI: RECV[Vlan1]: Receive from 20.1.1.2:520
1.4.3.4 default-information originate
Command: default-information originate
no default-information originate
Function:
Allow the network 0.0.0.0 to be redistributed into the RIP. The “
no
default-information originate
” disable this function.
Parameter:
None