Cisco (300-435-ENAUTO) Exam Questions And Answers page 10
Refer to the exhibit. Which NETCONF statement type is represented by +--rw address* [ip]?
leaf-list
container
submodule
Automate APIs and Protocols
Network Device Programmability
Which Python snippet receives a Meraki webhook request?
Automate APIs and Protocols
Cisco Meraki Programmability
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
It continuously sends DHCP requests for iPXE until the device boots with an image.
It continuously sends DNS requests for iPXE until the device restarts.
It continuously sends DNS requests for iPXE until the device boots with an image.
It continuously sends DHCP requests for iPXE until the device restarts.
Automate APIs and Protocols
Network Device Programmability
What is the capability of the MV Sense MQTT API?
Single Choice
What is a capability of MV Sense MQTT API?
request and subscribe to historical, current, or real-time data
automate the configuration of networking devices
monitor the network and auto adjust for optimal performance
create email alerts for user that violate the security configuration
Automate APIs and Protocols
Network Device Programmability
Which statement describe the difference between OpenConfig and native YANG data models?
Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.
Native models are developed by individual developers and designed to apply configurations on platforms.
OpenConfig models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
Native models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
Network Programmability Foundation
Automate APIs and Protocols
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?
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate?policyId=%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate/%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate&policyId=%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate/ , data = { policyId : policy_id})
Automate APIs and Protocols
Cisco SD-WAN Programmability
Refer to the exhibit. A Python script is used to configure a Cisco IOS XE router. The Loopback2 interface currently has a description of Management2 and an IP address/netmask of 10.222.34.22/32. What is the result of executing the script?
The interface description remains the same.
The router rejects all commands and the configuration remains the same.
The interface is removed from the configuration.
The interface description is removed from the configuration.
Automate APIs and Protocols
Network Device Programmability
What are the two Netmiko methods used for device configuration?
Multiple Choice
Which two Netmiko methods are used to configure a device? (Choose two.)
send_config()
send_control_from_file()
send_config_set()
send_command()
send_config_from_file()
Automate APIs and Protocols
Network Device Programmability
Drag and drop the code from the bottom onto the box where the code is missing to complete this API request against the Cisco SD-WAN vManage Statistics API, which specifies a device with an Id of 100faff9-8b36-4312-bf97-743b26bd0211, a local color of biz-internet, and a remote color of gold. Not all options are used.
Automate APIs and Protocols
Cisco SD-WAN Programmability
Which URI with the request body of Request body: { name : Test , organizationId :, type : appliance } creates a new Meraki network called Test , when using APIs?
PUT https://api.meraki.com/api/v0/organizations//networks
POST https://api.meraki.com/api/v0/networks
POST https://api.meraki.com/api/v0/organizations//networks/
POST https://api.meraki.com/api/v0/organizations//networks
Automate APIs and Protocols
Cisco Meraki Programmability
Comments