Exam Name: | HCIE-Datacom V1.0 | ||
Exam Code: | H12-891_V1.0 Dumps | ||
Vendor: | Huawei | Certification: | HCIE-Datacom |
Questions: | 275 Q&A's | Shared By: | abu |
Drag the authentication modes on the left into their applicable scenarios on the right.
An SRv6 Policy can be either statically configured on a device, or be delivered to a device after being dynamically generated by the controller.
To obtain the token ID of iMaster NCE, you need to send an HTTP request message that includes the following Python code to invoke an iMaster NCE RESTful API.
Which of the following statements is incorrect?
import requests
nbi_name = "demo13@north.com"
nbi_pwd = "CgocVcVe1@"
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=False)
Which of the following are application optimization functions in the Huawei SD-WAN Solution?