Pass the Huawei HCIE-Datacom H12-891_V1.0 Questions and answers with CertsForce

Viewing page 4 out of 10 pages
Viewing questions 31-40 out of questions
Questions # 31:

A network administrator needs to retrieve atoken IDfromiMaster NCEusing the following Python code:

import requests

nbi_name = "demol3@north.com"

nbi_pwd = "qqcOVcVel@"

host = "139.9.213.72"

port = "18002"

URI = "/controller/v2/tokens"

post_token_url = "https:// " + host + ":" + port + URI

headers_post = {'Content-Type': 'application/json', 'Accept': 'application/json'}

r = requests.post(post_token_url, headers=headers_post, json={"userName": nbi_name, "password": nbi_pwd}, verify=incorrect)

Which of the following statements is incorrect?

Options:

A.

You can run print(r.json()) to display the response message sent from the server.


B.

Token resources are located at https://139.9.213.72:18002/controller/v2/tokens.


C.

The HTTP request uses the GET method to query the token value.


D.

The request body is inJSON format.


Expert Solution
Questions # 32:

An engineer needs todownload the configuration file vrpcfg.cfgto a local device throughSFTP, rename the configuration file to backup.cfg, and upload it to thedefault 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 followingPython Paramikocode lines can implement the required operations?

Options:

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')


Expert Solution
Questions # 33:

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)

Options:

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.


Expert Solution
Questions # 34:

Refer to the figure.

Question # 34

Which of the following steps are mandatory to enable 802.1X authentication on GE0/0/2 and GE0/0/3 of SW3 and configure a RADIUS server to authenticate and deliver network access rights to users?

Options:

A.

Configure an AAA scheme.


B.

Configure an authentication profile.


C.

Configure an authentication domain.


D.

Configure an 802.1X access profile.


Expert Solution
Questions # 35:

Which of the following is not the function of OSPFv3 Link-LSAs?

Options:

A.

Advertises the interface ID of the local router to other routers attached to the link.


B.

Advertises the link-local address of the local interface to other routers attached to the link.


C.

Advertises a list of IPv6 prefixes of the local interface to other routers attached to the link.


D.

Advertises the Options field in the Network-LSA originated on the local link to other routers attached to the link.


Expert Solution
Questions # 36:

An enterprise has three types of services. Voice and video services are key services and need to be guaranteed, and FTP services are non-key services. Which of the following scheduling modes is optimal for satisfying the service requirements?

Options:

A.

WFQ scheduling is configured for IP voice, video, and FTP download services.


B.

PQ scheduling is configured for IP voice and video services, and WFQ scheduling is configured for FTP download services.


C.

LPQ scheduling is configured for IP voice services, PQ scheduling is configured for video services, and WFQ scheduling is configured for FTP download services.


D.

PQ scheduling is configured for IP voice, video, and FTP download services.


Expert Solution
Questions # 37:

Based on the configuration in the following figure, how many interfaces on R4 are advertised into IS-IS?

plaintext

CopyEdit

display isis interface

Interface information for ISIS(1)

Interface Id IPV4.State IPV6.State MTU Type DIS

GE0/0/0 001 Up Down 1497 L1/L2 No/No

GE0/0/1 002 Up Down 1497 L1/L2 No/No

Loop0 001 Up Down 1500 L1/L2 -

Options:

A.

2


B.

1


C.

3


D.

0


Expert Solution
Questions # 38:

The BGP ORF function can be used to control the maximum number of routes that can be sent by a BGP peer. To achieve this, which of the following tools is used to send such a route list to BGP peers?

Options:

A.

Filter-policy


B.

Route-policy


C.

ACL


D.

IP prefix-list


Expert Solution
Questions # 39:

Which of the following statements aboutprefix segments and adjacency segmentsare correct?

Options:

A.

A prefix SID is a local SID out of the SRGB range.


B.

An adjacency SID is an offset value within the SRGB range advertised by the source end.


C.

A prefix segment identifies the prefix of a destination address on a network.


D.

An adjacency segment identifies an adjacency on a network.


Expert Solution
Questions # 40:

Huawei Open Programmability System (OPS)usesstandard HTTP methodsto accessmanaged objectsand manage network devices.

Which of the followingHTTP methodsis used toconfigure the value of a network device’s managed object?

Options:

A.

PUT


B.

POST


C.

GET


D.

PATCH


Expert Solution
Viewing page 4 out of 10 pages
Viewing questions 31-40 out of questions