VOD-3876 - Campus Enterprise LAN Switching Fundamentals
VOD-3876 - Campus Enterprise LAN Switching Fundamentals
Fundamentals
ine.com
Keith Bogart
CCIE #4923
[email protected]
@keithbogart1
linkedin.com/in/keith-bogart-2a75042
ine.com
Topic Overview + MAC Address-Table usage and
structure
+ Basics of Ethernet switching
MAC Address-Table
+ Possible actions:
+ Forward
+ Flood
+ Discard
Thanks for Watching!
TCAM & SDM Concepts
ine.com
Topic Overview + Introduction to TCAM
+ TCAM Structure
+ SDM Templates
TCAM
+ Ternary Content Addressable Memory
+ Unlike regular RAM which is binary (stores a 0 or a 1)
TCAM memory can store three values
+ 0 = True
+ 1 = False
+ X = Don’t Care
+ Good for matching partial patterns
+ Routes
+ ACL Entries
+ Anything that would have an associated subnet-or-wildcard mask
+ Many switches also use TCAMs for MAC Address-Table
TCAM Structure
00000011 00000001 00000001 00000000 00000000 00000000 00000000 xxxxxxxx Pointer to Adjacency/Rewrite Info
L2 Entries L2 Entries
TCAM TCAM
Lookups Lookups
Ethernet Frame
QoS Policies
QoS Policies
Lookup Lookup
Results Results
Security Policies
Security Policies
SDM
TCAM
+ What is the mechanism that determines
L2 Entries
TCAM space and usage in lower-end
switches? L3 Entries
+ Switching Database Manager
+ Utilizes pre-formatted “SDM Templates”
QoS Policies
+ Templates cannot be modified
+ One can switch to a different template
+ Different templates only activated after a reload Security Policies
SDM IOS Commands
ine.com
Topic Overview + The purpose of VLANs
+ VLAN facts and
configuration
+ VLAN verification
VLANs
+ VLAN = Virtual Local Area Network
+ Logical method of grouping Layer-2 switchports on a
local switch into different broadcast domains
0/14
0/9
0/5
0/1
D
C
B
A
VLAN Facts
Switch(config)#vlan 2,4
Switch(config-vlan)#exit
Switch(config)#interface range gig 0/1 , 0/5 Switch(config)#interface range gig 0/9 , 0/14
Switch(config-int)#switchport mode access Switch(config-int)#switchport mode access
Switch(config-int)#switchport access vlan 2 Switch(config-int)#switchport access vlan 4
VLAN Verification
ine.com
Topic Overview + VLAN trunk functionality
+ Cisco ISL trunks
+ 802.1q trunks
+ VLAN trunk configuration
+ Troubleshooting VLAN trunks
VLAN Trunk Functionality
ine.com
Topic Overview + The purpose of DTP
+ DTP modes
+ DTP configuration
+ DTP troubleshooting
DTP
ine.com
Topic Overview + The problem solved by VTP
+ VTP versions
+ VTP modes
+ VTP operation & message
types
VTP Purpose
+ VTP Version 1
+ VTP Version 2
+ Added support for Token Ring VLANs
+ Added VTP consistency checks
+ VTP Version 3
+ Enhanced authentication options
+ Support for extended range vlans
+ Can propagate non-vlan information
VTP Modes
ine.com
Topic Overview + VTP v1 & v2 configuration
+ VTP v3 configuration
+ VTP v3 authentication options
+ VTP verification
VTP v1 & v2 Configuration
ine.com
Topic Overview + Why Etherchannels?
+ Etherchannels & STP interaction
+ Load-Balancing
+ Dynamic Etherchannels
+ Layer-3 Etherchannels
The Need For Port Aggregation
A
0/4
0/0
0/8 0/10 0/12 0/15
B
0/1
Etherchannel Overview
1 2 3 4 5 6 7 8 9
Port 1 32768 32768 32768 32768 32768 32768 32768 32768
Priorities
VLAN-2
0/1 0/1
0/2 0/2
Sw-1 0/3 0/3 Sw-2
2.2.2.2
2.2.2.x/24
Potential Problems Of Layer-2 Etherchannels
VLAN-4
0/1 0/1
0/2 0/2
Sw-1 0/3 0/3 Sw-2
dot.1q 4.4.4.4
dot.1q
VLAN-2 VLAN-3
2.2.2.x/24 3.3.3.x/24
Layer-3 Etherchannels
interface port-channel 1
no switchport L3 Etherchannel
ip address 4.4.4.1 /30 0/1 (no switchport) 0/1
0/2 (no switchport) 0/2
Sw-1 0/3 (no switchport) 0/3 Sw-2
VLAN-2 VLAN-3
2.2.2.x/24 3.3.3.x/24
Thanks for Watching!
Configuring & Monitoring Etherchannels
ine.com
Topic Overview + Etherchannel configuration
guidelines
+ Configuration steps
+ Monitoring Etherchannels
Etherchannel Configuration Guidelines