Alcatel-lucent Scalable IP Networks OSPF

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Teenoko
T
Teenoko
Community Contributor
Quizzes Created: 2 | Total Attempts: 359
| Attempts: 201 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. Which of the following is ​not  a feature of the OSPF protocol? 

Explanation

OSPF uses a cost value on each interface that is based on the bandwidth of the link; it does not use a hop count.

Submit
Please wait...
About This Quiz
Alcatel-lucent Scalable IP Networks OSPF - Quiz

OSPF assessment quiz in preparation for the NRS I Alcatel Exam.

2. OSPF Discovers neighbors_______.

Explanation

OSPF sends Hello packets to the 224.0.0.5 multicast IP address to discover other OSPF routers.

Submit
3. Which statement best describes what happens when an OSPF receives an LSA with a higher sequence number than the LSA in its database?

Explanation

A higher sequence number indicates that the received LSA has newer information than what the router currently has in its database. Therefore, the router will acknowledge the LSA, flood it to its neighbors, and add the LSA to its own database. Answer A describes the action when the sequence number is the same and B describes the action when the sequence number is lower (the LSA is out of date).

Submit
4. In addition to having correct OSPF settings in the Hello packets, another value that can prevent routers from forming an adjacency in the event of a mismatch is _____.

Explanation

This is based on the interface MTU and must match on each router.

Submit
5. What is the primary purpose of the OSPF router ID?

Explanation

Every OSPF router must have a router ID to uniquely identify it for purposes of building the SPF tree and identifying its LSA updates.

Submit
6. What is required for OSPF routers on a point-to-point network to form an adjacency?

Explanation

The area ID and Hello and dead timers must match in the Hello packets.

Submit
7. There are many different types of LSAs in OSPF. The most common LSA type in point-to-point networks is _____.

Explanation

The router LSA carries the local topology information for each router in the network.

Submit
8. LSA updates are sent in response to network changes and _____.

Explanation

LSA updates are sent every 30 minutes in order to refresh the LSA. They are sent regardless of whether changes have occurred.

Submit
9. What does it mean to say that two OSPF routers are adjacent?

Explanation

Routers that have shared database information are referred to as adjacent. Not all neighbor OSPF routers become adjacent.

Submit
10. Which of the following hello packet values is ​not involved in the adjacency process on point-to-point links?

Explanation

The priority value is only applicable on OSPF broadcast networks.

Submit
11. Which of the following correctly identifies the order of steps for two OSPF routers to become fully adjacent?

Explanation

This is the correct order.

Submit
12. Which logical interface is recommended for defining a router ID?

Explanation

It is recommended that you use the system interface as the router ID.

Submit
13. If an OSPF router receives an LSA with a sequence number that is ​equal  to the sequence number it already has for that LSA, it will _____.

Explanation

The router already has the information so it will drop the LSA, but all LSAs must be acknowledged.

Submit
14. Which of the following is false regarding the Shortest Path First algorithm that OSPF uses?

Explanation

Whenever an LSA update is flooded throughout the network, all routers must rerun the SPF algorithm.

Submit
15. Which of the following default metrics is not correct for the given interface speed?

Explanation

(100 Gbps)/(622 Mbps) = 160, not 16.

Submit
16. The command to display the Link State Updates that a router has received is _____.

Explanation

This command displays the LSAs that have been received from other OSPF routers.

Submit
17. What is the cost value of an OSPF interface on the Alcatel-Lucent 7750 SR? 

Explanation

The cost value in OSPF is dependent on the default OSPF reference bandwidth, which is 100Gbs.

Submit
18. When does an OSPF router transition to the 2-Way state?

Explanation

An OSPF router transitions to the 2-Way state after a Hello packet that contains its own router ID is received from a neighbor.

Submit
19. What is the main purpose of the DBD packet?

Explanation

The DBD packet is used to provide summary LSA information to each router so that specific LSAs can be requested.

Submit
20. R1 and R2 are directly connected to each other and running OSPF on the link. The OSPF interface MTU of both routers is different, but the port MTU of each router is the same. What state will the adjacency be in?

Explanation

By default, the OSPF MTU is derived from the port MTU. However, in this case, the OSPF MTU is explicitly set on the OSPF interface; thus there is definitely an MTU mismatch. Because the MTU is carried in the Database Description packet and the values do not match, the routers will stay in the ExStart state.

Submit
21. A router has been elected the DR on a broadcast OSPF interface on a subnet with three other routers. How will the link-state topology be described by routers on the subnet? Choose the best statement.

Explanation

Every OSPF router originates a Router LSA that describes all their interfaces regardless of the interface types. Therefore, answers A, B, and C are incorrect. Only the DR and BDR for a broadcast interface originate the Network LSA and, therefore, D is incorrect.

Submit
22. When two routers are in the OSPF ExStart state, how is the initial Database Description sequence number determined?

Explanation

Both OSPF routers send an initial Database Description packet. The router with the highest router ID becomes the master, and the sequence number in its Database Description packet is used.

Submit
23. A 7750 SR has an OSPF adjacency with its neighbor using a router ID derived from the last four octets of the chassis MAC address. The system ​interface IP address, router ID, and OSPF router ID are then configured. Assuming these are the only commands executed, what router ID will be seen by the OSPF neighbor?

Explanation

The router ID value does not change until the OSPF process is restarted. If OSPF is shut down and restarted, the router ID will be configured with the OSPF router ID value.

Submit
24. Which of the following is not a field in an OSPF Hello packet that must match for a successful state transition to the 2-Way state? 

Explanation

The MTU must match, but the MTU value is not in the Hello packet; it is in the Database Description packet. If there is an MTU mismatch on the link, the routers will move past the OSPF 2-Way state. The other four parameters are all contained in the Hello packet and must match for the adjacency to continue.

Submit
25. Which of the following best describes the election of the DR on a broadcast interface in OSPF when all routers have the same priority value?

Explanation

If the priority of the routers is the same and there is no DR already elected, the router with the highest router ID on the network is elected DR. However, DR election is non-preemptive. If a router is already DR, it remains DR even when a router with a higher priority joins the network. Thus, the DR is often the router on the network that has been up the longest.

Submit
26. A router has an OSPF broadcast interface declared as passive. How will this be represented in the Router LSA originated by the router?

Explanation

All passive interfaces, loopback interfaces, system interfaces, and interfaces that have not yet formed an adjacency are represented in the Router LSA as stub networks.

Submit
27. Which statement is not correct regarding an OSPF Type 1 LSA? 

Explanation

The OSPF Router LSA (Type 1 LSA) is not flooded throughout the autonomous system; it is only flooded within the area in which it was originated.

Submit
28. Which statement is correct regarding OSPF LSA exchange between routers?

Explanation

A router can request multiple LSAs using a single LSR. The size of the LSR is limited by the OSPF interface MTU setting.

Submit
29. Two routers R1 and R2 have a point-to-point OSPF adjacency. R1 has a priority of 15 and an OSPF router ID of 10.10.10.10. R2 has a priority of 25 and an OSPF router ID of 5.5.5.5. Which router will be the Designated Router?

Explanation

OSPF routers on a point-to-point link do not elect a designated router, only routers on a broadcast link.

Submit
30. A router has four interfaces that are added to OSPF. Two point-to-point interfaces are in Area 1. There is one point-to-point interface in Area 2 and one broadcast interface in Area 3. How many Network LSAs will be originated by the router?

Explanation

Network LSAs are originated by the elected DR for an OSPF broadcast network, and we do not know if the router is the DR or not. If the router is the DR for the broadcast network in area 3, the router originates one Network LSA. If the router is not the DR for the broadcast network in area 3, it does not originate any Network LSAs. Network LSAs are not originated for any of the point-to-point networks.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 28, 2017
    Quiz Created by
    Teenoko
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of the following is ​not  a feature of the OSPF...
OSPF Discovers neighbors_______.
Which statement best describes what happens when an OSPF receives an...
In addition to having correct OSPF settings in the Hello packets,...
What is the primary purpose of the OSPF router ID?
What is required for OSPF routers on a point-to-point network to form...
There are many different types of LSAs in OSPF. The most common LSA...
LSA updates are sent in response to network changes and _____.
What does it mean to say that two OSPF routers are adjacent?
Which of the following hello packet values is ​not involved in the...
Which of the following correctly identifies the order of steps for two...
Which logical interface is recommended for defining a router ID?
If an OSPF router receives an LSA with a sequence number that is...
Which of the following is false regarding the Shortest Path First...
Which of the following default metrics is not correct for the given...
The command to display the Link State Updates that a router has...
What is the cost value of an OSPF interface on the Alcatel-Lucent 7750...
When does an OSPF router transition to the 2-Way state?
What is the main purpose of the DBD packet?
R1 and R2 are directly connected to each other and running OSPF on the...
A router has been elected the DR on a broadcast OSPF interface on a...
When two routers are in the OSPF ExStart state, how is the initial...
A 7750 SR has an OSPF adjacency with its neighbor using a router ID...
Which of the following is not a field in an OSPF Hello packet that...
Which of the following best describes the election of the DR on a...
A router has an OSPF broadcast interface declared as passive. How will...
Which statement is not correct regarding an OSPF Type 1 LSA? 
Which statement is correct regarding OSPF LSA exchange between...
Two routers R1 and R2 have a point-to-point OSPF adjacency. R1 has a...
A router has four interfaces that are added to OSPF. Two...
Alert!

Advertisement