Chapter3 - Infrastructure
Chapter3 - Infrastructure
CHAPTER 3
INFRASTRUCTURE
1
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
CHAPTER3: INFRASTRUCTURE
- Chapter’s Agenda:
3.1 Layer 2
3.1.1 Troubleshoot static and dynamic 802.1q trunking protocols
3.1.2 Troubleshoot static and dynamic EtherChannels
3.1.3 Configure and verify common Spanning Tree Protocols (RSTP and MST)
3.2 Layer 3
3.2.1 Compare routing concepts of EIGRP and OSPF
(advanced distance vector vs. linked state, load balancing, path selection, path operations, metrics)
3.2.2 Configure and verify simple OSPF environments,
including multiple normal areas, summarization, and filtering
(neighbor adjacency, point-to-point and broadcast network types, and passive interface)
3.2.c Configure and verify eBGP between directly connected neighbors
(best path selection algorithm and neighbor relationships)
3.3 IP Services
3.3.1 Describe Network Time Protocol (NTP)
3.3.2 Configure and verify NAT/PAT
3.3.3 Configure first hop redundancy protocols, such as HSRP and VRRP
3.3.4 Describe multicast protocols, such as PIM and IGMP v2/v3
2
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
3
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- LACP uses:
- Active: initiates bundling negotiations
- Passive: waits for other side to initiate
- PAgP uses:
- Desirable: initiates bundling negotiations
- Auto: waits for other side to initiate
- Dynamic:
- Mode ON: no negotiations, direct bundling (mostly L3)
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
8
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- Neighboring Process:
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
- OSPF Summarization
- To make all the routers in all the Areas be able to communicate
- LSDB’s must synchronize
- routes and advertisements must be exchanged
- some Routers will receive “Too Much” information about other Areas
- utilizing more resources
- this can be Filtered (ON ABR’s)
- just summarize some prefixes and advertise one prefix instead
- done by generating a Type.3 LSA
- or, filter these prefixes by not generating Type.3 LSA to the other router
13
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
14
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- BGP Attributes:
- Next-hop
- Weigh Highest
- Local Preference Highest
- Locally originated
- AS-Path Shortest
- Origin
- MED Lowest
- External over Internal
- IGP Metric to Next-Hop
- Multipath
15
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
16
Edgeworth B., Rios R.G., Hucaby D., Gooley J. - CCNP and CCIE Enterprise Core ENCOR 350-401 (Official Cert Guide)
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
3.3 IP Services
- it can be:
Static: one-one translating
Dynamic: Group-Group Translating
- also, this did not solve everything, IP exhaustion still there
- so here comes PAT (Port Address Translation)
- also called NAPT, or NAT-Overload
- PAT will do a one-65535 Translation!!!
18
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
19
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
3.3.4 Multicast
- the one – to – group transmission
- only one sender, but multiple “specific” receivers
- better than having multiple senders and multiple receivers
- the one sender will send only 1 packet to a Multicast Router
- the multicast router will “Replicate” the packet to multiple destinations
- The Multicast Router = “Rendezvous Point”
21
Cisco CCNP & CCIE Enterprise Core - ENCOR 350-401
- IGMPv3
- builds shortest path tree (SPT)
- creates (S, G)
- uses Source Specific Multicast (SSM)
- SSM Block = 232.0.0.0/8
- SSM informs the receivers about the sender
- NO need for RP
- Also, a Routing Protocol is needed
- Protocol Independent Multicast (PIM)
- routes between receivers’ routers and RP
- requires IGP
- v2 is default
- 2 Modes:
- Dense Mode: like broadcast (obsolete)
- Sparse Mode: connects the receiver's router to the RP
22