Multiple choice

Which of the following would be the correct command sequence to enable RIP on Router B for all connected networks?

  1. RouterB# router rip

  2. RouterB(router)# network 210.36.7.0

  3. RouterB(config)# router rip

  4. RouterB(config-router)# network 198.16.4.0

  5. RouterB(config-router)# network 210.36.7.0

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

To enable RIP on Router B for all connected networks, you must: enter global config mode (config#), start RIP configuration (router rip), then specify each network with the 'network' command. Option B is correct because it specifies the network command at the appropriate config-router prompt level. Option A is incomplete, Option C is at wrong prompt, Options D/E are incomplete.