
RIP configuration task list
204
IPLink Software Configuration Guide
18 • RIP configuration
Example:
Enabling send RIP
The following example shows how to enable send RIP on IP interface wan on an IPLink.
IPLink(cfg)#context ip router
IPLink(ctx-ip)[router]#interface wan
IPLink(if-ip)[wan]#rip supply
Enabling an interface to receive RIP
By default an interface does not listen to routing information. This procedure describes how to enable interface
to receive RIP information
Mode: Interface
Example:
Enabling receive RIP
The following example shows how to enable receive RIP on IP interface wan on an IPLink.
IPLink(cfg)#context ip router
IPLink(ctx-ip)[router]#interface wan
IPLink(if-ip)[wan]#rip receive
Specifying the send RIP version
By default, IPLink software application software sends RIP 1compatible packets. The IPLink software applica-
tion software allows sending RIP version 1, version 1 compatible or version 2 packets. Alternatively, you can
explicitly configure the RIP version to be sent with the last command argument as following:
•
1
—RIPv1
•
1compatible
—RIPv1 compatible
•
2
—RIPv2
This procedure describes how to select the sending RIP version on interface
Mode: Interface
Example:
Specifying the send RIP
The following example shows how to select send RIP version 1compatible on IP interface wan on an IPLink.
IPLink(cfg)#context ip router
IPLink(ctx-ip)[router]#interface wan
IPLink(if-ip)[wan]#rip send version 1compatible
Step
Command
Purpose
1
node(if-ip)[
name
]#rip receive
Enables receive RIP on interface
name
Step
Command
Purpose
1
node(if-ip)[
name
]# rip send version {1 | 1compatible | 2}
Selects send RIP version for inter-
face
name