On the IS-IS IPv6 network shown in the figure, multi-topology is enabled on all routers . * The IPv6 address of Loopback0 on R4 is 2000::4/128 . * The command ipv6 summary 2000::/64 level-1-2 is configured in the IS-IS process of R4 . Which of the following statements is false ?
Correct Answer: D
Comprehensive and Detailed In-Depth Explanation: Understanding the IS-IS Network and IPv6 Route Summary Behavior * IS-IS Areas and Router Roles: * Area 49.0001 (Level-1-2) : R1, R2, R4 * Area 49.0002 (Level-1-2 & Level-1) : R3 (Level-1-2), R5 (Level-1 only) * Effect of ipv6 summary 2000::/64 level-1-2 Command on R4 * Route summarization in IS-IS allows an L1-L2 router (R4) to aggregate IPv6 prefixes and advertise a summary route (2000::/64) into both Level-1 and Level-2 areas. * This means R4 will advertise only 2000::/64 instead of specific /128 routes (like 2000::4/128). * All Level-1 and Level-2 routers connected to R4 will receive the summary route 2000::/64 instead of the detailed /128 routes. Route Distribution Analysis for Each Statement A). The routing table of R1 contains the route 2000::4/128. # (True) * R1 is a Level-1-2 router in the same area (49.0001) as R4, so it receives both the summarized 2000::/64 route and the more specific 2000::4/128 route. * Since R1 is directly connected to R4, it can still learn the 2000::4/128 route. # Statement A is true. B). The routing table of R3 contains the route 2000::/64. # (True) * R3 is a Level-1-2 router, meaning it can receive both Level-1 and Level-2 routes. * Since R4 (a Level-1-2 router) advertises the summarized 2000::/64 route into both levels, R3 will receive 2000::/64 in its routing table. # Statement B is true. C). The routing table of R2 contains the route 2000::/64. # (True) * R2 is a Level-1-2 router in the same area as R4, meaning it receives the summarized 2000::/64 route. * This is expected behavior since R4 advertises the summary route into both Level-1 and Level-2 areas. # Statement C is true. D). The routing table of R5 does not contain the route 2000::/64. # (False - Correct Answer) * R5 is a Level-1 router, meaning it can only receive Level-1 routes unless a default route is provided. * Since R3 (a Level-1-2 router) learns 2000::/64, it can propagate it into the Level-1 area (49.0002). * This means R5 will receive the summary route 2000::/64 from R3. * Thus, R5 does contain 2000::/64, making this statement false. # Statement D is false (correct answer). Final Conclusion: # A. The routing table of R1 contains the route 2000::4/128. (True) # B. The routing table of R3 contains the route 2000::/64. (True) # C. The routing table of R2 contains the route 2000::/64. (True) # D. The routing table of R5 does not contain the route 2000::/64. (False - Correct Answer) Thus, the correct answer is: D. The routing table of R5 does not contain the route 2000::/64 (False Statement). Reference: HCIP-Datacom-Advanced Routing & Switching Technology V1.0 - IS-IS Route Summarization and IPv6 Multi-Topology Huawei Official HCIP-Datacom Study Guide - IS-IS L1/L2 Routing and IPv6 Summarization Commands Huawei Documentation on IPv6 Route Summary Behavior in IS-IS
Question 37
On the network shown in the figure, EBGP peer relationships are established between ASs through directly connected interfaces . * OSPF is deployed in AS 65456 (with OSPF disabled on interconnected interfaces between ASs ). * R4 and R5 use Loopback0 to establish iBGP peer relationships with R6 . * The IP address of Loopback0 on each router is 10.0.X.X/32, and the router ID is 10.0.X.X, where X is the number of the router . * R1, R2, and R3 import the external route 192.168.1.0/24 into BGP through the import-route command. Which of the following statements are true ?
Correct Answer: A,C
Comprehensive and Detailed In-Depth Explanation: Understanding the BGP and OSPF Network Topology in the Question: * External Route Importation * R1, R2, and R3 import 192.168.1.0/24 into BGP from an external source. * This means R1, R2, and R3 will advertise this route to their EBGP and iBGP peers . * BGP Route Selection Criteria * BGP follows specific rules to determine the best path for a route. The most relevant factors here are: * Highest Local Preference (LOCAL_PREF) # Preferred * Shortest AS Path # Preferred * Lowest Origin Type (IGP < EGP < Incomplete) # Preferred * Lowest MED (Multi-Exit Discriminator) # Preferred * Oldest eBGP route (if paths are equal) # Preferred Route Selection Analysis for Each Statement: A). For 192.168.1.0/24, R5 preferentially selects the route received from R2. # (Correct) * R5 is in AS 65456 and peers with R6 using iBGP. * Since R2 is a central router with direct connectivity to R5 , it is the most preferred path compared to indirect paths from R1 or R3. * By default, R5 will prefer the path from R2 over others unless explicitly influenced by BGP attributes. # Statement A is correct. B). For 192.168.1.0/24, R4 preferentially selects the route received from R1. # (Incorrect) * R4 and R5 use Loopback0 to establish iBGP with R6 , meaning they receive BGP routes from multiple sources. * BGP prefers the shortest AS path , and there is no specific information indicating that R1's path is the shortest for R4 . * R4 may actually prefer another router ' s advertisement (e.g., R2 or R3) depending on AS path length and other attributes. # Statement B is incorrect. C). For 192.168.1.0/24, if the default local-preference 150 command is configured on R3, R5 preferentially selects the route received from R3. # (Correct) * By default, BGP assigns a local-preference of 100. * If R3 sets local-preference to 150, it is higher than other routes (R1, R2). * BGP prefers the highest local-preference value , so R5 will prefer the route received from R3 if this attribute is set. # Statement C is correct. D). For 192.168.1.0/24, R6 preferentially selects the route received from R4. # (Incorrect) * R6 is an iBGP peer of both R4 and R5. * BGP best-path selection depends on attributes like local-preference, AS-path, and MED. * There is no explicit information suggesting that R4's advertisement is preferred over R5's . * R6 may prefer R5's route depending on attributes. # Statement D is incorrect. Final Conclusion: # A. R5 preferentially selects the route received from R2. # B. R4 does not necessarily prefer R1's route. # C. If R3 sets local-preference 150, R5 will prefer the route from R3. # D. R6 does not necessarily prefer R4's route. Thus, the correct answers are: A, C . Reference: HCIP-Datacom-Advanced Routing & Switching Technology V1.0 - BGP Route Selection and Local Preference Huawei Official HCIP-Datacom Study Guide - BGP iBGP Peering and Best Path Selection Rules Huawei Documentation on BGP Local-Preference and Route Selection Behavior
Question 38
IGP converges faster than BGP, which may cause network traffic loss. By enabling the OSPF and BGP linkage feature of the device, the device remains as a () router within the set linkage time, so that the link metric value in the advertised LSA is the maximum value, thereby telling other OSPF devices not to use this router to forward data, so as to avoid the loss of traffic. (Note: If English letters are involved, all capitals are required)
Correct Answer:
STUB
Question 39
There is a concept of forwarding equivalence class (FEC-Fowarding Equivalence Class) in MPLS, so FEC does not Can the allocation be made based on which of the following criteria?
Correct Answer: B
Question 40
In the 0SP network shown in the figure, area 1 and area 2 are both common areas. The IP address of R5's Loopback0 interface is 10.0.5.5/32, and OSPF is enabled on this interface. The "abr-summary 10.0.5.0 255.255.0" command is configured in area 2 of R1 and R3. Which of the following routers have a route entry for 10.0.5.0/24 in their routing tables? (Multiple choice)