H12-831_V1.0試験無料問題集「Huawei HCIP-Datacom-Advanced Routing & Switching Technology V1.0 認定」

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?

解説: (GoShiken メンバーにのみ表示されます)
If end-to-end QoS is configured on an MPLS network, the penultimate hop device on the MPLS network can pop MPLS labels from packets based on penultimate hop popping (PHP), so that the egress node can process packets based on the QoS priority in inner packets.

In the hub-spoke networking shown in the figure, to ensure correct route transmission, an administrator must manually configure the peer 10.1.2.1 _____ command in the IPv4 address family view of the BGP- VPN_out instance on the Hub-PE.

(Enter the answer in lowercase letters only.)
正解:
next-hop-self
Explanation:
To determine the correct command, we need to analyze BGP behavior in a Hub-Spoke topology and how routes are advertised in MPLS VPN environments.
1. Understanding the Hub-Spoke BGP/MPLS VPN Topology
* The network consists of Hub-PE and Spoke-PE routers, which are MPLS VPN PEs.
* Hub-PE is responsible for distributing routes between Spoke-PE1 and Spoke-PE2.
* Spoke routers do not have direct IBGP peering with each other; instead, they rely on the Hub-PE to relay routes.
* BGP next-hop handling is critical for proper route advertisement.
2. Why is the "next-hop-self" Command Required?
* By default, when BGP advertises a route, the next-hop remains unchanged (i.e., the original next- hop is retained).
* In Hub-Spoke topology, Spoke routers would receive routes with a next-hop IP that belongs to another Spoke-PE, which is not reachable directly.
* To solve this issue, we use the next-hop-self command on the Hub-PE, so that:
* Hub-PE updates the next-hop to its own address before advertising routes to the Spoke-PEs.
* This ensures that Spoke-PE routers use the Hub-PE as the next-hop, making routes reachable and preventing blackholing.
3. Correct Command Usage
The administrator must run the following command under the BGP IPv4 address family of the BGP- VPN_out instance on Hub-PE:
shell
CopyEdit
peer 10.1.2.1 next-hop-self
This ensures that the next-hop for advertised routes is changed to the Hub-PE's IP, allowing proper route transmission in the Hub-Spoke MPLS VPN environment.
For high reliability purposes, the following LDP messages are transmitted through TCP: discovery messages, session messages, advertisement messages, and notification messages.

On the network shown in the figure, SW3 is the user gateway and DHCP relay agent.
The administrator plans to configure DHCP snooping on SW3 to prevent DHCP attacks.

Which of the following commands does not need to be configured on SW3?

解説: (GoShiken メンバーにのみ表示されます)
MPLS can carry multiple network protocol services, including unicast IPv4 services, multicast IPv4 services, unicast IPv6 services, and multicast IPv6 services.

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-2 is configured in the IS-IS processes of R2 and R1.
* The command ipv6 import-route isis level-2 into level-1 is configured in the IS-IS processes of R1, R2, and R3.

Which of the following routers have the route 2000::/64 in their routing tables?

解説: (GoShiken メンバーにのみ表示されます)
On the network shown in the figure, EBGP peer relationships are established between neighboring routers through directly connected interfaces.
* The router ID of each router is 10.0.X.X, and the AS number is 6500X, where X is the number of the router.
* Both R1 and R4 have static routes to 192.168.1.0/24, which are imported to BGP through the import-route command.

Which of the following statements are true?

正解:A,B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A network engineer provides a troubleshooting report after rectifying a fault. The actual network is simplified into the one shown in the figure, where R1 and R2 both have OSPF enabled, and function as the gateways of PCI and PC2, respectively. Given this, which of the following statements is false?

A network device has established an OSPF neighbor relationship with another device. The figure shows the configuration of GE0/0/0 on the network device.

Which of the following commands would NOT affect the OSPF neighbor status of the interface?

解説: (GoShiken メンバーにのみ表示されます)