CCNA 6.0 - Automation and Programmability Flashcards
(47 cards)
SDN stands for…
Software-Defined Networking (aka controller-based networking)
What happens in a device’s data plane?
Message processing and forwarding - the data plane is also sometimes referred to as the “forwarding plane.”
What happens in a device’s control plane?
Any action that controls the data plane - STP, routing protocols, ARP tables, MAC tables
What happens in a device’s management plane?
Any device management tasks - telnet/SSH
In a switch, many or most of the data plane functions run in which piece of hardware?
ASICs on each interface
REST APIs rely on what protocol?
HTTP
What two API data formats are typically used?
XML and JSON
IBN stands for…
Intent-Based Networking
ACI stands for…
Application-Centric Infrastructure
A spine-and-leaf topology is also called…
Clos
True or false: in a Clos topology, leaf switches are fully meshed with each other.
False - leaf switches connect to spine switches, but not to each other.
True or false: in a Clos topology, spine switches are fully meshed with each other.
False - spine switches connect to leaf switches, but not to each other.
APIC stands for…
Application Policy Infrastructure Controller
What is “underlay”?
physical devices and cabling (or wireless)
What is “overlay”?
A series of virtual tunnels that transport traffic between devices
What is VXLAN?
Virtual eXtensible LAN - the technology used in building overlay tunnels
What is a “fabric”?
The combination of overlay and underlay
What is a fabric edge node?
Similar to a traditional access-layer switch, where endpoints connect
What is a fabric border node?
A switch that connects to devices outside of SD-Access, e.g. switches that connect to WAN routers or an ACI data center
What is a fabric control plane node?
A switch that provides control plane functions for the underlay via LISP
What is LISP?
Locator/ID Separation Protocol
Unified Access Data Plane (UADP) ASICs are vital to the efficient creation of…
VXLAN tunnels
What are the two primary elements in the table that LISP assembles?
EID (endpoint IDs) and RLOC (routing locators)
Name two protocols used by the Cisco Catalyst Center’s SBI to manage SD-Access devices.
NETCONF and RESTCONF