I need to verify that I am answering this test question correctly and maybe some of you can help. The simulation has 3 routers... 2 of which (Router B+C)have already been configured correctly. The 3rd (Router A) needs to have RIP enabled and I will need to publish the other routes to this router.
Router A Router B RouterC
S0 192.168.134.1 S0 192.168.134.2 S0 192.168.10.2
S1 192.168.10.1
Here is what I put and it didn't work.
RouterA>#(config)router rip
RouterA>#(config-router)network 192.168.0.0
The show ip route displayed only the directly connected routes. I need to get the routes to publish to this router.
I looked further into this and I think I have the correct answer. the 192.168.134.x is a class C network and I designated a class B network of 192.168.0.0.
If I would have entered in this command would it have published the routes?
RouterA>#(config)router rip
RouterA>#(config-router)network 192.168.134.0
Your help is appreciated.
Router A Router B RouterC
S0 192.168.134.1 S0 192.168.134.2 S0 192.168.10.2
S1 192.168.10.1
Here is what I put and it didn't work.
RouterA>#(config)router rip
RouterA>#(config-router)network 192.168.0.0
The show ip route displayed only the directly connected routes. I need to get the routes to publish to this router.
I looked further into this and I think I have the correct answer. the 192.168.134.x is a class C network and I designated a class B network of 192.168.0.0.
If I would have entered in this command would it have published the routes?
RouterA>#(config)router rip
RouterA>#(config-router)network 192.168.134.0
Your help is appreciated.