From: Glenn Johnson (gjcomcast@comcast.net)
Date: Thu Jul 31 2003 - 19:44:01 GMT-3
Jason,
It's an individual override -- from
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_r
/iprprt2/1rdrip.htm#1017681 :
ip rip send version
To specify a Routing Information Protocol (RIP) version to send on an
interface basis, use the ip rip send version command in interface
configuration mode. To follow the global version rules, use the no form of
this command.
ip rip send version [1] [2]
no ip rip send version
Syntax Description
1 (Optional) Sends only RIP Version 1 packets out the interface.
2 (Optional) Sends only RIP Version 2 packets out the interface.
Defaults
The software behaves according to the router version command.
Command Modes
Interface configuration
Usage Guidelines
Use this command to override the default behavior of RIP as specified by the
[global] router version command. This command applies only to the interface
being configured.
Examples
The following example configures the interface to send both RIP Version 1
and Version 2 packets out the interface:
ip rip send version 1 2
The following example configures the interface to send only RIP Version 2
packets out the interface:
ip rip send version 2
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Jason Cash
Sent: Thursday, July 31, 2003 6:24 PM
To: ccielab@groupstudy.com
Subject: RIP - send version 2
I was doing a scenario today and it called for RIP b/w two neighbors in the
153.1.61.0 /28 networks. It instructed the 'Version 2' could not be used on
the route process. However, the solution had 'ip rip send version 2' in
it's serial interface. In looking up on the DOC CD, I found this:
version
To specify a Routing Information Protocol (RIP) version used globally by the
router, use the version command in router configuration mode. To restore the
default value, use the no form of this command.
version {1 | 2}
no version
Defaults
The software receives RIP Version 1 and Version 2 packets, but sends only
Version 1 packets.
My question is this: Is there any difference in have the interface send
Version 2 and the process running Rip 1 or running RIP version 2 alone which
by default sends version 1 and 2?
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:53:00 GMT-3