Routing Information Protocol (RIP) Configuration
155
Software Configuration Guide, Revision 1.03
two RIP learning mechanisms, which are represented by a specific argument of the command
rip
learn
:
Command
Purpose
Step 1
node
(if-ip)[
name
]# rip send
version {1 | 1compatible | 2}
Selects send RIP version for interface
name
Example: Specifying the Send RIP
The following example shows how to select send RIP version
1compatible
on IP interface
wan
on a
SmartNode.
SN(cfg)#
context ip router
SN(ctx-ip)[router]#
interface wan
SN(if-ip)[wan]#
rip send version 1compatible
18.7 Specifying the Receive RIP Version
By default, the SmartWare application software receives RIP version 1 and version 2 packets. The
SmartWare application software allows receiving RIP version 1, version 2 or both version 1 and
version 2 packets. Alternatively, you can explicitly configure the RIP version to be received with the
last command argument as following:
•
1
to receive RIP version 1 packets
•
1or2
to receive RIP version 1 and version 2 packets
•
2
to receive RIP version 2 packets
Procedure
To set receiving RIP version on an interface
Mode
Interface
Command Purpose
Step 3
node
(if-ip)[
name
]# rip receive
version {1 | 1or2 | 2}
Selects receive RIP version for interface
name
Example: Specifying the Receive RIP
The following example shows how to select receive RIP version
1or2
on IP interface
wan
on a
SmartNode.
SN(cfg)#
context ip router
SN(ctx-ip)[router]#
interface wan
SN(if-ip)[wan]#
rip receive version 1or2
18.8 Enabling RIP Learning
A new route is added to the local routing table, if the routing update contains a route to a destination
that does not already exists. If the update describes a route whose destination is already in the local
table, the new route is used only if it has a lower cost. The cost of a route is determined by adding the
cost of reaching the gateway that sent the update to the metric contained in the RIP update packet. If
the total metric is less than the metric of the current route, the new route is used. SmartWare offers
Summary of Contents for SmartWare R2.00
Page 2: ......