Home / Computer Science / Computer Networking :: Discussion

Discussion :: Computer Networking

  1. Which two of the following commands will place network 10.2.3.0/24 into area 0?
    1. router eigrp 10
    2. router ospf 10
    3. network 10.0.0.0
    4. network 10.2.3.0 0.0.0.255 area0
    5. network 10.2.3.0 0.0.0.255 area 0

  2. A.

     1 and 4

    B.

     2, 4, and 5

    C.

     2 and 5

    D.

     3 and 4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    To enable OSPF, you must first start OSPF using a Process ID. The number is irrelevant; just choose a number from 1 to 65,535 and you're good to go. After you start the OSPF process, you must configure any network that you want advertised via OSPF using wildcards and the area command. Statement (4) is wrong because there must be a space after the parameter area and before you list the area number.


Be The First To Comment