Chapter 2: Introduction to Switched Networks

Slides:



Advertisements
Similar presentations
© 2003, Cisco Systems, Inc. All rights reserved..
Advertisements

Managing Cisco IOS Software. Overview The router boot sequence Locating IOS software The configuration register Recovering Passwords Backing Up the Cisco.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 2: Introduction to Switched Networks Routing And Switching 2.0.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 2: Introduction to Switched Networks Routing and Switching.
Chapter 2: Introduction to Switched Networks
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 2: Introduction to Switched Networks Routing and Switching.
Ch. 6 – Switch Configuration CCNA 3 version Overview Identify the major components of a Catalyst switch Monitor switch activity and status using.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.1 Module 6 Switch Configuration.
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Starting a Switch INTRO v2.0—8-1.
CCNA 2 v3.1 Module 2.
1 Semester 2 Module 2 Introduction to Routers Yuda college of business James Chen
What is Router? Router is a device which makes communication between two or more networks present in different geographical locations. Routers are data.
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
Configuring a network os
Starting the switch Configuring the Switch
Copyright 2003 CCNA 3 Chapter 7 Switch Configuration By Your Name.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 6 Switch Configuration.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 6 Switch Configuration Cisco Networking Academy.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 6 Switch Configuration.
1 CCNA 3 v3.1 Module 6 Switch Configuration Claes Larsen, CCAI.
Chap 5 Startup and Setup Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Ch.2 – Introduction to Routers
Release 16/07/2009Jetking Infotrain Ltd. Basic Router Configuration Chapter 5.
1 Version 3.0 Module 6 Switch Configuration. 2 Version 3.0 Switches Contain: –CPU –RAM –Operating System.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 2 Introduction to Routers.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 2: Introduction to Switched Networks Routing And Switching 2.0.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Basic Switch Configurations.
Ch.2 – Introduction to Routers CCNA 2 version 3.0 Rick Graziani Cabrillo College.
Introduction to Routers
CCNA2 Chapter 2 Cisco IOS Software. Cisco’s operating system is called Cisco Internetwork Operating System (IOS) IOS provides the following network services:
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
Sem 2v2 Chapter 5 Router Startup and Setup. A router initializes by loading the bootstrap, the operating system, and a configuration file. If the router.
+ Lecture#3: Configuring a Network Operating System Asma AlOSAIMI.
Cisco 2 - Routers Perrine. J Page 16/26/2016 Chapter 2 Cisco IOS Software Cisco’s operating system is called Cisco Internetwork Operating System (IOS)
Introduction to networking (Yarnfield) Configure a router.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 2 Introduction to Routers.
Configuring Network Devices
Lecture#3: Configuring a Network Operating System
Instructor Materials Chapter 8 Configuring Cisco Devices
Instructor Materials Chapter 2: Scaling VLANs
CCNA 2 v3.1 Module 2 Introduction to Routers
Instructor Materials Chapter 6: Network Layer
Instructor Materials Chapter 2: Configure a Network Operating System
Chapter 2: Configure a Network Operating System
Lec 3: Introduction to Switched Networks
Router Startup and Setup
Cisco S2 C5 Router Startup.
Chapter 6: Network Layer
Chapter 5: Switch Configuration
CCNA 3 v3.1 Module 6 Switch Configuration
Chapter 4: Routing Concepts
Chapter 5: Inter-VLAN Routing
Chapter 6: Network Layer
Chapter 2: Basic Switching Concepts and Configuration
Chapter 2: Introduction to Switched Networks
Chapter 2: Scaling VLANs
Chapter 2: Introduction to Switched Networks
Chapter 5: Switch Configuration
Chapter 2: Configure a Network Operating System
Chapter 5: Switch Configuration
Instructor & Todd Lammle
Lecture#3: Configuring a Network Operating System
Chapter 2: Scaling VLANs
Instructor & Todd Lammle
Router Startup and Setup
Lecture9: Embedded Network Operating System: cisco IOS
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

Chapter 2: Introduction to Switched Networks 1 Chapter 2: Introduction to Switched Networks Cisco Networking Academy program Routing & Switching Chapter 2: Introduction to Switched Networks Routing And Switching 2.0

Chapter 2 2 2.0 Introduction 2.1 Basic Switch Configuration 2.2 Switch Security: Management and Implementation 2.0

3 2. Chapter 2: Objectives Explain the advantages and disadvantages of static routing Configure initial settings on a Cisco switch Configure switch ports to meet network requirements Configure the management switch virtual interface Describe basic security attacks in a switched environment Describe security best practices in a switched environment Configure the port security feature to restrict network access 2.0.1.1

Basic Switch Configuration Switch Boot Sequence 4 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.1 Switch Boot Sequence Basic Switch Configuration Switch Boot Sequence POST Run boot loader software Boot loader does low-level CPU initialization Boot loader initializes the flash filesystem Boot loader locates and loads a default IOS operating system software image into memory and hands control of the switch over to the IOS. 2.0.1.1

Basic Switch Configuration Switch Boot Sequence 5 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.1 Switch Boot Sequence Note: the BOOT environment variable is set using the boot system global configuration mode command. Use the show bootvar command to see to what the current IOS boot file is set. Basic Switch Configuration Switch Boot Sequence In order to find a suitable IOS image, the switch goes through the following steps: It attempts to automatically boot by using information in the BOOT environment variable If this variable is not set, the switch performs a top-to- bottom search through the flash file system. It will load and execute the first executable file, if it can. The IOS operating system then initializes the interfaces using the Cisco IOS commands found in the configuration file, startup configuration, which is stored in NVRAM. Note: the command boot system can be used to set the BOOT environment variable. 2.1.1.1

Basic Switch Configuration Recovering From a System Crash 6 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.2 Recovering From a System Crash Basic Switch Configuration Recovering From a System Crash The boot loader can also be used to manage the switch if the IOS can’t be loaded. The boot loader can be accessed through a console connection by: Connect a PC by console cable to the switch console port. Unplug the switch power cord. Reconnect the power cord to the switch and press and hold down the Mode button. The System LED turns briefly amber and then solid green. Release the Mode button. The boot loader switch:prompt appears in the terminal emulation software on the PC. 2.1.1.2

Basic Switch Configuration Switch LED Indicators 7 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.3 Switch LED Indicators Basic Switch Configuration Switch LED Indicators Each port on Cisco Catalyst switches have status LED indicator lights. By default these LED lights reflect port activity but they can also provide other information about the switch through the Mode button The following modes are available on Cisco Catalyst 2960 switches: System LED Redundant Power System (RPS) LED Port Status LED Port Duplex LED Port Speed LED Power over Ethernet (PoE) Mode LED 2.1.1.3

Basic Switch Configuration Switch LED Indicators 8 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.3 Switch LED Indicators Basic Switch Configuration Switch LED Indicators Cisco Catalyst 2960 switch modes 2.1.1.3

Basic Switch Configuration Preparing for Basic Switch Management 9 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.4 Preparing for Basic Switch Management Basic Switch Configuration Preparing for Basic Switch Management In order to remotely manage a Cisco switch, it needs to be configured to access the network An IP address and a subnet mask must be configured If managing the switch from a remote network, a default gateway must also be configured The IP information (address, subnet mask, gateway) is to be assigned to a switch SVI (switch virtual interface) Although these IP settings allow remote management and remote access to the switch, they do not allow the switch to route Layer 3 packets. 2.1.1.4

Basic Switch Configuration Preparing for Basic Switch Management 10 2.1 Basic Switch Configuration 2.1.1 Configure a Switch With Initial Settings 2.1.1.5 Preparing for Basic Switch Management Basic Switch Configuration Preparing for Basic Switch Management Do the Buttons on 2.1.1.5 2.1.1.5

Configure Switch Ports Duplex Communication 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.1 Duplex Communication 11 Configure Switch Ports Duplex Communication 2.1.2.1

Configure Switch Ports Configure Switch Ports at the Physical Layer 12 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.2 Configure Switch Ports at the Physical Layer Configure Switch Ports Configure Switch Ports at the Physical Layer Do the Buttons on 2.1.2.2 Students do button 2 2.1.2.2

Configure Switch Ports MDIX Auto Feature 13 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.3 MDIX Auto Feature Configure Switch Ports MDIX Auto Feature Certain cable types (straight-through or crossover) were required when connecting devices  The automatic medium-dependent interface crossover (auto-MDIX) feature eliminates this problem When auto-MDIX is enabled, the interface automatically detects and configures the connection appropriately When using auto-MDIX on an interface, the interface speed and duplex must be set to auto Do the Buttons on 2.1.2.3 Students do button 3 2.1.2.3

Configure Switch Ports MDIX Auto Feature 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.3 MDIX Auto Feature 14 Configure Switch Ports MDIX Auto Feature 2.1.2.3

Configure Switch Ports MDIX Auto Feature 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.3 MDIX Auto Feature 15 Configure Switch Ports MDIX Auto Feature 2.1.2.3

Configure Switch Ports Verifying Switch Port Configuration 16 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.4 Verifying Switch Port Configuration Configure Switch Ports Verifying Switch Port Configuration Do the Buttons on 2.1.2.4 2.1.2.4

Configure Switch Ports Network Access Layer Issues 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.5 Network Access Layer Issues 17 Configure Switch Ports Network Access Layer Issues 2.1.2.5

Configure Switch Ports Network Access Layer Issues 18 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.5 Network Access Layer Issues Configure Switch Ports Network Access Layer Issues Do the Buttons on 2.1.2.5 2.1.2.5

Configure Switch Ports Network Access Layer Issues 19 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.6 Troubleshooting Network Access Layer Issues Configure Switch Ports Network Access Layer Issues Troubleshooting Switch Media (connection) issues 2.1.2.6

Configure Switch Ports Network Access Layer Issues 20 2.1 Basic Switch Configuration 2.1.2 Configure Switch Ports 2.1.2.6 Troubleshooting Network Access Layer Issues Configure Switch Ports Network Access Layer Issues Troubleshooting Interface-related issues 2.1.2.6

Tada!