SlideShare ist ein Scribd-Unternehmen logo
1 von 17
LAYER 2 SWITCHING
By
Anil Kumar Vishwakarma
MCA,MCTS,CCNA
OVERVIEW
 Introduction
 Spanning Tree Protocol
 Spanning Tree Terms
 Spanning Tree Operations
 LAN Switch Types
 Configuring Switches
INTRODUCTION
 Switching Services
 Unlike bridges that use software to create and manage a
filter table, switches use application specific integrated
circuits (ASICs) to build and maintain their filter tables.
 A switch can be viewed as a multiport bridge.
 Three Switch Functions at Layer 2
1. Address learning: Layer 2 switches and bridges remember
the source hardware address of each frame received on an
interface, and they enter this information into a MAC
database called a forward/filter table.
2. Forward/filter decisions: When a frame is received on an
interface, the switch looks at the destination hardware
address and finds the exit interface in the MAC database.
The frame is only forwarded out the specified destination
port.
3. Loop avoidance: If multiple connections between switches
are created for redundancy purposes, network loops can
occur. Spanning Tree Protocol (STP) is used to stop network
loops while still permitting redundancy.
ADDRESS LEARNING
When a switch is first powered on, the MAC forward/filter
table is empty,
FORWARD/FILTER DECISIONS
 When a frame arrives at a switch interface, the
destination hardware address is compared to the
forward/filter MAC database.
 If the destination hardware address is known and
listed in the database, the frame is sent out only the
correct exit interface.
 The switch doesn’t transmit the frame out any
interface except for the destination interface.
 This preserves bandwidth on the other network
segments and is called frame filtering.
LOOP AVOIDANCE
 Redundant links between switches are a good idea because they help prevent
complete network failures in the event one link stops working.
 the switches will flood broadcasts endlessly throughout the nternetwork.
 This is sometimes referred to as a broadcast storm
SPANNING TREE PROTOCOL
 STP’s main task is to stop network loops from
occurring on your layer 2 network switches.
 It monitors the network to find all links, making sure
that no loops occur by shutting down any redundant
links.
 STP uses the spanning-tree algorithm (STA) to first
create a topology database, then search out and
destroy redundant links.
 With STP running, frames will be forwarded only on
the premium, STP-picked links.
SPANNING TREE TERMS
 Bridge ID: It is determined by a combination of the bridge priority
(32,768 by default on all Cisco switches) and the base MAC
address. The bridge with the lowest bridge ID becomes the root
bridge in the network.
 Root bridge: is the bridge with the best bridge ID (the lowest bridge
ID).
 Nonroot bridge: These are all bridges that are not the root bridge.
Nonroot bridges exchange BPDUs with all bridges and update the
STP topology database on all switches.
 BPDU: Bridge Protocol Data Unit (BPDU) the name of packet that
they send to one neighbor with the one that they receive from
another neighbor.
 Root port: The root port is always the link directly connected to the
root bridge, or the shortest path to the root bridge.
SPANNING TREE TERMS
 Designated port A designated port is one that has been
determined as having the best (lowest) cost. A designated
port will be marked as a forwarding port.
 Port cost Port cost determines when multiple links are used
between two switches and none are root ports. The cost of a
link is determined by the bandwidth of a link.
 Nondesignated port is one with a higher cost than the
designated port. Nondesignated ports are put in blocking
mode—they are not forwarding ports.
 Blocked port A blocked port is the port that will not forward
frames, in order to prevent loops. However, a blocked port will
always listen to frames.
SPANNING TREE OPERATIONS
1. Selecting the Root Bridge
2. Selecting the Root Port
3. Selecting the designated (Forward) port.
4. Spanning-Tree Port States
 Blocking A blocked port won’t forward frames; it just
listens to BPDUs.
 Forwarding The port sends and receives all data
frames on the bridged port.
LAN SWITCH TYPES
 LAN switch types decide how a frame is handled
when it’s received on a switch port.
 There are three switching modes:
1. Cut-through (FastForward)
2. FragmentFree (modified cut-through) the switch
checks the first 64 bytes (caused by collision) of a
frame before forwarding it for fragmentation.
3. Store-and-forward: In this mode, the complete data
frame is received on the switch’s buffer, a CRC is run,
and, if the CRC passes, the switch looks up the
destination address in the MAC filter table.
CONFIGURING SWITCHES
 Setting the Passwords
 1900 Switch
(config)#enable password level 1 kkkk -----> User mode
(config)#enable password level 15 kkkk1 -----> Enable Mode
(config)#enable secret todd2 -----> Encrypted
 2950 Switch
Switch(config)#enable password todd -----> non Encrypted
Switch(config)#enable secret todd -----> Encrypted
 Setting the Hostname
 1900 Switch
(config)#host S1900
 2950 Switch
Switch(config)#host S2950
CONFIGURING SWITCHES
Setting IP Information
 1900 Switch
S1900#config t
S1900(config)#ip address 172.16.10.16 255.255.255.0
S1900(config)#ip default-gateway 172.16.10.1
 2950 Switch
S2950#config t
S2950(config)#int vlan1
S2950(config-if)#ip address 172.16.10.17 255.255.255.0
S2950(config-if)#no shut
S2950(config-if)#exit
S2950(config)#ip default-gateway 172.16.10.1
CONFIGURING SWITCHES
Configuring Interface Descriptions
 1900 Switch
S1900#config t
S1900(config)#int e0/1
S1900(config-if)#desc Finance_VLAN
 2950 Switch
S2950#config t
S2950(config)#int f 0/1
S2950(config-if)#desc Sales Printer
CONFIGURING SWITCHES
 Erasing the Switch Configuration
 1900 Switch
Todd1900#delete nvram
 2950 Switch
Todd2950#erase startup-config
Thank You

Weitere ähnliche Inhalte

Was ist angesagt?

VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
anilinvns
 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
Anand Dhouni
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011
Dân Chơi
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
welcometofacebook
 

Was ist angesagt? (20)

Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
 
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric VanderburgCCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
1164 Routers
1164 Routers1164 Routers
1164 Routers
 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
 
Eigrp and ospf comparison
Eigrp and ospf comparisonEigrp and ospf comparison
Eigrp and ospf comparison
 
RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
 
Rip presentation
Rip presentationRip presentation
Rip presentation
 
Routing
RoutingRouting
Routing
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
EIGRP Configuration
EIGRP ConfigurationEIGRP Configuration
EIGRP Configuration
 

Ähnlich wie LAYER 2 SWITCHING

Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutionsSwitching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
Mike McLain
 
Ccna free chapter
Ccna free chapterCcna free chapter
Ccna free chapter
kvs062003
 
Ccna 3 chapter 5 v4.0 answers 2011
Ccna 3 chapter 5 v4.0 answers 2011Ccna 3 chapter 5 v4.0 answers 2011
Ccna 3 chapter 5 v4.0 answers 2011
Dân Chơi
 
Lec1 lan switching
Lec1 lan switchingLec1 lan switching
Lec1 lan switching
karthiketrx
 
Spaning Tree Protocol
Spaning Tree ProtocolSpaning Tree Protocol
Spaning Tree Protocol
Atakan ATAK
 
Ch5 ccna exploration 3 lan swtching and wireless
Ch5 ccna exploration 3 lan swtching and wirelessCh5 ccna exploration 3 lan swtching and wireless
Ch5 ccna exploration 3 lan swtching and wireless
kratos2424
 

Ähnlich wie LAYER 2 SWITCHING (20)

C C N A Day4
C C N A  Day4C C N A  Day4
C C N A Day4
 
Networking interview questions and answers
Networking interview questions and answersNetworking interview questions and answers
Networking interview questions and answers
 
Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutionsSwitching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
Switching vla ns_secugenius_harksh_mikemclain_secugenius security solutions
 
Bridging.ppt
Bridging.pptBridging.ppt
Bridging.ppt
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna free chapter
Ccna free chapterCcna free chapter
Ccna free chapter
 
Switching
SwitchingSwitching
Switching
 
Stp defined
Stp definedStp defined
Stp defined
 
Ccna 3 chapter 5 v4.0 answers 2011
Ccna 3 chapter 5 v4.0 answers 2011Ccna 3 chapter 5 v4.0 answers 2011
Ccna 3 chapter 5 v4.0 answers 2011
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Quick Guide Layer 2 Switching
Quick Guide   Layer 2 SwitchingQuick Guide   Layer 2 Switching
Quick Guide Layer 2 Switching
 
Lec1 lan switching
Lec1 lan switchingLec1 lan switching
Lec1 lan switching
 
Spaning Tree Protocol
Spaning Tree ProtocolSpaning Tree Protocol
Spaning Tree Protocol
 
Ch5 ccna exploration 3 lan swtching and wireless
Ch5 ccna exploration 3 lan swtching and wirelessCh5 ccna exploration 3 lan swtching and wireless
Ch5 ccna exploration 3 lan swtching and wireless
 
6.switching vla ns
6.switching vla ns6.switching vla ns
6.switching vla ns
 
ccna-day4-switching_1234567890123456.pdf
ccna-day4-switching_1234567890123456.pdfccna-day4-switching_1234567890123456.pdf
ccna-day4-switching_1234567890123456.pdf
 

Mehr von anilinvns

Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
anilinvns
 
Day 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOSDay 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOS
anilinvns
 
Disk management server
Disk management serverDisk management server
Disk management server
anilinvns
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basics
anilinvns
 
Cyber forensic 1
Cyber forensic 1Cyber forensic 1
Cyber forensic 1
anilinvns
 

Mehr von anilinvns (15)

Data center maintenance
Data center maintenanceData center maintenance
Data center maintenance
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012
 
Windows Server 2008 Active Directory
Windows Server 2008 Active DirectoryWindows Server 2008 Active Directory
Windows Server 2008 Active Directory
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OS
 
Network forensics and investigating logs
Network forensics and investigating logsNetwork forensics and investigating logs
Network forensics and investigating logs
 
Password Policy and Account Lockout Policies
Password Policy and Account Lockout PoliciesPassword Policy and Account Lockout Policies
Password Policy and Account Lockout Policies
 
INTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERSINTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERS
 
Manage CISCO IOS
Manage CISCO IOSManage CISCO IOS
Manage CISCO IOS
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
Day 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOSDay 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOS
 
Wds
WdsWds
Wds
 
Disk management server
Disk management serverDisk management server
Disk management server
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basics
 
Cyber forensic 1
Cyber forensic 1Cyber forensic 1
Cyber forensic 1
 

Kürzlich hochgeladen

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Kürzlich hochgeladen (20)

Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

LAYER 2 SWITCHING

  • 1. LAYER 2 SWITCHING By Anil Kumar Vishwakarma MCA,MCTS,CCNA
  • 2.
  • 3. OVERVIEW  Introduction  Spanning Tree Protocol  Spanning Tree Terms  Spanning Tree Operations  LAN Switch Types  Configuring Switches
  • 4. INTRODUCTION  Switching Services  Unlike bridges that use software to create and manage a filter table, switches use application specific integrated circuits (ASICs) to build and maintain their filter tables.  A switch can be viewed as a multiport bridge.  Three Switch Functions at Layer 2 1. Address learning: Layer 2 switches and bridges remember the source hardware address of each frame received on an interface, and they enter this information into a MAC database called a forward/filter table. 2. Forward/filter decisions: When a frame is received on an interface, the switch looks at the destination hardware address and finds the exit interface in the MAC database. The frame is only forwarded out the specified destination port. 3. Loop avoidance: If multiple connections between switches are created for redundancy purposes, network loops can occur. Spanning Tree Protocol (STP) is used to stop network loops while still permitting redundancy.
  • 5. ADDRESS LEARNING When a switch is first powered on, the MAC forward/filter table is empty,
  • 6. FORWARD/FILTER DECISIONS  When a frame arrives at a switch interface, the destination hardware address is compared to the forward/filter MAC database.  If the destination hardware address is known and listed in the database, the frame is sent out only the correct exit interface.  The switch doesn’t transmit the frame out any interface except for the destination interface.  This preserves bandwidth on the other network segments and is called frame filtering.
  • 7. LOOP AVOIDANCE  Redundant links between switches are a good idea because they help prevent complete network failures in the event one link stops working.  the switches will flood broadcasts endlessly throughout the nternetwork.  This is sometimes referred to as a broadcast storm
  • 8. SPANNING TREE PROTOCOL  STP’s main task is to stop network loops from occurring on your layer 2 network switches.  It monitors the network to find all links, making sure that no loops occur by shutting down any redundant links.  STP uses the spanning-tree algorithm (STA) to first create a topology database, then search out and destroy redundant links.  With STP running, frames will be forwarded only on the premium, STP-picked links.
  • 9. SPANNING TREE TERMS  Bridge ID: It is determined by a combination of the bridge priority (32,768 by default on all Cisco switches) and the base MAC address. The bridge with the lowest bridge ID becomes the root bridge in the network.  Root bridge: is the bridge with the best bridge ID (the lowest bridge ID).  Nonroot bridge: These are all bridges that are not the root bridge. Nonroot bridges exchange BPDUs with all bridges and update the STP topology database on all switches.  BPDU: Bridge Protocol Data Unit (BPDU) the name of packet that they send to one neighbor with the one that they receive from another neighbor.  Root port: The root port is always the link directly connected to the root bridge, or the shortest path to the root bridge.
  • 10. SPANNING TREE TERMS  Designated port A designated port is one that has been determined as having the best (lowest) cost. A designated port will be marked as a forwarding port.  Port cost Port cost determines when multiple links are used between two switches and none are root ports. The cost of a link is determined by the bandwidth of a link.  Nondesignated port is one with a higher cost than the designated port. Nondesignated ports are put in blocking mode—they are not forwarding ports.  Blocked port A blocked port is the port that will not forward frames, in order to prevent loops. However, a blocked port will always listen to frames.
  • 11. SPANNING TREE OPERATIONS 1. Selecting the Root Bridge 2. Selecting the Root Port 3. Selecting the designated (Forward) port. 4. Spanning-Tree Port States  Blocking A blocked port won’t forward frames; it just listens to BPDUs.  Forwarding The port sends and receives all data frames on the bridged port.
  • 12. LAN SWITCH TYPES  LAN switch types decide how a frame is handled when it’s received on a switch port.  There are three switching modes: 1. Cut-through (FastForward) 2. FragmentFree (modified cut-through) the switch checks the first 64 bytes (caused by collision) of a frame before forwarding it for fragmentation. 3. Store-and-forward: In this mode, the complete data frame is received on the switch’s buffer, a CRC is run, and, if the CRC passes, the switch looks up the destination address in the MAC filter table.
  • 13. CONFIGURING SWITCHES  Setting the Passwords  1900 Switch (config)#enable password level 1 kkkk -----> User mode (config)#enable password level 15 kkkk1 -----> Enable Mode (config)#enable secret todd2 -----> Encrypted  2950 Switch Switch(config)#enable password todd -----> non Encrypted Switch(config)#enable secret todd -----> Encrypted  Setting the Hostname  1900 Switch (config)#host S1900  2950 Switch Switch(config)#host S2950
  • 14. CONFIGURING SWITCHES Setting IP Information  1900 Switch S1900#config t S1900(config)#ip address 172.16.10.16 255.255.255.0 S1900(config)#ip default-gateway 172.16.10.1  2950 Switch S2950#config t S2950(config)#int vlan1 S2950(config-if)#ip address 172.16.10.17 255.255.255.0 S2950(config-if)#no shut S2950(config-if)#exit S2950(config)#ip default-gateway 172.16.10.1
  • 15. CONFIGURING SWITCHES Configuring Interface Descriptions  1900 Switch S1900#config t S1900(config)#int e0/1 S1900(config-if)#desc Finance_VLAN  2950 Switch S2950#config t S2950(config)#int f 0/1 S2950(config-if)#desc Sales Printer
  • 16. CONFIGURING SWITCHES  Erasing the Switch Configuration  1900 Switch Todd1900#delete nvram  2950 Switch Todd2950#erase startup-config