Chapter1 - Architecture
Chapter1 - Architecture
CHAPTER 1
ARCHITECTURE
1
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- CHAPTER1: ARCHITECTURE
- Chapter’s Agenda:
1.1 Explain the different design principles used in an enterprise network
1.1.1 Enterprise network design such as Tier 2, Tier 3, and Fabric Capacity planning
1.1.2 High availability techniques such as redundancy, FHRP, and SSO
2
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
3
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
4
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
5
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
6
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- What is the difference? And which one is the Classic known network?
7
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- What is SDN?
- where you have a “software” that runs your network
- so, through a “software” you be able to run and administrate
An entire network, with its different types of devices
- that will need either a “Controller”!!!
Or, a built-in scripting (Cisco TCL, or Python)
- SD-WAN is applying SDN to your WAN part of the network!
- the part that connects multiple networks through the Internet
- you will administer the WAN by a software
- also contains multiple layers to achieve this approach
- Application
- Controller
- Infrastructure
8
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2018/pdf/BRKCRS-2112.pdf
9
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2018/pdf/BRKCRS-2112.pdf
10
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
11
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
12
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Declarative Approach
- the control plane resides within the network device (just like before)
- the controller will declare the requirements of the all the
Forwarding/routing decisions to the networking devices
- the network devices will then decide how to translate the
Controller instructions into actions
13
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
http://cisco.com/c/en/us/td/docs/solutions/CVD/Campus/sda-sdg-2019oct.pdf
14
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
15
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
16
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Shaping:
- From the Client side
- To avoid misunderstanding, or unwanted behavior with the provide
- Queues the excess egress (Outgoing) traffic in the “Egress Queue”
- This is called “Queuing”
17
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Queuing:
- Dividing the Egress Queue, to multiple sub-queues
- Each, is differentiated by “Priority”
- To deal with classified packets
- Scheduling:
- How to empty the sub-queues, by which criteria
- Congestion Management:
- Tools for Queuing and Scheduling
- Emptying the Queued traffic in the egress queue
- WFQ, CBWFQ, PQ, LLQ, WRR, SRR, Shaping
18
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Congestion Avoidance:
- Tools to avoid congestion
- Before even happening
- At the ingress interface/s (receiving queue)
- RED, WRED, WTD, Policing
19
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Class-Maps
- create a list, that identifies/matches some characteristics of a traffic
- classify those “matched” traffic
- to provoke this list to operate, we will need a “Policy-Map”
20
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Policy-Maps
- MATCH a Class-Map
- to apply a specific action to its traffic (queue it, shape it, police it…)
- the same Class-Map can be matched multiple time on multiple interfaces
- each time, a different “action” will be taken!
- to apply a “Policy-Map” to an interface/s
- we will need a “Service-Policy”
- Service-Policy
- apply a “Policy-Map” to an interface
- either “INBOUND” or “OUTBOUND”
21
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
22
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
23
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
24