Ask Question
16 February, 14:25

Which of the following commands would instruct OSPF to advertise ONLY the 192.168.10.0/24 network in Area 0?

+3
Answers (1)
  1. 16 February, 15:39
    0
    First, you need to start the OSPF process by executing the command:

    Router (config) # router ospf {process-ID#}

    Then, you have to instruct the router to advertise the networks that are directly linked to it by entering this network command with the area ID number for that network:

    Router (config-router) # network {192.168.10.0} {255.255.255.0} area {0}
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following commands would instruct OSPF to advertise ONLY the 192.168.10.0/24 network in Area 0? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers