Ask Question

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

+5
Answers (1)
  1. 13 May, 09:11
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers