Automation and Programmability
200 questions
A network automation engineer is creating a script to manage device configurations via a Cisco RESTful API. Which two statements accurately describe the operational characteristics of HTTP verbs and request headers in this REST-based architecture?
Select all that apply
Match each architectural concept to its corresponding description within traditional and controller-based networking environments.
Click a left item, then click its matching right item
Items
Matches
A network engineer performs an HTTP GET request to a Cisco IOS XE RESTCONF interface configuration endpoint. The server returns the following JSON payload:
{
"ietf-interfaces:interfaces": {
"interface": [
{
"name": "GigabitEthernet0/0/0",
"type": "iana-if-type:ethernetCsmacd",
"enabled": "true",
"ietf-ip:ipv4": {
"address": [
{
"ip": "192.168.10.1",
"netmask": "255.255.255.0"
}
]
}
},
{
"name": "GigabitEthernet0/0/1",
"type": "iana-if-type:ethernetCsmacd",
"enabled": false,
"ietf-ip:ipv4": {
"address": [
{
"ip": "10.0.1.1",
"netmask": "255.255.255.252"
}
]
}
}
]
}
}
Which TWO statements accurately interpret the structure and data types in this JSON payload?
Select all that apply
Following an infrastructure audit, a network administrator discovers that Quality of Service (QoS) class maps and policy configurations differ significantly across 50 access switches because they were configured individually via manual CLI commands. Which capability of a controller-based network architecture directly addresses and resolves this operational challenge?
Match each configuration management tool on the left with its corresponding operational traits, communication protocols, and file terminology on the right.
Click a left item, then click its matching right item
Items
Matches
A network monitoring portal issues an HTTP request to a Cisco DNA Center REST API endpoint to update the syslog server configuration on a managed switch. The request payload contains only the key-value pair for the primary syslog server IP address. After the API execution completes, an engineer discovers that the secondary syslog server IP address and logging severity level settings were erased and reset to defaults. Which HTTP method was executed by the portal to cause this behavior?
An engineer is developing a Python script to interact with the Cisco DNA Center REST API to audit device configurations and modify global settings. Which two statements accurately describe the operational characteristics of HTTP request headers and HTTP verbs used in this REST API environment?
Select all that apply
A network operations engineer is documenting the architectural changes associated with migrating an enterprise infrastructure from a traditional distributed routing model to a software-defined controller-based network architecture. Which of the following statements correctly describe operational or structural differences introduced by controller-based networking? (Select TWO.)
Select all that apply
When interacting with RESTful network APIs, network engineers use specific HTTP request verbs to execute CRUD (Create, Read, Update, Delete) operations against management endpoints. Match each HTTP request verb on the left to its corresponding operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches
An administrator creates a new syslog server destination entry using a REST API endpoint on a network controller. Shortly after, the administrator needs to modify only the port number parameter for this existing log server entry, while preserving all other existing attributes without re-submitting the full resource payload. Which HTTP request verb and body approach should be utilized to perform this specific modification?
An enterprise engineering team is preparing to migrate a legacy multi-tier campus network to a centralized controller-based architecture using Cisco DNA Center. During an architectural review, an engineer explains how control plane operations and management differ between the two paradigms. Which statement correctly contrasts control plane operations in a traditional network versus a controller-based network architecture?
A network operations team is reviewing the architectural layers of a newly deployed software-defined campus fabric. They need to ensure that the physical infrastructure properly supports endpoint encapsulation and tunneled communication across the fabric. Which of the following best describes the primary function of the underlay network in this software-defined architecture?
Match each software-defined architecture component or protocol on the left with its corresponding operational role within a Cisco enterprise fabric on the right.
Click a left item, then click its matching right item
Items
Matches
Match each HTTP request method used in network automation REST APIs to its corresponding CRUD operation and operational behavior.
Click a left item, then click its matching right item
Items
Matches
A network engineer is auditing a enterprise Software-Defined Access (SD-Access) fabric deployment where endpoint devices in different subnets communicate across the campus network. During a traffic flow analysis, the engineer notes that Layer 2 Ethernet frames are encapsulated into VXLAN packets at the edge switches before transport. Which function represents the primary operational responsibility of the underlying network (underlay) in this architecture?
A network automation script needs to issue an API request to a Cisco DNA Center endpoint to configure a global SNMP server setting. The requirement specifies that the request must create the SNMP resource at a specific URI if it does not exist, or completely replace the existing SNMP configuration at that URI if it does exist. Additionally, the operation must be idempotent so that running the script multiple times with the same payload produces the exact same state without side effects. Which HTTP verb must the script use to perform this action?
A network administrator is implementing a Cisco Software-Defined Access (SD-Access) architecture across an enterprise network campus. Which two operational characteristics are specific functions of the fabric overlay network rather than the underlay network? (Select two.)
Select all that apply
A network administrator is designing an automation script that interacts with a REST-based API on a Cisco network controller. Which two statements accurately describe the behavior and characteristics of HTTP verbs in this REST API implementation? (Select two.)
Select all that apply
During the deployment of an enterprise Cisco Software-Defined Access (SD-Access) fabric, a network engineer must ensure that all fabric edge and control plane switches can exchange IP packets directly. Traditional Layer 3 routing protocols such as OSPF or IS-IS are configured across the physical switch interconnects to establish transport reachability for tunnel endpoints. Which architectural layer is defined by this underlying physical IP routing infrastructure?
Associate each software-defined network component on the left with its primary architectural function within a Cisco enterprise campus fabric on the right.
Click a left item, then click its matching right item
Items
Matches