Refer to the Section 3.1 for Configuration Guidelines and Figure Topology 1 for Testing iS5Com RIP for the Setup. The prerequisite configuration needs to be done in the switches (ISS 1 and ISS 2) before configuring RIP.
Type the following:
iS5comm# configure terminal
iS5comm(config)# router rip
iS5comm(config-router)# network 10.0.0.1
iS5comm(config-router)# redistribute static
iS5comm(config-router)# end
Refer to the Section 3.1 for Configuration Guidelines and Figure Topology 2 for Testing iS5Com RIP for the Setup. The prerequisite configuration needs to be done in the switches (ISS 1, ISS 2 and ISS 3) before configuring RIP.
Use redistribute connected command to make sure that connected networks between the switches are redistributed as well and have full reachability.
Note that the redistribute connected command will just redistribute all connected networks regardless of their involvement in the redistribution process.
If we want to filter the redistributed connected networks to include only the connected networks between the switches, use a route map to filter them.
Type the following:
iS5comm# configure terminal
iS5comm(config)# router rip
iS5comm(config-router)# network 10.0.0.1
iS5comm(config-router)# redistribute connected
iS5comm(config-router)# exit