
RIP Commands
©2008 Allied Telesis Inc. All rights reserved.
28.28
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
undebug rip
Use this command to disable the options set for debugging information of RIP events, packets
and communication between RIP and NSM.
This command has the same effect as the
no debug rip
command.
Syntax
undebug rip {all|events|nsm|PACKET}
Mode
Privileged Exec mode
Examples
awplus#undebug rip packet
version
Use this command to specify a RIP version used globally by the router.
Use the
no
parameter with this command to restore the default version.
Syntax
version
{
1
|
2
}
no version
Default
Version 2
Mode
Router mode and Address Family mode
Usage
RIP can be run in version 1 or version 2 mode. Version 2 has more features than version 1; in
particular RIP version 2 supports authentication. Once the rip version is set, RIP packets of that
version will be received and sent on all the RIP-enabled interfaces.
The ip rip receive version command and the ip rip send version command override the value
set by this command.
Examples
awplus#configure terminal
awplus(config)#router rip
awplus(config-router)#version 1
Parameter
Description
all
Disables all RIP debugging.
events
Disables the logging of RIP events.
nsm
Disables the logging of RIP and NSM communication.
PACKET
packet
[
recv
|
send
] [
detail
]
Disables the debugging of RIP packets.
recv
Disables the logging of received packet information.
send
Disables the logging of sent packet information.
detail
Disables the logging of sent or received RIP packets.
Parameter
Description
<
1
|
2
>
Specifies the version of RIP processing. Default is RIP v2.