Pre-Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Huawei H12-891_V1.0 - HCIE-Datacom V1.0

Page: 6 / 10
Total 322 questions

A carrier ' s home broadband service requires a maximum downstream bandwidth of 100 Mbit/s during off-peak hours and a guaranteed downstream bandwidth of 50 Mbit/s during peak hours. The home broadband service includes the home IP phone service and the home Internet access service. Which of the following configurations best meets the service requirement?

A.

qos gts cir 100000

B.

qos car inbound cir 50000 pir 100000

C.

qos car inbound cir 100000 pir 50000

D.

qos car inbound cir 100000

The naming of SRv6 instructions complies with certain rules. You can quickly determine the function of an instruction based on the instruction name. Which of the following statements about the keywords in SRv6 instruction names are correct? (Select all that apply)

A.

X: Forwards packets through one or a group of specified Layer 3 interfaces.

B.

M: Searches a Layer 2 forwarding table for unicast forwarding.

C.

V: Searches a VPN instance routing table to forward packets.

D.

T: Searches a specified routing table to forward packets.

BGP routing policies can be used to control the advertisement and acceptance of routes.

A.

TRUE

B.

FALSE

As shown in the figure, PE1 establishes an EVPN peer relationship with each of PE2 and PE3. When the network is initialized, CE1 sends an ARP request packet.

Which of the following statements are correct about how a PE processes the packet?

A.

When forwarding the packet to PE3, PE1 needs to add the BUM traffic label allocated by PE3 to the packet.

B.

PE1 sends a MAC/IP advertisement route carrying the MAC address of CE1.

C.

PE2 forwards the packet to CE1.

D.

PE3 forwards the packet to CE1.

Which of the following statements about the SP scheduling algorithm is incorrect?

A.

If the SP scheduling algorithm is used and a high-priority queue occupies a large amount of bandwidth, the low-priority queue may be starved.

B.

The SP scheduling algorithm preferentially schedules high-priority queues.

C.

When the SP scheduling algorithm is used to schedule multiple low-priority queues, the data packets that enter the queue first are forwarded first.

D.

To ensure the quality of key services, the SP algorithm can be used to schedule services and set the minimum bandwidth.

The following figure shows the inter-AS MPLS L3VPN Option C (Solution 2). ASBR-PE2 is connected to CE3 and runs eBGP.

To enable all CEs to communicate with each other, which of the following address families must peer relationships be enabled in the BGP process of ASBR-PE2?

A.

VPNv4 address family

B.

BGP-LS address family

C.

VPN instance unicast address family

D.

Unicast BGP address family

An engineer needs to download the configuration file vrpcfg.cfg to a local device through SFTP, rename the configuration file to backup.cfg, and upload it to the default directory of the device.

The configuration file is located at /vrpcfg.cfg (default directory of the remote device), and the local directory is C:\.

Which of the following Python Paramiko code lines can implement the required operations?

A.

sftp.get( ' /vrpcfg.cfg ' , r ' C:\ ' )sftp.put(r ' C:\backup.cfg ' , ' / ' )

B.

sftp.get( ' /vrpcfg.cfg ' , r ' C:\backup.cfg ' )sftp.put(r ' C:\backup.cfg ' , ' / ' )

C.

sftp.get( ' /vrpcfg.cfg ' , r ' C:\vrpcfg.cfg ' )sftp.put( ' /backup.cfg ' , r ' C:\vrpcfg.cfg ' )

D.

sftp.get( ' /vrpcfg.cfg ' , r ' C:\backup.cfg ' )sftp.put(r ' C:\backup.cfg ' , ' /backup.cfg ' )

Which MPLS label will be used by PE2 for forwarding traffic to 10.0.1.1 based on the following SR-MPLS database?

Given Data (LSDB Information):

    Prefix-SID: 100

    SRGB Base: 40000

A.

39002

B.

40002

C.

38002

D.

36002

What is the router ID length supported by OSPFv3?

A.

128 bits

B.

64 bits

C.

100 bits

D.

32 bits

Huawei Open Programmability System (OPS) provides openness and programmability capabilities for network devices and enables users to perform secondary development. To facilitate script completion, Huawei OPS provides the Python script template in which the OPSConnection class is created. The member function for creating device resources is def post(self, uri, req_data).

A.

TRUE

B.

FALSE