NEC NWA-008869-001 User Manual

Page of 180
CHAPTER 5  EXAMPLES OF SETUP ON NETWORKS
– 118 –
NWA-008869-001 Rev.1.0
atch5001.fm
Setting RIP and RIPv2
Setting
The following explains an example of setting RIPv2.
To set RIPv2, use the ip rip command in interface config mode in which an RIP routing advertisement can
be sent. You can set RIPv2 in the same way as RIP except that you must use “2” as the version parameter.
In this example, RIPv2 is set in LAN2 (Ethernet network).
MEMO:
By default, the In-Skin Router operates with RIPv2. You can, therefore, omit the ip rip send ver-
sion 2 command and the ip rip receive version 2 command.
Starting RIP
Start RIP. To start and stop RIP, use the ip router rip command in global config mode.
Use the redistribute command to report information on network C to router A that performs RIP commu-
nication with the In-Skin Router (redistribution with an external route).
Router (config) # interface Ethernet0.0 
Router (config 
− Ethernet0.0) # ip rip send version 2
Router (config 
− Ethernet0.0) # ip rip receive version 2
Router (config 
− Ethernet0.0) # ip rip enable 
Router (config 
− Ethernet0.0) # 
Enter
Enter
Enter
Enter
Router (config 
− Ethernet0.0) # exit  
Router (config) # ip router rip 
Router (config 
− ip − rip) # redistribute conneted 
Router (config 
− ip − rip) # exit 
Router (config) # 
Enter
Enter
Enter
Enter
ROUTING SETUP EXAMPLES (IPv4)