Information Technology Reference
In-Depth Information
Enter classful network addresses.
Step 2.
When you are in routing configuration mode, enter the classful network address for each
directly connected network, using the network command:
R1(config-router)# network 192.168.1.0
R1(config-router)# network 192.168.2.0
R1(config-router)#
The network command does the following:
Enables RIP on all interfaces that belong to this network. These interfaces will now
both send and receive RIP updates.
Advertises this network in RIP routing updates sent to other routers every 30 seconds.
When you are finished with the RIP configuration, return to privileged EXEC mode and
save the current configuration to NVRAM:
R1(config-router)# end
%SYS-5-CONFIG_I: Configured from console by console
R1# copy run start
Configure RIP on the R2 router using the router rip and network commands:
Step 3.
R2(config)# router rip
R2(config-router)# network 192.168.2.0
R2(config-router)# network 192.168.3.0
R2(config-router)# network 192.168.4.0
R2(config-router)# end
%SYS-5-CONFIG_I: Configured from console by console
R2# copy run start
When you are finished with the RIP configuration, return to privileged EXEC mode and
save the current configuration to NVRAM.
Configure RIP on the R3 router using the router rip and network commands:
Step 4.
R3(config)# router rip
R3(config-router)# network 192.168.4.0
R3(config-router)# network 192.168.5.0
R3(config-router)# end
%SYS-5-CONFIG_I: Configured from console by console
R3# copy run start
When you are finished with the RIP configuration, return to privileged EXEC mode and
save the current configuration to NVRAM.
Search WWH ::




Custom Search