Example: HCIE-RS V3.
0 Essay Mock Question
As shown in the figure, R1 (G0/0/0), R2 (Loopback0, G0/0/0, G0/0/1, and G0/0/2), R3 (G0/0/0), and R5 (G0/0/2) run OSPF. The OSPF process ID is 1, and the
OSPF area ID is 0. R1 advertises Loopback0 into OSPF by using the import command. R3 (Loopback0 and G0/0/1), R4 (Loopback0, G0/0/0, and G0/0/1), and
R5 (Loopback0 and G0/0/1) run IS-IS and are deployed in area 49.0001. Network connectivity is required in the OSPF and IS-IS domains. That is, R3 functions
as an ASBR and imports routes between routing protocols to ensure that there are reachable routes between devices on the entire network.
However, Loopback0 on R1 cannot ping Loopback0 on any device in the IS-IS domain.
The OSPF and IS-IS neighbor relationships are normal, and R2 can learn the route of Loopback0 on R1.
1. Provide at least two possible causes of the fault and list the commands you would use for troubleshooting. (4 points)
2. After the fault is rectified, Loopback0 on R1 can ping Loopback0 on any device in the IS-IS domain.
I. In this case, if R5 accesses Loopback0 on R1, what problems may arise? (2 points)
II. To ensure high route reliability, route import between routing protocols is also configured on R5. If the IP address of Loopback0 on R1 is deleted, what
problems may arise? (2 points)
III. How can you solve the problems mentioned above? (2 points)
1 Huawei Confidential
Example: HCIE-RS V3.0 Essay Mock Question (Answer)
1. Answer explanation: (4 points for any two possible causes) 2. Answer explanation:
(1) Routes of different routing protocols have different preferences, which may result in the
Possible cause 1: R2 filters Type 5 LSAs in the outbound direction. (1 point)
suboptimal path problem.
Check the configuration of G0/0/0 on R2, and delete the action for filtering Type 5 LSAs. After route import between routing protocols is configured, a suboptimal path is generated
system-view //Enter the system view.
interface GigabitEthernet0/0/0 //Enter the related interface view. when R5 accesses Loopback0 on R1. This is because R3 first imports OSPF routes into IS-
display this //Check the configuration on the interface. IS. Then R5 learns the routes of Loopback0 on R1 through both OSPF and IS-IS. The
undo ospf filter-lsa-out //Delete the action of filtering Type 5 LSAs to be sent.
preference values of OSPF external routes and IS-IS routes are 150 and 15, respectively, so
(1 point)
R5 selects the IS-IS route destined for Loopback0 on R1 and generates a suboptimal path.
(2 points)
Possible cause 2: Route filtering is configured in the IS-IS process on R3, R4, or R5, and
the route of Loopback0 on R1 is filtered out. (1 point)
Run the following commands on R3, R4, and R5: (2) After the IP address of Loopback0 on R1 is deleted, R2 does not select R1 as the next
ISIS 1 //Enter the IS-IS process. hop when accessing Loopback0 on R1. Instead, R2 incorrectly selects R5 as the next hop
display this //Check whether route filtering is configured in the IS-IS process.
undo filter-policy xxx import //Delete the route filtering configuration from the IS-IS and accesses Loopback0 on R1 along the path R5 > R3 > R2. As a result, a temporary loop
process. occurs. (2 points)
(1 point)
Possible cause 3: Traffic filtering is configured on the interfaces of R1, R2, R3, R4, and R5, (3)
and the route of Loopback0 on R1 is filtered out. (1 point)
i. To solve the suboptimal path problem, change the preference value of the OSPF
Run the following commands on R1, R2, R3, R4, and R5:
external route on R5 to ensure that the preference value of the OSPF_ASE route (route
interface GigabitEthernet0/0/X //Enter the interface view.
display this //Check whether traffic filtering is configured on the interface. of Loopback0 on R1) is smaller than that of the IS-IS route. For example, change the
undo traffic-filter inbound(outbound) //Delete the traffic filtering configuration from the preference value of the OSPF_ASE route to 14. (1 point)
interface.
undo traffic-policy inbound(outbound) //Delete the traffic policy configuration from the ii. To prevent routing loops, configure route tags on R3 and R5. This configuration ensures
interface.
that a routing protocol imports only the routes originating in the routing domain of the
(1 point)
other routing protocol. (1 point)
2 Huawei Confidential