SlideShare a Scribd company logo
CCNA3: Switching Basics and Intermediate Routing v3.0
CISCO NETWORKING ACADEMY PROGRAM
Chapter 6 – Switch Configuration
Switch Configuration
Starting the switch
Configuring the Switch
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Switch Overview
Color System Status
Off System is not powered on.
Green System is operating normally.
Amber System is receiving power but
is not functioning properly.
Switches contain CPU, RAM,
Operating System
POST
When switched on – System LED
indicates status
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Status LED Overview
• Mode button toggles
between different port
modes
• Port mode displayed on
Port Mode LEDs
• Individual Port status
above each port
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Port Status 1
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Port Status 2
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
User Mode Commands
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Switch Management
• Connect to switch via console connection
• Give switch IP address on management VLAN 1
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.1.2 255.255.255.0
• Use web-browser based management
Switch(config)#ip http server
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Switch Configuration 1
• Erase any existing settings
– VLAN database
– Configuration in NVRAM
• Reload the switch
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Switch Configuration 2 - Security
• Static MAC address • Port Security
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Switches
• Contain:
–CPU
–RAM
–Operating System
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
LED
Indicators
Default
setting
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
POST Test & Initial boot Up, and
Help
• Console into a switch with the same cable used to
console into a router
• Use same settings in Hyperterminal
• Context sensitive help is available from the command line –
using the question mark as you would in router help.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Catalyst IOS Intro
• User EXEC mode and Privileged EXEC mode.
– enable command.
• IOS based switch is just like the router IOS.
– configure command – go to global config mode.
– copy run start – to save config to NVRAM.
• Host Name configuration -1-255 characters
– hostname [name]
• Comment to help identify the interface.
– description [description-string] - interface config. mode
– Use quotes when using spaces in string.
• IOS-based: same as on a router.
– access help by entering ?
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Default Configuration
• When powered up w/out configuration, the
default name is Switch.
• No passwords have been configured.
• All switch ports are part of VLAN 1
• Switch has no IP address
• Show version shows the IOS version and
the configuration register.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Actual Configuration• First,
– Remove any VLAN info (delete flash: vlan.dat)
– Erase startup
– Reload
• Follow router configuration method to configure
hostname, line passwords, set a default gateway, etc.
• Set IP address for management VLAN1 for telnet
access.
• Fast Ethernet ports default to auto-speed and auto-
duplex, or they can be set manually.
• Management of a switch can also be done using a GUI
interface as long as HTTP service is turned on.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Remote Access to Switch
• To telnet, ping, or globally manage the switch:
– Enter an IP address and management VLAN.
• Configuration
– interface vlan 1
– ip address [address][mask]
– ip default-gateway [address]
– Verify with show ip interface
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Defining port speed / duplex
• Speed:
– Interface config mode:
– speed [10 | 100 | auto]
• Line mode is either full duplex or half duplex.
– Interface config mode:
– duplex [auto | full | half]
– auto option only for fixed Fast Ethernet TX
ports.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Backup on TFTP Server
• IOS-based commands:
– copy run tftp – to save config file to
tftp server.
– copy tftp run – to download config
from tftp server to active config and to
NVRAM.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
VLAN Configuration
• Entering VLAN Database
– Switch#vlan database
– Switch(vlan)#
• Adding VLANs
– Switch(vlan)#vlan 15 name Accounting
• Deleting VLAN database
– Switch#delete flash:vlan.dat
• Assigning ports to a VLAN
– Switch(config)#interface FastEthernet 0/12
– Switch(config-if)#switchport access vlan 15
• Verify VLAN Configuration
– Switch#show vlan
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
MAC Address Table
• Switches learn the MAC addresses of workstations that are
connected to their switch ports by examining the source address
of frames that are received on that port – then they are placed in
a MAC table.
• If no frames are seen with a previously learned address, the MAC
address entry is automatically discarded or aged out after 300
seconds.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Static MAC addresses• If entered by an admin, it will be permanent
and not age out or be cleared out by powering
down the switch.
• The node has to be attached to the switch.
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Port Security
• Anyone can plug in if they are in the open
• Port security can be set on an interface – so that,
for instance, the number of MAC addresses that
can be learned on any one interface could be 1.
• Port security can be verified with:
Show port security
Note commands
available
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Adding a Switch
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
MAC Addresses
CCNA3: Switching Basics and Intermediate Routing v3.1
CISCO NETWORKING ACADEMY PROGRAM
Module 6 – Switch Configuration Brierley
Password Recovery
On a Cisco Catalyst 2900, hold down the
MODE button during switch startup to
begin the process.
Instructions attached for Password
Recovery on a Cisco 1900 Catalyst
Switch.
CCNA3: Switching Basics and Intermediate Routing v3.0
CISCO NETWORKING ACADEMY PROGRAM
Chapter 6 – Switch Configuration
Module 6
Switch Configuration
END

More Related Content

What's hot

Exploration routing chapter_4
Exploration routing chapter_4Exploration routing chapter_4
Exploration routing chapter_4
Joshua Torres
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
Joshua Torres
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
Tai Lam
 
Day 13 2 switch config
Day 13 2 switch configDay 13 2 switch config
Day 13 2 switch config
CYBERINTELLIGENTS
 
Layer 2 & layer 3 switching
Layer 2 & layer 3 switchingLayer 2 & layer 3 switching
Layer 2 & layer 3 switching
Muhd Mu'izuddin
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
Mansour Naslcheraghi
 
Exploration routing chapter_8
Exploration routing chapter_8Exploration routing chapter_8
Exploration routing chapter_8
Joshua Torres
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
Tai Lam
 
Exploration routing chapter_10
Exploration routing chapter_10Exploration routing chapter_10
Exploration routing chapter_10
Joshua Torres
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7
Tai Lam
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
IT Tech
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
Rafat Khandaker
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
Huanetwork
 
CCNA- part 9 vlan
CCNA- part 9 vlanCCNA- part 9 vlan
Expl sw chapter_06_inter_vlan
Expl sw chapter_06_inter_vlanExpl sw chapter_06_inter_vlan
Expl sw chapter_06_inter_vlan
aghacrom
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
IT Tech
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9
Joshua Torres
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 
Huawei Switch S5700 How To - Configuring single-tag vlan mapping
Huawei Switch S5700  How To - Configuring single-tag vlan mappingHuawei Switch S5700  How To - Configuring single-tag vlan mapping
Huawei Switch S5700 How To - Configuring single-tag vlan mapping
IPMAX s.r.l.
 

What's hot (20)

Exploration routing chapter_4
Exploration routing chapter_4Exploration routing chapter_4
Exploration routing chapter_4
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
 
Day 13 2 switch config
Day 13 2 switch configDay 13 2 switch config
Day 13 2 switch config
 
Layer 2 & layer 3 switching
Layer 2 & layer 3 switchingLayer 2 & layer 3 switching
Layer 2 & layer 3 switching
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
 
Exploration routing chapter_8
Exploration routing chapter_8Exploration routing chapter_8
Exploration routing chapter_8
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
 
Exploration routing chapter_10
Exploration routing chapter_10Exploration routing chapter_10
Exploration routing chapter_10
 
Cisco labs practical7
Cisco labs practical7Cisco labs practical7
Cisco labs practical7
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
CCNA- part 9 vlan
CCNA- part 9 vlanCCNA- part 9 vlan
CCNA- part 9 vlan
 
Expl sw chapter_06_inter_vlan
Expl sw chapter_06_inter_vlanExpl sw chapter_06_inter_vlan
Expl sw chapter_06_inter_vlan
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Huawei Switch S5700 How To - Configuring single-tag vlan mapping
Huawei Switch S5700  How To - Configuring single-tag vlan mappingHuawei Switch S5700  How To - Configuring single-tag vlan mapping
Huawei Switch S5700 How To - Configuring single-tag vlan mapping
 

Viewers also liked

Ccna3 vlsm
Ccna3 vlsmCcna3 vlsm
Ccna3 vlsm
1 2d
 
Routing 2016
Routing 2016Routing 2016
Routing 2016
APNIC
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
Aswini Badatya
 
Chapter07
Chapter07Chapter07
Chapter07
Muhammad Ahad
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
Muuluu
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
Darpan Dekivadiya
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
CAVC
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
ShortestPathFirst
 

Viewers also liked (11)

Ccna3 vlsm
Ccna3 vlsmCcna3 vlsm
Ccna3 vlsm
 
Routing 2016
Routing 2016Routing 2016
Routing 2016
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
 
Chapter07
Chapter07Chapter07
Chapter07
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 

Similar to 20088 1 ccna3 3.1-06 switch configurations

Expl sw chapter_02_switches_part_1
Expl sw chapter_02_switches_part_1Expl sw chapter_02_switches_part_1
Expl sw chapter_02_switches_part_1
aghacrom
 
Chapter 1 Switch Network Device (1).ppt
Chapter 1  Switch Network Device (1).pptChapter 1  Switch Network Device (1).ppt
Chapter 1 Switch Network Device (1).ppt
desalewminale
 
PC LEESOON 6.pptx
PC LEESOON 6.pptxPC LEESOON 6.pptx
PC LEESOON 6.pptx
MLG College of Learning, Inc
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
Ranghel Soto Espinoza
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
Aruba, a Hewlett Packard Enterprise company
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
sufi1248
 
Module 1 Basic Device Configuration.pptx
Module 1 Basic Device Configuration.pptxModule 1 Basic Device Configuration.pptx
Module 1 Basic Device Configuration.pptx
JabirAlHujaifa
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
Chaing Ravuth
 
CCNA Lab 3-VLAN Configuration on Switch
CCNA Lab 3-VLAN Configuration on SwitchCCNA Lab 3-VLAN Configuration on Switch
CCNA Lab 3-VLAN Configuration on Switch
Amir Jafari
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
Abdelkhalik Mosa
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
Asish Verma
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your Network
Abdelkhalik Mosa
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
Fleurati
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
3c telecom
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
nudicixox
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
HARRY CHAN PUTRA
 
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docxTitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
juliennehar
 
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
DrayTek Corp.
 
640 802 exam
640 802 exam640 802 exam
640 802 exam
liemgpc2
 

Similar to 20088 1 ccna3 3.1-06 switch configurations (20)

Expl sw chapter_02_switches_part_1
Expl sw chapter_02_switches_part_1Expl sw chapter_02_switches_part_1
Expl sw chapter_02_switches_part_1
 
Chapter 1 Switch Network Device (1).ppt
Chapter 1  Switch Network Device (1).pptChapter 1  Switch Network Device (1).ppt
Chapter 1 Switch Network Device (1).ppt
 
PC LEESOON 6.pptx
PC LEESOON 6.pptxPC LEESOON 6.pptx
PC LEESOON 6.pptx
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
 
Module 1 Basic Device Configuration.pptx
Module 1 Basic Device Configuration.pptxModule 1 Basic Device Configuration.pptx
Module 1 Basic Device Configuration.pptx
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
CCNA Lab 3-VLAN Configuration on Switch
CCNA Lab 3-VLAN Configuration on SwitchCCNA Lab 3-VLAN Configuration on Switch
CCNA Lab 3-VLAN Configuration on Switch
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your Network
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
 
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docxTitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
 
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
DrayTek RoadShow 2015 @ Portugal (Setembro) - Sessão 2
 
640 802 exam
640 802 exam640 802 exam
640 802 exam
 

Recently uploaded

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 

Recently uploaded (20)

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 

20088 1 ccna3 3.1-06 switch configurations

  • 1. CCNA3: Switching Basics and Intermediate Routing v3.0 CISCO NETWORKING ACADEMY PROGRAM Chapter 6 – Switch Configuration Switch Configuration Starting the switch Configuring the Switch
  • 2. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Switch Overview Color System Status Off System is not powered on. Green System is operating normally. Amber System is receiving power but is not functioning properly. Switches contain CPU, RAM, Operating System POST When switched on – System LED indicates status
  • 3. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Status LED Overview • Mode button toggles between different port modes • Port mode displayed on Port Mode LEDs • Individual Port status above each port
  • 4. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Port Status 1
  • 5. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Port Status 2
  • 6. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley User Mode Commands
  • 7. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Switch Management • Connect to switch via console connection • Give switch IP address on management VLAN 1 Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.2 255.255.255.0 • Use web-browser based management Switch(config)#ip http server
  • 8. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Switch Configuration 1 • Erase any existing settings – VLAN database – Configuration in NVRAM • Reload the switch
  • 9. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Switch Configuration 2 - Security • Static MAC address • Port Security
  • 10. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Switches • Contain: –CPU –RAM –Operating System
  • 11. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley LED Indicators Default setting
  • 12. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley POST Test & Initial boot Up, and Help • Console into a switch with the same cable used to console into a router • Use same settings in Hyperterminal • Context sensitive help is available from the command line – using the question mark as you would in router help.
  • 13. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Catalyst IOS Intro • User EXEC mode and Privileged EXEC mode. – enable command. • IOS based switch is just like the router IOS. – configure command – go to global config mode. – copy run start – to save config to NVRAM. • Host Name configuration -1-255 characters – hostname [name] • Comment to help identify the interface. – description [description-string] - interface config. mode – Use quotes when using spaces in string. • IOS-based: same as on a router. – access help by entering ?
  • 14. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Default Configuration • When powered up w/out configuration, the default name is Switch. • No passwords have been configured. • All switch ports are part of VLAN 1 • Switch has no IP address • Show version shows the IOS version and the configuration register.
  • 15. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Actual Configuration• First, – Remove any VLAN info (delete flash: vlan.dat) – Erase startup – Reload • Follow router configuration method to configure hostname, line passwords, set a default gateway, etc. • Set IP address for management VLAN1 for telnet access. • Fast Ethernet ports default to auto-speed and auto- duplex, or they can be set manually. • Management of a switch can also be done using a GUI interface as long as HTTP service is turned on.
  • 16. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Remote Access to Switch • To telnet, ping, or globally manage the switch: – Enter an IP address and management VLAN. • Configuration – interface vlan 1 – ip address [address][mask] – ip default-gateway [address] – Verify with show ip interface
  • 17. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Defining port speed / duplex • Speed: – Interface config mode: – speed [10 | 100 | auto] • Line mode is either full duplex or half duplex. – Interface config mode: – duplex [auto | full | half] – auto option only for fixed Fast Ethernet TX ports.
  • 18. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Backup on TFTP Server • IOS-based commands: – copy run tftp – to save config file to tftp server. – copy tftp run – to download config from tftp server to active config and to NVRAM.
  • 19. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley VLAN Configuration • Entering VLAN Database – Switch#vlan database – Switch(vlan)# • Adding VLANs – Switch(vlan)#vlan 15 name Accounting • Deleting VLAN database – Switch#delete flash:vlan.dat • Assigning ports to a VLAN – Switch(config)#interface FastEthernet 0/12 – Switch(config-if)#switchport access vlan 15 • Verify VLAN Configuration – Switch#show vlan
  • 20. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley MAC Address Table • Switches learn the MAC addresses of workstations that are connected to their switch ports by examining the source address of frames that are received on that port – then they are placed in a MAC table. • If no frames are seen with a previously learned address, the MAC address entry is automatically discarded or aged out after 300 seconds.
  • 21. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Static MAC addresses• If entered by an admin, it will be permanent and not age out or be cleared out by powering down the switch. • The node has to be attached to the switch.
  • 22. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Port Security • Anyone can plug in if they are in the open • Port security can be set on an interface – so that, for instance, the number of MAC addresses that can be learned on any one interface could be 1. • Port security can be verified with: Show port security Note commands available
  • 23. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Adding a Switch
  • 24. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley MAC Addresses
  • 25. CCNA3: Switching Basics and Intermediate Routing v3.1 CISCO NETWORKING ACADEMY PROGRAM Module 6 – Switch Configuration Brierley Password Recovery On a Cisco Catalyst 2900, hold down the MODE button during switch startup to begin the process. Instructions attached for Password Recovery on a Cisco 1900 Catalyst Switch.
  • 26. CCNA3: Switching Basics and Intermediate Routing v3.0 CISCO NETWORKING ACADEMY PROGRAM Chapter 6 – Switch Configuration Module 6 Switch Configuration END