User Guide

Chapter 4. Configuring Special Features 71
IP (RIP) Protocol Controls
You can configure the router to send and receive RIP packet information, respectively, to and from the remote
router. This means that the local site will “learn” all about the routes beyond the remote router and the remote
router will “learn” all about the local site’s routes. You may not want this to occur in some cases. For example, if
you are connecting to a site outside your company, such as the Internet, you may want to keep knowledge about
your local site’s routes private.
The default is to not send or receive IP RIP packets. If RIP packets are not allowed to flow on the WAN link, you
must
use the
remote addiproute
command to configure static routes for this WAN link. You can also advertise
the local site’s existence. The default is to keep the local site’s existence private.
If you wish to allow sending or receiving RIP packets or default routes or to advertise the local site’s existence,
use the following command:
remote setipoptions <
option>
[
on
|
off
] <
remoteName>
where <
option>
is:
Note:
RIP can be set on the LAN interface as well. See the
eth ip
options commands for more information.
rxrip Receive IP RIP packets from the remote destination
rxrip1 Receive and process RIP-1 packets only
rxrip2 Receive and process RIP-2 packet only
rxdef Receive the remote site’s default route
txrip Send IP RIP packets to the remote destination
txrip1 Send RIP-1 packets only
txrip2 Send RIP-2 packets only
txdef Send the local site’s default route
private Keep the local site’s existence private
RIP can be set on the LAN interface as well. See the eth ip options commands for more information.