itexamanswers-net-ccna-3-v7-modules-1-2-ospf-concepts-and-configuration-exam-answers-html
itexamanswers-net-ccna-3-v7-modules-1-2-ospf-concepts-and-configuration-exam-answers-html
How to find: Press “Ctrl + F” in the browser and fill in whatever wording is in the question
to find that question/answer. If the question is not here, find it in Questions Bank.
report this ad
NOTE: If you have the new question on this test, please comment Question and
Multiple-Choice list in form below this article. We will update answers for you in the
shortest time. Thank you! We truly value your contribution to the website. CCNA v7.0 Exam Answers
Answers
x
It is a link-state database that represents the network topology.
Its contents are the result of running the SPF algorithm.
When converged, all routers in an area have identical topology tables.
The topology table contains feasible successor routes.
The table can be viewed via the show ip ospf database command.
After convergence, the table only contains the lowest cost route entries for all known
networks.
Explanation: The topology table on an OSPF router is a link-state database (LSDB) that
lists information about all other routers in the network, and represents the network topology.
All routers within an area have identical link-state databases, and the table can be viewed
using the show ip ospf database command. The EIGRP topology table contains feasible
successor routes. This concept is not used by OSPF. The SPF algorithm uses the LSDB to
produce the unique routing table for each router which contains the lowest cost route entries
for known networks.
Explanation: An OSPF area contains one set of link-state information, although each router
within the area will process that information individually to form its own SPF tree. OSPF
process IDs are locally significant and are created by the administrator. Router IDs uniquely
identify each router.
Explanation: OSPF supports the concept of areas to prevent larger routing tables,
excessive SPF calculations, and large LSDBs. Only routers within an area share link-state
information. This allows OSPF to scale in a hierarchical fashion with all areas that connect to
a backbone area.
Related Posts
14.1.4 Check Your Understanding – Benefits of
Automation Answers
6. Which OSPF data structure is identical on all OSPF routers that share the same area?
14.7.2 Module Quiz – Network Automation
forwarding database (Answers)
link-state database
adjacency database CCNA 3 v7.0 Curriculum: Module 2 – Single-
routing table Area OSPFv2 Configuration
7. Which step does an OSPF-enabled router take immediately after establishing an 1.4.2 Module Quiz – Single-Area OSPFv2
adjacency with another router? Concepts (Answers)
8. A network engineer has manually configured the hello interval to 15 seconds on an IT Administrator on ITN (Version 7.00) Final PT
interface of a router that is running OSPFv2. By default, how will the dead interval on the Skills Assessment (PTSA) Exam Answers
interface be affected?
Help on ITN (Version 7.00) Final PT Skills
The dead interval will not change from the default value. Assessment (PTSA) Exam Answers
The dead interval will now be 30 seconds.
The dead interval will now be 60 seconds.
The dead interval will now be 15 seconds.
Explanation: Cisco IOS automatically modifies the dead interval to four times the hello
interval.
9. Refer to the exhibit. A network administrator has configured the OSPF timers to the
values that are shown in the graphic. What is the result of having those manually
configured timers?
report this ad
Explanation: The dead timer (20 seconds) on R1 expires before the next hello packet from
R2 (25 seconds).
10. To establish a neighbor adjacency two OSPF routers will exchange hello packets.
Which two values in the hello packets must match on both routers? (Choose two.)
dead interval
router priority
list of neighbors
router ID
hello interval
Explanation: The hello and dead interval timers contained in a hello packet must be the
same on neighboring routers in order to form an adjacency.
11. What is the default router priority value for all Cisco OSPF routers?
0
1
10
255
Explanation: The router priority value is used in a DR/BDR election. The default priority for
all OSPF routers is 1 but it can be manually altered to any value 0 to 255.
12. Which type of OSPFv2 packet contains an abbreviated list of the LSDB of a sending
router and is used by receiving routers to check against the local LSDB?
61
x
database description
link-state update
link-state request
link-state acknowledgment
Explanation: The database description (DBD) packet contains an abbreviated list of the
LSDB sent by a neighboring router and is used by receiving routers to check against the
local LSDB.
when the two adjacent neighbors are interconnected over a point-to-point link
when all the routers in an OSPF area cannot form adjacencies
when the routers are interconnected over a common Ethernet network
when the two adjacent neighbors are in two different networks
Explanation: When the routers are interconnected over a common Ethernet network, then a
designated router (DR) and a backup DR (BDR) must be elected.
14. When an OSPF network is converged and no network topology change has been
detected by a router, how often will LSU packets be sent to neighboring routers?
every 5 minutes
every 10 minutes
every 30 minutes
every 60 minutes
Explanation: After all LSRs have been satisfied for a given router, the adjacent routers are
considered synchronized and in a full state. Updates (LSUs) are sent to neighbors only
under the following conditions:
when a network topology change is detected (incremental updates)
every 30 minutes
15. What will an OSPF router prefer to use first as a router ID?
a loopback interface that is configured with the highest IP address on the router
any IP address that is configured using the router-id command
the highest active interface IP that is configured on the router
the highest active interface that participates in the routing process because of a specifically
configured network statement
Explanation: The first preference for an OSPF router ID is an explicitly configured 32-bit
address. This address is not included in the routing table and is not defined by the network
command. If a router ID that is configured through the router-id command is not available,
OSPF routers next use the highest IP address available on a loopback interface, as
loopbacks used as router IDs are also not routable addresses. Lacking either of these
alternatives, an OSPF router will use the highest IP address from its active physical
interfaces.
16. What are the two purposes of an OSPF router ID? (Choose two.)
61
Explanation: OSPF router ID does not contribute to SPF algorithm calculations, nor does it
facilitate the transition of the OSPF neighbor state to Full. Although the router ID is contained
within OSPF messages when router adjacencies are being established, it has no bearing on
the actual convergence process.
17. Refer to the exhibit. If no router ID was manually configured, what would router
Branch1 use as its OSPF router ID?
10.0.0.1
10.1.0.1
192.168.1.100
209.165.201.1
Explanation: In OSPFv2, a Cisco router uses a three-tier method to derive its router ID. The
first choice is the manually configured router ID with the router-id command. If the router ID
is not manually configured, the router will choose the highest IPv4 address of the configured
loopback interfaces. Finally if no loopback interfaces are configured, the router chooses the
highest active IPv4 address of its physical interfaces.
18. A network technician issues the following commands when configuring a router:
19. An OSPF router has three directly connected networks; 172.16.0.0/16, 172.16.1.0/16,
and 172.16.2.0/16. Which OSPF network command would advertise only the 172.16.1.0
network to neighbors?
61
router(config-router)# network 172.16.1.0 0.0.255.255 area 0
router(config-router)# network 172.16.0.0 0.0.15.255 area 0
router(config-router)# network 172.16.1.0 255.255.255.0 area 0
router(config-router)# network 172.16.1.0 0.0.0.0 area 0 x
Explanation: To advertise only the 172.16.1.0/16 network the wildcard mask used in the
network command must match the first 16-bits exactly. To match bits exactly, a wildcard
mask uses a binary zero. This means that the first 16-bits of the wildcard mask must be
zero. The low order 16-bits can all be set to 1.
20. Refer to the exhibit. Which three statements describe the results of the OSPF election
process of the topology that is shown in the exhibit? (Choose three.)
Explanation: R2 will be elected DR because it has the highest priority of 255, all of the
others have a priority of 1. R3 will be elected BDR because it has the numerically highest
router-ID of 192.168.1.4. The R4 router-ID is 172.16.1.1 because it is the IPv4 address
attached to the loopback 0 interface.
21. Refer to the exhibit. If the switch reboots and all routers have to re-establish OSPF
adjacencies, which routers will become the new DR and BDR?
61
Router R4 will become the DR and router R1 will become the BDR.
Router R2 will become the DR and router R3 will become the BDR.
Router R1 will become the DR and router R2 will become the BDR.
Router R4 will become the DR and router R3 will become the BDR. x
22. By default, what is the OSPF cost for any link with a bandwidth of 100 Mb/s or greater?
100000000
10000
1
100
Explanation: OSPF uses the formula: Cost = 100,000,000 / bandwidth. Because OSPF will
only use integers as cost, any bandwidth of 100 Mb/s or greater will all equal a cost of 1.
23. Refer to the exhibit. What is the OSPF cost to reach the router A LAN 172.16.1.0/24
from B?
782
74
128
65
24. Refer to the exhibit. On which router or routers would a default route be statically
configured in a corporate environment that uses single area OSPF as the routing
protocol?
61
x
R0-A
ISP, R0-A, R0-B, and R0-C
ISP
R0-B and R0-C
ISP and R0-A
R0-A, R0-B, and R0-C
Explanation: The default route is applied to the router that connects to the Internet, or R0-A.
R0-A then distributes that default route using the OSPF routing protocol.
ping
show ip ospf neighbor
show ip interface brief
show ip protocols
Explanation: While the show ip interface brief and ping commands can be used to
determine if Layer 1, 2, and 3 connectivity exists, neither command can be used to
determine if a particular OSPF or EIGRP-initiated relationship has been made. The show ip
protocols command is useful in determining the routing parameters such as timers, router
ID, and metric information associated with a specific routing protocol. The show ip ospf
neighbor command shows if two adjacent routers have exchanged OSPF messages in
order to form a neighbor relationship.
26. Refer to the exhibit. Which command did an administrator issue to produce this
output?
28. Refer to the exhibit. A network administrator has configured OSPFv2 on the two Cisco
routers but PC1 is unable to connect to PC2. What is the most likely problem?
Interface Fa0/0 has not been activated for OSPFv2 on router R2.
Interface Fa0/0 is configured as a passive-interface on router R2.
Interface S0/0 is configured as a passive-interface on router R2.
Interface s0/0 has not been activated for OSPFv2 on router R2.
Explanation: If a LAN network is not advertised using OSPFv2, a remote network will not be
reachable. The output displays a successful neighbor adjacency between router R1 and R2
on the interface S0/0 of both routers.
29. What is the recommended Cisco best practice for configuring an OSPF-enabled router
so that each router can be easily identified when troubleshooting routing issues?
30. Which step in the link-state routing process is described by a router running an
algorithm to determine the best path to each destination?
61
x
load balancing equal-cost paths
declaring a neighbor to be inaccessible
choosing the best route
executing the SPF algorithm
31. An administrator is configuring single-area OSPF on a router. One of the networks that
must be advertised is 192.168.223.0 255.255.254.0. What wildcard mask would the
administrator use in the OSPF network statement?
0.0.1.255
0.0.7.255
0.0.15.255
0.0.31.255
32. What is the format of the router ID on an OSPF-enabled router?
Explanation: A router ID is a 32-bit number formatted like an IPv4 address and assigned in
order to uniquely identify a router among OSPF peers.
DUAL is the algorithm used by EIGRP. In multiarea OSPF, OSPF is implemented using multiple
areas, and all of them must be connected to the backbone area.
34. After modifying the router ID on an OSPF router, what is the preferred method to make
the new router ID effective?
35. In an OSPFv2 configuration, what is the effect of entering the command network
192.168.1.1 0.0.0.0 area 0 ?
Explanation: Entering the command network 192.168.1.1 0.0.0.0 area 0 will turn on only
the interface with that IP address for OSPF routing. It does not change the router ID.
Instead, OSPF will use the network that is configured on that interface.
36. What is the reason for a network engineer to alter the default reference bandwidth
parameter when configuring OSPF?
61 Explanation: By default, Fast Ethernet, Gigabit, and 10 Gigabit Ethernet interfaces all have
a cost of 1. Altering the default reference bandwidth alters the cost calculation, allowing each
speed to be more accurately reflected in the cost.
x
37. Open the PT Activity. Perform the tasks in the activity instructions and then answer the
question.
Which task has to be performed on Router 1 for it to establish an OSPF adjacency with
Router 2?
[/sociallocker]
Explanation: Each interface on the link connecting the OSPF routers must be in the same
subnet for an adjacency to be established. The IP address subnet mask on FastEthernet
interface 0/0 must be changed to 255.255.255.0. The FastEthernet interface 0/0 is not
passive. The 10.0.1.0/24 network is only connected to Router2 so should not be advertised
by Router1. The clear ip ospf process command will start the OPSF process on Router1
but will not cause an adjacency to be established if the subnet mask mismatch on the
connecting interfaces still exists.
61
38. Match the description to the term. (Not all options are used.)
x
Explanation: DUAL is the algorithm used by EIGRP. In multiarea OSPF, OSPF is
implemented using multiple areas, and all of them must be connected to the backbone area.
Topology changes in one area do not cause SPF recalculations in other areas.
Routers in all areas share the same link-state database and have a complete picture of the
entire network.
A backbone area is not required.
Automatic route summarization occurs by default between areas.
Explanation: With multiarea OSPF, only routers within an area share the same link-state
database. Changes to the network topology in one area do not impact other areas, which
reduces the number of SPF algorithm calculations and the of link-state databases.
40. Match the OSPF state with the order in which it occurs. (Not all options are used.)
61
x
Modules 1 – 2: OSPF Concepts and Configuration Exam
Explanation: OSPF routers send hello packets to monitor the state of a neighbor. When a
router stops receiving hello packets from a neighbor, that neighbor is considered
unreachable and the adjacency is broken.
61
42. Which three OSPF states are involved when two routers are forming an adjacency?
(Choose three.)
Exchange x
Init
ExStart
Two-way
Loading
Down
43. Refer to the exhibit. Suppose that routers B, C, and D have a default priority, and router
A has a priority 0. Which conclusion can be drawn from the DR/BDR election process?
If the priority of router C is changed to 255, then it will become the DR.
Router A will become the DR and router D will become the BDR.
If the DR fails, the new DR will be router B.
If a new router with a higher priority is added to this network, it will become the DR.
Explanation: If the priority is set to 0, the router is not capable of becoming the DR, so
router A cannot be the DR. OSPF DR and BDR elections are not preemptive. If a new router
with a higher priority or higher router ID is added to the network after the DR and BDR
election, the newly added router does not take over the DR or the BDR role.
44. An administrator is configuring single-area OSPF on a router. One of the networks that
must be advertised is 64.102.0.0 255.255.255.128. What wildcard mask would the
administrator use in the OSPF network statement?
0.0.31.255
0.0.0.63
0.0.63.255
0.0.0.127
45. Which command will a network engineer issue to verify the configured hello and dead
timer intervals on a point-to-point WAN link between two routers that are running OSPFv2?
The show ip ospf interface serial 0/0/0 command will display the configured hello and dead
timer intervals on a point-to-point serial WAN link between two OSPFv2 routers. The show
ipv6 ospf interface serial 0/0/0 command will display the configured hello and dead timer
intervals on a point-to-point serial link between two OSPFv3 routers. The show ip ospf
61
interface fastethernet 0/1 command will display the configured hello and dead timer intervals
on a multiaccess link between two (or more) OSPFv2 routers. The show ip ospf neighbor
command will display the dead interval elapsed time since the last hello message was
received, but does not show the configured value of the timer.
x
46. An administrator is configuring single-area OSPF on a router. One of the networks that
must be advertised is 128.107.0.0 255.255.255.192. What wildcard mask would the
administrator use in the OSPF network statement?
0.0.63.255
0.0.0.63
0.0.0.3
0.0.0.7
47. Match each OSPF packet type to how it is used by a router. (Not all options are used.)
47. Which step in the link-state routing process is described by a router building a link-
state database based on received LSAs?
.0.63.255
0.0.15.255
0.0.1.255
0.0.31.255
49. An administrator is configuring single-area OSPF on a router. One of the networks that
must be advertised is 198.19.0.0 255.255.252.0. What wildcard mask would the
administrator use in the OSPF network statement?
0.0.63.255
0.0.3.255
0.0.31.255
0.0.0.255
61 50. An administrator is configuring single-area OSPF on a router. One of the networks that
must be advertised is 128.107.0.0 255.255.252.0. What wildcard mask would the
administrator use in the OSPF network statement?
0.0.3.255
0.0.0.7
x
0.0.0.3
0.0.63.255
51. Which step in the link-state routing process is described by a router flooding link-state
and cost information about each directly connected link?
0.0.0.31
0.0.0.255
0.0.0.63
0.0.0.127
54. Which step in the link-state routing process is described by a router inserting best
paths into the routing table?
public
private
report this ad
61
61 COMMENTS
Topic 1.1.0 – A company with one large autonomous system or AS can be divided into
smaller areas. When this occurs and the OSPF routing protocol is implemented, the design is
called multi-area OSPF. Multi-area OSPF decreases the frequency of the SPF calculation,
thus lightening the load on the router. In a single area OSPF design, all the routers are located
in area 0 or the backbone area.
OSPF can consolidate a fragmented OSPF area into one large area.
Arranging routers into areas partitions a large autonomous system in order to lighten
the load on routers.
All routers are in one area called the backbone area (area 0).
OSPF multiarea increases the frequency of SPF calculation.
A router is participating in an OSPFv2 domain. What will always happen if the dead interval
expires before
the router receives a hello packet from an adjacent DROTHER OSPF router?
OSPF will remove that neighbor from the router link-state database.
A new dead interval timer of 4 times the hello interval will start.
OSPF will run a new DR/BDR election.
SPF will run and determine which neighbor router is “down”.
Topic 1.2.0 – On Cisco routers the default dead interval is 4 times the hello interval, and
this timer has expired in this case. SPF does not determine the state of neighbor routers; it
determines which routes become routing table entries. A DR/DBR election will not always
automatically run; this depends on the type of network and on whether or not the router no
longer up was a DR or BDR.
What is the order of packet types used by an OSPF router to establish convergence?
Topic 1.2.0 – An OSPF router progresses in this order to convergence, using the
following packets:
1. Hello packet, used for OSPF election and establishing neighbor adjacencies
2. DBD packet, used to synchronize databases with neighbors
3. LSR packet, used to request more information in synchronizing databases
4. LSU packet, used to send link-state updates to neighbors
5. LSAck packet, used to acknowledge receipt of an LSU
Topic 1.1.0 – OSPF uses the SPF algorithm to choose the best path. Routing changes
trigger routing updates (no 30-second updates). In IPv4, OSPF uses MD5 authentication
between two neighboring OSPF routers. In IPv6, OSPFv3 does not include any authentication
capabilities of its own. Instead it relies entirely on IPsec to secure communications between
neighbors. Routers can be grouped into areas to support a hierarchical system.
OSPF authentication is congured in the same way on IPv4 and IPv6 networks.
The SPF algorithm chooses the best path based on 30-second updates.
It scales well in both small and large networks.
Routers can be grouped into autonomous systems to support a hierarchical system.
Topic 1.1.0 – The adjacency database is used to create the OSPF neighbor table. The
link-state database is used to create the topology table, and the forwarding database is used
to create the routing table.
routing table
link-state database
adjacency database
61 forwarding database
Topic 1.1.0 – When the LSP ooding process completes, all OSPF routers will learn the
same link-state information in the routing area. This information is used to build a complete x
link-state database, which will be the same on all OSPF routers within that specic area.
static routes
routing table
link-state database
neighbor table
What are two reasons for creating an OSPF network with multiple areas? (Choose two.)
Topic 1.1.0 – If a router is not running OSPF, it is not congurable with an OSPF area.
OSPF areas have no direct relationship with the Internet. Routers that run OSPF can connect
to the Internet, but multiple OSPF areas are not required for this purpose. OSPF areas help to
decrease the demand for router memory and processing power
by limiting OSPF protocol trac, keeping link-state databases small, and requiring fewer SPF
recalculations. Multiarea OSPF requires additional steps to congure and therefore does not
simplify the conguration process.
At which OSPF state are neighbor routers converged and able to exchange routing updates?
Topic 1.3.0 – OSPF neighbors that reach the Full state are converged and can exchange
routing information.
Full
ExStart
Exchange
Two-Way
What happens immediately after two OSPF routers have exchanged hello packets and have
formed a neighbor adjacency?
Topic 1.2.0 – During the exchange of hello packets, OSPF routers negotiate the election
process and set the OSPF parameters. DBD packets are exchanged after that step has been
completed. DBD packets contain abbreviated lists of link-state information. After that
information has been exchanged, OSPF routers exchange Type 3 LSR packets to request
further information.
4 0 Reply
An OSPF router has three directly connected networks; 172.16.0.0/16, 172.16.1.0/16, and
172.16.2.0/16. Which OSPF network command would advertise only the 172.16.1.0 network to
neighbors?
13 -7 Reply
An OSPF router has three directly connected networks; 172.16.0.0/16, 172.16.1.0/16, and
172.16.2.0/16. Which OSPF network command would advertise only the 172.16.1.0
61
network to neighbors?
5 0 Reply
x
Alexander Donis 1 year ago
1.An administrator is configuring single-area OSPF on a router. One of the networks that must
be advertised is 192.168.181.0 255.255.254.0. What wildcard mask would the administrator
use in the OSPF network statement?
.0.63.255
0.0.15.255
0.0.1.255
0.0.31.255
2.In an OSPFv2 configuration, what is the effect of entering the command network
192.168.1.1 0.0.0.0 area 0 ?
In an OSPFv2 configuration, what is the effect of entering the command network 192.168.1.1
0.0.0.0 area 0 ?
8 -2 Reply
0 0 Reply
The topic are all unpreachable but we hope the easiest way to learn all this questions rather
than this type of method
After modifying the router ID on an OSPF router, what is the preferred method to make the
new router ID effective?
HQ# resume
HQ# clear ip ospf process
HQ# copy running-config startup-config
HQ# clear ip route *
In an OSPFv2 configuration, what is the effect of entering the command network 192.168.1.1
0.0.0.0 area 0 ?
An administrator is configuring single-area OSPF on a router. One of the networks that must
be advertised is 64.100.0.0 255.255.255.0. What wildcard mask would the administrator use in
the OSPF network statement?
0.0.0.31
0.0.0.255
0.0.0.63
0.0.0.127
In an OSPFv2 configuration, what is the effect of entering the command network 192.168.1.1
0.0.0.0 area 0 ?
Which step in the link-state routing process is described by a router sending Hello packets out
all of the OSPF-enabled interfaces?
1 0 Reply
100000000
1
100 x
10000