Huawei H12-891_V1.0-ENU Übungsprüfungen
Zuletzt aktualisiert am 10.09.2025- Prüfungscode: H12-891_V1.0-ENU
- Prüfungsname: HCIE-Datacom V1.0
- Zertifizierungsanbieter: Huawei
- Zuletzt aktualisiert am: 10.09.2025
Use the display ipinterface GE0/0/0 command to view the statistics of PING packets received on this interface.
- A . True
- B . False
TCP-based FTP download service.
The company’s network administrator often receives complaints that the company’s FTP service downloads are very slow, or sometimes fast or slow.
What items may be causing this problem?
- A . The device has set a traffic speed limit for FTP, and the speed limit is too small.
- B . The video service has a higher priority and occupies the bandwidth of the FTP service.
- C . The device performs PQ scheduling for FTP services and WFQ scheduling for video services, causing the FTP bandwidth to be preempted.
- D . The device uses tail drop technology, causing TCP global synchronization to affect the FTP rate.
Telemetry network model is divided into broad sense and narrow sense. What modules does narrow sense Telemetry (that is, device-level Telemetry) include? (Multiple choice)
- A . Data generation
- B . Data Subscription
- C . Data push
- D . Data source
The IS-IS Level-1 neighbor between R3 and R4 is not established.
Based on the information in this image, which of the following is a possible cause?
- A . IIH certification of R3 and R1 failed
- B . The interconnection interface circuit-type of R3 and R4 does not match
- C . The IS-Levels of R3 and R4 do not match
- D . The area codes of R3 and R4 are different
The OPS (Open Programmability System) function of Huawei network equipment uses the HTTP protocol to access the management objects of network equipment. To facilitate users to write scripts, Huawei provides Python script templates for OPS functions.
Regarding the methods of the OPS Connection class in the OPS script template, which of the following items are wrongly described? (Multiple choice)
- A . #Modify device resource operation def set (self, uri, req data): ret = self. rest_ call ("POST, uri, req _data) return ret
- B . #Query device resource operation def get (self, uri, req data = None): ret = self. rest_ call ("GET", uri, req _data) return ret
- C . #Delete device resource operation def delete (self, uri, req data): ret = self. rest_ call ("DELETE", uri, req data) return ret
- D . #Create device resource operation def create (self, uri, req data): ret = self. rest_ call ("PUT", uri, req _data) return ret
As shown in the figure, the OSPF protocol is enabled on all interfaces of the router, and R4 and R5 can establish OSPF virtual connections.
- A . True
- B . False
In order to ensure the reliability of Huawei iMasterNCE-WAN controller, active and backup controllers can be deployed.
In order to ensure access to the active and backup controllers, some IP addresses need to be configured to the same IP. Which of the following addresses need to be set to the same IP? (Multiple choice)
- A . Controller southbound public network address
- B . Northbound address
- C . Controller internal interconnection address
- D . Southbound private address
A router has the SR-MPLS function enabled, and its LSDB information is as follows. Based on this, it can be inferred that which of the following MPLS labels will not appear in the SR-MPLSBE forwarding table?
- A . 39002
- B . 36002
- C . 38002
- D . 40002
Huawei provides Python script templates for OPS functions. The main method code in the script template is as follows. Which of the following descriptions is wrong?
- A . When executing a Python script on a local PC, the host value needs to be set to the IP address of the network device.
- B . ops_conn = OPS Connection (host) means creating an instance of the OPS Connection class ops_conn
- C . rsp_data = get_startup_info (ops_conn) means calling the get_startup_info method, which will send a HITP request to the device and store the device’s response data in rsp_data
- D . ops_conn.Close() means closing the HTTP connection
The OPS (Open Programmability System) function of Huawei network equipment uses the HTTP protocol to access the management objects of network equipment. To facilitate users to write scripts, Huawei provides Python script templates for OPS functions.
Which of the following are the contents of the header fields "Content-type" and "Accept" in the HTTP request message sent in the Python script template?
- A . text/json , text/json
- B . text/xml, text/xml
- C . text/json, text/xml
- D . text/xml, text/json