300-435試験無料問題集「Cisco Automating and Programming Cisco Enterprise Solutions 認定」
Drag and Drop Question
Drag and drop the streaming telemetry use cases from the left onto the subscription type categories on the right.

Drag and drop the streaming telemetry use cases from the left onto the subscription type categories on the right.

正解:

Explanation:
On-change subscriptions are event-driven and ideal for conditions like traffic spikes or OSPF neighbor loss that occur unpredictably and require immediate attention.
Periodic subscriptions are time-based and suited for regularly collected metrics like CPU and memory usage, where consistent monitoring is more important than instant reaction.
Drag and Drop Question
Drag and drop the code from the bottom onto the box where the code is missing to construct an ncclient request that captures the operational IPv4 routing data for a Cisco IOS XE device. Not all options are used.

Drag and drop the code from the bottom onto the box where the code is missing to construct an ncclient request that captures the operational IPv4 routing data for a Cisco IOS XE device. Not all options are used.

正解:

Explanation:
routing-state: This is the correct root element based on the YANG model ietf-routing.
connect: Establishes the NETCONF session with the device using ncclient.
xml: The return format of the NETCONF response used by xmltodict.parse() before parsing.
routing-instance: Correct key after routing["routing-state"] based on the XML hierarchy shown in the data string.
Refer to the exhibit. The configuration commands are entered in CLI config mode to configure a static telemetry subscription on a Cisco IOS XE device. The commands are accepted by the device, but the consumer receives no telemetry data. Which change must be made to ensure that the consumer receives the telemetry data?


正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Drag and Drop Question
Drag and drop the code snippets from the bottom onto the boxes in the code to complete the attach_feature_template function that attaches a configuration template by using the vManage Configuration API. The template is new and unmodified. Not all options are used.

Drag and drop the code snippets from the bottom onto the boxes in the code to complete the attach_feature_template function that attaches a configuration template by using the vManage Configuration API. The template is new and unmodified. Not all options are used.

正解:

Explanation:
The correct mount point for attaching a feature template is template/device/config/attachfeature.
"csv-status": "complete" is the required field to indicate that device data is fully prepared.
"Content-Type": "application/json" specifies the payload format.
A POST request is used to attach the feature template through the vManage API.

Refer to the exhibit. A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that "policyId" is a required request parameter.
Which line of Python code makes this call, assuming the variable "s" is a valid Requests session object and the variable "policy-id" is the policyId?

Which line of Python code makes this call, assuming the variable "s" is a valid Requests session object and the variable "policy-id" is the policyId?

正解:A
解答を投票する