Refer to the exhibit.
A static route has been configured on router R1 to reach the PC at 139.120.121.2.
What might be causing the ping to fail?
C
Explanation:
In the configuration on router R1, the static route is defined with the next-hop IP address of
139.120.121.1.
However, the next-hop IP address 139.120.121.1 does not belong to the same subnet as the directly
connected interface on R1, which is 172.31.1.1/30. For the static route to work properly, the next-
hop IP address must be reachable via a directly connected interface, meaning it must be within the
same subnet.
Therefore, this mismatch in subnet adjacency is likely causing the failure to reach the destination
(139.120.121.2).
Refer to the exhibit.
All routers in the diagram are running a link-state routing protocol. Before the link failure, all routers
have operational adjacencies with each other and there is a BFD session between routers R1 and R3.
After the link failure, which of the following affects the routing protocol’s convergence time?
C
Explanation:
BFD (Bidirectional Forwarding Detection) is used to detect link failures quickly and helps improve
convergence time in link-state routing protocols. The BFD session between routers R1 and R3 allows
them to detect the failure of the link between them more quickly than the regular routing protocol
hello timers. The transmit interval, receive interval, and multiplier settings determine how fast BFD
detects a failure and triggers the routing protocol to converge, which directly impacts the
convergence time.
When a router performs the SPF calculation, which router is used as the root of the shortest path
tree?
D
Explanation:
When a router performs the SPF (Shortest Path First) calculation, it uses itself as the root of the
shortest path tree (SPT). This router computes the shortest paths to all other routers in the network,
treating itself as the origin and calculating the paths based on its view of the network.
A routing domain is using a single-area link-state routing protocol. Which of the following is NOT
information that a router can share with other routers in the domain using protocol-specific
messages?
C
Explanation:
In a single-area link-state routing protocol (such as OSPF), routers share specific information about
the network topology, not their entire routing table. They exchange link-state advertisements (LSAs)
that contain information about their directly connected interfaces and their state, allowing other
routers to build a consistent view of the network.
Refer to the exhibit.
Routers R1 through R4 are running an IGP in such a way that they have each other’s system IP
addresses in their routing tables. A static route is configured on router R1 so that it can reach
subnetwork 10.4.100.0/24. The network administrator decides to use an indirect static route, as
shown in the diagram. However, pinging the server from router R1 fails. What may be the problem in
this case?
D
Explanation:
The static route configured on router R1 uses an indirect next-hop, which is 10.10.10.3 (R3). While
the echo request from R1 reaches the server through the IGP, the problem lies in the return path for
the echo response.
The route 10.4.100.0/24 is reachable through R3, but there is no reciprocal route in R3's routing table
that allows the response to flow back towards R1. This results in a failure to return the echo response
to R1, causing the ping to fail.
Refer to the exhibit.
Static routing is to be used in a network between a corporate head office and a branch office. The
head office has many connected subnetworks, whereas the branch office has one subnetwork and a
single connection to the head office. Which of the following is the most likely configuration on the
head office and branch office routers?
A
Explanation:
The head office has many connected subnetworks, so it will typically have a default route to forward
traffic to the branch office (or external networks), since it may not need to define static routes for
each branch network.
The branch office, which has only one subnetwork and a single connection to the head office, will
have a specific static route to reach the head office subnet or other subnets at the head office, since
it only needs to know the specific route to reach the head office's network.
Which of the following statements regarding the databases used by a link-state routing protocol in a
single-are routing domain is FALSE?
B
Explanation:
The adjacency database contains information about the state of the router’s adjacencies (i.e., the
routers that it is directly connected to and has established a neighbor relationship with). It does not
store information about all links in the domain; that information is stored in the link-state database.
For a link-state routing protocol, which of the following statements about link-state updates is FALSE?
A
Explanation:
When a link-state update reaches its maximum age, it is removed from the router’s link-state
database, not flooded to its neighbors. This prevents outdated information from continuing to affect
the routing decisions. The router does not flood the aged update; instead, it will typically request a
new link-state advertisement from the original source router if the information is still needed.
A router running a link-state routing protocol detects that one of its neighbors is no longer connected
to it. The router generates a new link-state advertisement to inform other routers of the topology
change. Which of the following is NOT an action that is triggered by this event?
C
Explanation:
When a router receives a link-state advertisement (LSA), it does not update the age field before
forwarding it. The age field in an LSA is typically updated by the originating router or during the
process of forwarding the LSA within the network. Routers do not modify the age field upon receiving
and forwarding an LSA.
Refer to the exhibit.
Routers R1, R2, R3, and R4 are running IS-IS. Assuming all interfaces are added to IS-IS as point-to-
point and no commands are issued at the interface level to restrict adjacencies, which of the
following statements is TRUE?
C
Explanation:
From the output, we can see that the usage column indicates whether a router is operating as an L1
or L2 router:
Routers R1 and R2 have a usage of L2, meaning they are L2 routers.
Routers R3 and R4 have a usage of L1, meaning they are L1 routers.
The L1/L2 designations refer to whether the routers participate in both Level 1 and Level 2 of IS-IS:
L1 routers only communicate within their own area.
L2 routers communicate between areas.
In this case, R1 and R2 are L2 routers, and R3 and R4 are L1 routers.