Configure RIP settings on Router2 and Router3- web-based manager
config router rip set version 2 config interface
edit “port1”
set receive-version 1 2 set send-version 1 2
next
edit “port2”
set receive-version 1 2 set send-version 1 2
next
edit “port3”
set receive-version 1 2 set send-version 1 2
end
edit “port4”
set receive-version 1 2 set send-version 1 2
end
config network edit 1
set prefix 10.11.0.0 255.255.0.0 next
edit 2
set prefix 10.12.0.0 255.255.0.0 next
edit 3
set prefix 10.14.0.0 255.255.0.0 next
edit 4
set prefix 172.20.120.0 255.255.255.0 end
config redistribute “static” set status enable
end end
Configuring other networking devices
In this example there are two groups of other devices on the the network — internal devices, and the ISP.
The first is the internal network devices on the Sales, R&D, and Accounting networks. This includes simple static routers, computers, printers and other network devices. Once the FortiGate units are configured, the internal static routers need to be configured using the internal network IP addresses. Otherwise there should be no configuration required.
The second group of devices is the ISP. This consists of the RIP router the FortiGate routers 2 and 3 connect to. You need to contact your ISP and ensure they have your information for your network such as the IP addresses of the connecting RIP routers, what version of RIP your network supports, and what authentication (if any) is used.
Testing network configuration
Once the network has been configured, you need to test that it works as expected.
The two series of tests you need to run are to test the internal networks can communicate with each other, and that the internal networks can reach the Internet.
Use ping, traceroute, and other networking tools to run these tests.
If you encounter problems, for troubleshooting help consult Simple RIP example on page 316.