Cisco SDN Overview Flashcards

(102 cards)

1
Q

3 Planes of Interest

A

Data Plane
Control Plane
Management Plane

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

Data Plane Actions

A

Tasks done to forward a message

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

Control Plane Actions

A

Any action that controls the data plane

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

Management Plane Actions

A

Protocols that allow network engineers to manage the devices

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

Traditional Switch Data Plane

A

Use a purpose-built ASIC for the forwarding logic, and TCAM to store the required tables for fast table lookups.

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

SBI

A

Southbound Interface

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

NBI

A

Northbound Interface

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

API

A

Application Programming Interface

[Interface to an application program]

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

3 Separate SBIs

A
  1. OpenFlow
  2. OpFlex (Cisco; used with ACI)
  3. CLI (Telnet / SSH) and SNMP (from Cisco; used with APIC-EM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Function of Java API

A

Interface between Java applications and controller

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

Describes a type of API that allows applications to sit on different hosts

A

REST API

Representational State Transfer

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

How does REST transfer data?

A

REST uses HTTP messages to transfer data over the API.

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

Why are REST APIs needed?

A

When the application runs on a different system somewhere else in the network other than running on the controller, the API needs a way to send the data back and forth over an IP network.
RESTful APIs meet that need.

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

What identifies an object on the controller, typically a structure that the application needs to learn and then process?

A

URI

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

Step 1 in a RESTful App / Controller Transaction

A
  1. App sends an HTTP GET request to a particular URI.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When an app sends an HTTP GET request to a particular URI via a REST API, what is the URI for?

A

Not a web page URI, but a URI for an object on the controller, typically a data structure that the application needs to learn and process.

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

Step 2 in a RESTful App / Controller Transaction

A
  1. Controller sends back an HTTP GET response message with the object.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What do most REST APIs ask for and receive?

A

Structured Data

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

What does the HTTP GET response typically contain?

A

Variable names and their values, in a format that can be easily used by a program.

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

Common Formats for Data Used for Network Programmability

A

JSON (JavaScript Object Notation)

XML (eXtensible Markup Language)

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

Step 3 in a RESTful App / Controller Transaction

A
  1. Application takes HTTP GET response structured data and populates local variables.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

3 Cisco SDN / Network Programmability Solutions

A
  1. Open SDN Controller & OpenFlow (as SBI)
  2. Cisco Application Centric Infrastructure (ACI) and OpFlex (as SBI)
  3. Cisco APIC Enterprise Module (APIC-EM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What two primary things does OpenFlow define?

A
  1. An IP-based protocol used between the controller and the network devices.
  2. A standard idea of what a switch’s capabilities are, based on the ASICs and TCAMs commonly used in switches today.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A standard idea of what a switch’s capabilities are, based on the ASICs and TCAMs commonly used in switches today.

A

Switch Abstraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
SDN model which centralizes most control plane functions
Open SDN Model
26
Functions of an OpenFlow Switch
Layer 2 Switch Functions Layer 3 Switch Functions Different functions with great flexibility beyond the traditional model of a Layer 2/3 switch.
27
Control of the Network in the Open SDN Model
Done by the controller PLUS any applications that use the controller's NBIs.
28
Open source controller from the Linux Foundation
Open Daylight (ODL) Controller
29
In a generalized ODL architecture, what NBI is used by an external application to talk to the ODL controller?
REST API
30
Internal controller applications in an ODL controllers use what API to talk to core features?
Java API
31
Internal controller applications in an ODL controllers are programming in what language?
Java
32
Southbound Interfaces (SBIs) in a generalized ODL architecture
``` OpenFlow NetConf PCEP BGP-LS OVSDB Etc. ```
33
Typical instantiation of a generalized ODL architecture
Take the ODL controller, use the parts that make sense for a particular project, add to it, and create a commercial ODL controller.
34
Number of commercial SDN controllers based on ODL as of early 2016
15 (including the Cisco Open SDN Controller (OSC))
35
Which controller has the longer list of features - the ODL controller or the ODL-based Cisco Open SDN Controller (OSC)?
ODL Controller
36
How does Cisco support OpenFlow and ONF model of OpenFlow?
Through the Cisco Open SDN Controller (OSC) and a small portion of the Cisco router and switch product line.
37
Cisco products which support OpenFlow via OSC
Nexus 3000, 4500x switches | ASR 9000 routers
38
Is Cisco migrating its entire product line to support OpenFlow?
No
39
Cisco's data center SDN solution
Cisco Application Centric Infrastructure (ACI)
40
Endpoints in the ACI architecture
VMs and traditional servers
41
Two key concepts in ACI
Endpoints and Policies
42
In ACI, policies are applied to what?
Endpoint Groups (EGs)
43
What has to happen prior to the ACI controller directing the network as to what needs to be in the forwarding tables to make it all happen - and to more easily react when the VMs start, stop, or move?
All of the endpoints, policies, and related details must be defined.
44
Controller used by ACI
Application Policy Infrastructure Controller (APIC)
45
In the Cisco ACI data center SDN solution, what controller creates application policies for the data center infrastructure?
Application Policy Infrastructure Controller (APIC)
46
What software applications talk to the APIC controller via NBIs?
1. Virtualization software 2. Cloud software 3. Automation software 4. GUI or scripts
47
What type of control plane does ACI / APIC have?
Partially centralized control plane
48
What is the southbound interface (SBI) for ACI / APIC?
OpFlex
49
What NBI APIs are used in ACI / APIC?
RESTful and native APIs
50
Allows software control from outside the controller
Northbound Interfaces (NBIs)
51
To what extent does ACI centralize the control plane?
ACI centralized much but not all of the control plane. | Some of the control plane is left in the switches (newer models).
52
What does Cisco's APIC Enterprise Model (APIC-EM) bring to the table?
APIC-EM keeps the same traditional switches and routers and adds the benefits of network programmability.
53
Cisco's SDN offer for the Enterprise
Application Policy Infrastructure Controller - Enterprise Model (APIC-EM)
54
SBI Protocols Used by APIC-EM
CLI (Telnet, SSH) | SNMP
55
Cisco-supplied applications which reside on the APIC-EM controller
Topology Visualization Path Trace Plug n Play iWAN
56
How would a customer / external application interact with the APIC-EM?
Via the a REST API as the NBI API.
57
What sits between the NBI and the SBI of the APIC-EM controller?
Core Features of APIC-EM
58
What does the RESTful Northbound API make available to an external application?
Collected information about the entire network over an easy-to-use API.
59
What happens to the control and data planes of the network devices in the APIC-EM architecture?
Nothing. The control and data planes of the network devices remain unchanged.
60
Describe network programmability in the first version of APIC-EM.
APIC-EM 1.0 enabled network programmability with a centralized controller model - without changing the data and control plane concepts and configuration.
61
Data Plane and Control Plane of Network Devices in APIC-EM
Do not change (as of early 2016; for all routers and switches).
62
How is APIC-EM likely to change over time?
Support for more SBIs.
63
Does the APIC-EM controller program flows into tables?
No
64
Does the APIC-EM controller ask the control plane in the network devices to change how it operates?
No
65
How does APIC-EM enable easier network automation for customers?
By gathering information about the network over the SBI.
66
What information does APIC-EM gather over the SBI?
``` Topology Devices Interfaces Operational Status Conbfiguration ```
67
How does APIC-EM make information gathered about the network available to applications (external or built-in)?
Through extensive NBI APIs
68
Does APIC-EM normalize data about devices?
Yes. APIC-EM makes the data about devices CONSISTENT to a great extent - even if the devices use different operating systems.
69
How can APIC-EM change how network devices operate?
By changing the configuration of the devices.
70
How does APIC-EM use the CLI of network devices?
APIC-EM can use Telnet and SSH to log into a device, reconfigure the device, etc.
71
How does APIC-EM use SNMP?
Using SNMP as the SBI, APIC-EM can configure the network devices with SNMP Set commands.
72
Changes how the device control plane works vs. traditional networking
Open SDN: Yes ACI: Yes APIC Enterprise: No
73
Creates centralized point from which humans and automation control the network
Open SDN: Yes ACI: Yes APIC Enterprise: Yes
74
Degree to which the architecture centralizes the control plane
Open SDN: Mostly ACI: Partially APIC Enterprise: N/A. Control plane remains the same in the networking devices, so in that sense the control plane is not centralized at all.
75
SBIs used by Open SDN, ACI, and APIC-EM
Open SDN: OpenFlow ACI: OpFlex APIC-EM: CLI, SNMP
76
Controllers used by OpenSDN, ACI, and APIC Enterprise
OpenSDN: Open Daylight (ODL), Cisco OSC ACI: APIC APIC Enterprise: APIC-EM
77
Organization that is the primary definer / owner of OpenSDN
ONF
78
Organization that is the primary definer / owner of ACI
Cisco
79
Organization that is the primary definer / owner of APIC Enterprise
Cisco
80
Does OpenSDN change how the device control plane works vs. traditional networking?
Yes
81
Does ACI change how the device control plane works vs. traditional networking?
Yes
82
Does APIC Enterprise change how the device control plane works vs. traditional networking?
No
83
True or False: OpenSDN creates a centralized point from which humans and automation control the network.
True
84
True or False: ACI creates a centralized point from which humans and automation control the network.
True
85
True or False: APIC Enterprise creates a centralized point from which humans and automation control the network.
True
86
Degree to which the OpenSDN architecture centralizes the control plane.
Mostly
87
Degree to which the ACI architecture centralizes the control plane.
Partially
88
Degree to which the APIC Enterprise architecture centralizes the control plane.
N/A. The control plane remains in the same in the networking devices, so in that sense the control plane is not centralized at all.
89
Cisco DevNet URL
https://developer.cisco.com
90
SDN Skills Blog
www.sdnskills.com
91
2 Categories of Applications in the APIC-EM Controller
1. Basic Applications | 2. Solution Applications (Require Purchase of Additional License)
92
Primary purpose / function of the APIC-EM Path Trace Tool
Predicts what happens in the data plane of the various devices in the network.
93
From a user interface perspective, how do applications appear in the APIC-EM controller?
From a user interface perspective, applications appear as just another feature in the UI.
94
From an architectural perspective, how do applications appear in the APIC-EM controller?
Applications are separate from the base controller and may even be developed by different groups within Cisco.
95
In the APIC-EM controller, where do applications run?
Applications run natively on the controller. | The applications do not run elsewhere in the network but are installed as part of the controller.
96
Which APIC-EM applications determines the network topology?
The Discovery application in APIC-EM.
97
What happens before the Path Trace application can be used?
Another APIC-EM application called Discovery discovers the network topology.
98
What does the user provide to the Path Trace application / GUI?
Source and destination address of a packet
99
How does Path Trace analyze where an imaginary packet would flow if sent in the network right now?
By examining the information pulled by APIC-EM from the devices in the network - MAC tables, IP routing tables, and other forwarding details in the devices
100
What is the output of Path Trace?
The Path Trace GUI displays the path of an imaginary / hypothetical packet, with notes, overlaid on a map of the network.
101
What is the function of the APIC-EM ACL Analysis Tool?
Examines the chosen path as determined by the Path Trace Tool but it looks for any enabled ACLs and analyzes and then characterizes (with notes) what packets sent from source to destination would be filtered as it traveled along that path.
102
Upon which application is the ACL Analysis tool dependent?
The Path Trace Tool