Chapter 4 Cisco DNA Flashcards

Cisco DNA center automation

1
Q

Characteristics of traditional networks

A
  • Control and data planes are tightly coupled within each network device
  • Network management is primarily device-centric and requires manual configuration of individual devices with a direct interaction on the device
  • Troubleshooting requires accessing individual devices and logs are stored locally
  • Limited automation capabilities based on scripts and templates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Characteristics of Software-defined networks

A
  • Separation of control and data planes, with centralized control plane management
  • Network management is policy-based and centralized through a controller
  • Changes can be implemented network-wide from a single point of control
  • Enhanced visibility and troubleshooting through centralized monitoring and analytics
  • Advanced automation capabilities with programmable interfaces (APIs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 4 types of Cisco DNA APIs\

A

Network assurance (westbound)
Intent (northbound)
Events and notifications (eastbound)
Multivendor Support APIs/SDK (southbound)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are event and notifications API in cisco DNA Center

A

Event and notification allow the device to send data to a server that receive http requests (web application)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the parameters in the header of a Cisco DNA API call

A

“Content-Type” : “application/json”,
“x-auth-token” : token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Troubleshooting Cisco DNA API calls

A

CREATE, UPDATE, DELETE operation in Cisco DNA Center done with APIs return a task id.
Running a get request with the url dna/intent/api/v1/task/{task_id} returns information about the task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly