Question 16

Refer to the exhibits.


An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression completes the highlighted section in the format call?
  • Question 17

    Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. Not all options are used.

    Question 18

    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.

    Question 19

    Refer to the exhibit.

    The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called "send_to_application" is created, and this is the declaration:
    send_to_application(message)
    The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?
  • Question 20

    Which two actions do Python virtual environments allow users to perform? (Choose two.)