Quiz
Question 1
Which of the following statements about OSPF are not true? (select two).
In multi-area OSPF networks, all non-backbone areas must have an ABR connected to area 0.
Single-area OSPF must use area 0.
Two OSPF routers with different process IDs can become OSPF neighbors.
The OSPF area must be specified in the network command.
An ASBR connects the internal OSPF network outside of the OSPF domain.
The OSPF process ID must match the area number.
Question 2
You want to activate OSPF on R1's G0/1 and G0/2 interfaces with a single command.
G0/1 IP: 10.0.12.1/28
G0/2 IP: 10.0.13.1/26
Which of the following commands should you use on R1?
R1(config-router)# network 10.0.12.0 0.0.0.255 area 0
R1(config-router)# network 10.0.12.0 0.0.0.255 area 0
R1(config-router)# network 10.0.12.0 0.0.1.255 area 0
R1(config-router)# network 10.0.8.0 0.0.3.255 area 0
Question 3
Answer the following questions about the OSPF network below:
How many backbone routers are there?
How many ABRs are there?
How many ASBRs are there?
Question 4
Which of the following commands will make R1 an OSPF ASBR?
R1(config-router)# network 10.0.0.0 0.0.0.255 area 0 R1(config-router)# network 10.0.1.0 0.0.0.255 area 1
R1(config)# ip route 0.0.0.0 0.0.0.0 203.0.113.2 R1(config# router ospf 1 R1(config-router)# default-information originate
R1(config-router)# network 0.0.0.0 255.255.255.255 area 0
R1(config-router)# default-route originate
Question 5
Which command can be used to manually configure the OSPF router ID?
R1(config-router)# router-id 1.1.1.1
R1(config-router)# ospf router-id 1.1.1.1
R1(config)# interface loopback0 R1(config-if)# ip address 1.1.1.1 255.255.255.255
R1(config-router)# ospf router id 1.1.1.1
Question 6
Put the OSPF neighbor states in the correct order:
2-way
Down
Exstart
Exchange
Full
Init
Loading
Question 7
Which statement about OSPF's default cost is correct?
All interfaces have the same cost.
Ethernet and FastEthernet interfaces have the same cost.
FastEthernet, Gigabit Ethernet, and 10Gig Ethernet interfaces have the same cost.
Ethernet, FastEthernet, Gigabit Ethernet, and 10Gig Ethernet interfaces have the same cost.
Question 8
In which OSPF neighbor state is the Master and Slave roles decided?
Exstart
2-way
Exchange
Loading
Question 9
Which of these commands can be used to make FastEthernet interface have an OSPF cost of 100?
R1(config-router)# auto-cost reference bandwidth 100
R1(config-router)# auto-cost reference bandwidth 1000
R1(config-router)# auto-cost reference bandwidth 10000
R1(config-router)# auto-cost reference bandwidth 100000
Question 10
What are the default OSPF Hello / Dead timers on an Ethernet connection?
Hello: 2, Dead: 20
Hello: 10, Dead: 40
Hello: 30, Dead: 120
Hello: 60, Dead: 180
Question 11
Which option states a characteristic of the OSP point-to-point network type that is different than the OSPD broadcast network type?
DR/BDR elections are held.
DR/BDR elections are not held.
Neighbors are dynamically discovered.
Neighbors are not dynamically discovered.
Question 12
There is an OSPF broadcast network with 5 connected routers. R1 is the DR on its G0/0 interface. How many FULL OSPF adjacencies does R1 have on the interface?
1, with the BDR.
2, with the DR and BDR.
4, with all neighbors.
5, with all routers connected to the segment.
Question 13
Which of the following are requirements for routers to become OSPF neighbors? (select two)
Hello and Dead timers must match.
OSPF Process IDS must match.
OSPF Router IDs must match.
Interfaces must be in the same area.
Interfaces must be in different areas.
Interfaces must be in different sunets.
Question 14
Which of the following OSPF LSA types is generated only by the DR of a multi-access network, such as the broadcast network type?
Type 1
Type 2
Type 3
Type 5
Question 15
R1 is connected to an OSPF Broadcast network on its G0/0 interface. R4 is the DR of the segment and R3 is the BDR. All routers on the segment have the default OSPF priority. You issue the ip ospf priority 100 command on R1's G0/0 to make it the DR. Which of the following statements are true about the network after you issue the command? (select two)
R1 is the DR
R1 is the BDR
R1 is still a DROther because its priority isn't high enough.
If you issue the clear ip ospf process command on R4, R1 will become the BDR.
If you issue the clear ip ospf process command on R4, R1 will become the DR
The DR and BDR of the network are unchanged.
Last updated