Installing and Administering Internet Services

Chapter 8 255
Configuring gated
Configuring the RIP Protocol
static {
default interface 121.1.0.10 preference 255 ;
};
With one interface, C can listen to RIP traffic on the network but does
not forward routing information. Routers must be multicasting RIP
packets on this network for C to learn about them and update its routing
table.
D: Major Router
Set up /etc/gated.conf as follows:
rip yes {
interface all version 2 multicast ;
};
This runs RIP on all attached networks.
E: Major Router
Set up /etc/gated.conf as follows:
rip yes {
interface all version 2 multicast;
};