08-01-2007 06:19 AM - edited 03-03-2019 06:07 PM
Router C has a SW LAN on network 192.168.1.0/24 while router B has 2 subnetworks 10.1.1.0/24 and 10.1.2.0/24 on either side. Now a new Router A is added to this network and has SW LAN on network 172.16.0.0/24. Router A is connected to the 10.1.1.0/24 subnet on Router B.
RtrB and RtrC are configured for RIPv1 and have complete connectivity. RtrA is added to the network. What is the most appropriate RtrA configuration for full connectivity?
Do I need to enable RIP and then add all these networks as follows:
Router RIP
netw 10.0.0.0
netw 192.168.1.0
netw 172.16.0.0
or to enable RIP & add just Router A LAN and WAN networks
Router RIP
netw 172.16.0.0
netw 10.0.0.0
Thanks for your attention
Solved! Go to Solution.
08-01-2007 07:25 AM
If the device has an interface that belongs to that network and you want to announce it to other routers, then sure, include 192.168.1.0 under the RIP process.
08-01-2007 06:25 AM
Hi
You only add network statements for the networks that the router has interfaces in so you would use the second example
router rip
network 172.16.0.0
network 10.0.0.0
HTH
Jon
08-01-2007 06:57 AM
Hi Jon,
Many thanks. May I ask why I wouldn't need to add the netw 192.168.1.0 ? I very much appreciate response.
08-01-2007 07:04 AM
Hi
Because with RIP/OSPF/EIGRP etc. the network statements are not telling the router which networks to advertise out. The network statements are telling the router which interfaces to run the routing protocol on. So if router A had an interface in the 192.168.1.0 network you would need to add it under your router rip config.
For completeness note that the network statements under BGP do actually tell the router which networks to advertise.
HTH
Jon
08-01-2007 07:11 AM
Hi Jon,
Many thanks. May I ask why I wouldn't need to add the netw 192.168.1.0 ? I very much appreciate response.
08-01-2007 07:25 AM
If the device has an interface that belongs to that network and you want to announce it to other routers, then sure, include 192.168.1.0 under the RIP process.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide