User manual
Network Setup 
103
#network eth2 
! Define neighbor routers to exchange RIP with if disabling 
multicast above in zebra.conf, or neighbors don't have 
multicast enabled 
#neighbor 192.168.45.238 
#neighbor 192.168.45.231 
! Redistribute routing information for interfaces with RIP 
disabled 
redistribute connected 
! Redistribute routing information from static route entries 
redistribute static 
! Redistribute routing information from kernel route entries 
e.g. IPSec 
redistribute kernel 
Note 
RIP version 2 is used by default. 
The above files configure the device to listen for and send multicast RIP messages on 
the eth0 (LAN port) interface. You can see the above example has commented out 
additional interfaces which to exchange RIP messages over and optional neighbors 
routers to exchange RIP messages with if these neighbours can't accept multicast 
packets. There is also an example for setting up RIP version 2 authentication. 
Uncomment and configure as required. 
Restart route management to enable the updated configuration – uncheck Enable route 
management, click Update, check Enable route management and click Update. 
If you prefer, you can uncomment the password and enable password lines, and then 
telnet to the relevant ports to configure Zebra and/or ripd via the command line. The 
command line interface is very similar to the Cisco IOS interface. If you are familiar with 
this, you may prefer to configure using this method. 










