1- switching basics & lan introduction

29
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public ITE I Chapter 6 1 Switching & LAN Design

Upload: stefan-bambuleac

Post on 11-Jul-2016

231 views

Category:

Documents


6 download

DESCRIPTION

4

TRANSCRIPT

Page 1: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE I Chapter 6 1

Switching & LAN Design

Page 2: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 2

Layer 2 devices

• A layer 2 device is a device that understand MAC, for example:

NIC (Network Interface Card) Bridge : - address learning - forwarding decisions are based on software - bridge is used for LAN segmentation - max. 16 port. Switch: - a multi-port bridge up to 256 port - forwarding decisions are based on hardware ASIC (faster than bridge)

Page 3: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 3

What is the meaning of switching?

Switching means that the device (router or switch) receive the data on a certain port and forwards it to appropriate port

Page 4: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 4

Explain the Functions that Enable a Switch to Forward Ethernet Frames in a LAN

Page 5: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 5

Explain the Functions that Enable a Switch to Forward Ethernet Frames in a LAN

Page 6: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 6

Hierarchical Network Design

Page 7: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 7

Hierarchical Network Physical Layout

Page 8: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 8

Hierarchical Network Design

Page 9: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 9

Hierarchical Network Design

Page 10: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 10

Match the Appropriate Cisco Switch to each Layer in the Hierarchical Network Design Model

Page 11: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 11

Match the Appropriate Cisco Switch to each Layer in the Hierarchical Network Design Model

Page 12: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 12

Match the Appropriate Cisco Switch to each Layer in the Hierarchical Network Design Model

Page 13: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 13

Uncontrolled collision & broadcast domains

Page 14: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 14

Controlled collision & broadcast domains

Page 15: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 15

Switch boot sequence

Page 16: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 16

Switch boot sequence

The switch uses the flash memory to store two types of files :

1. The IOS of the switch2. The VLAN database

The switch uses the NVRAM to store two types of files:1. The boot loader2. The configuration file

Page 17: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 17

The CLI of the switch

the CLI of the switch is like the CLI of the router

Page 18: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 18

The CLI of the switch

Page 19: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 19

The CLI of the switch

Page 20: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 20

The CLI of the switch

Page 21: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 21

The CLI of the switch

To configure the basic configuration of the switch, like the router basic configuration:

1. Set the hostname2. Set the message of the day3. Set enable password in (clear text or encrypted text)4. Set the interfaces configuration (speed and duplex type)

Page 22: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 22

The CLI of the switch

Page 23: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 23

The CLI of the switch

Page 24: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 24

The CLI of the switch

Page 25: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 25

The CLI of the switch

Set console password

Page 26: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 26

The CLI of the switch

Set the telnet password

Page 27: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 27

The CLI of the switch

To be able to telnet to or from the switch you should set an IP address and the default gateway on the switch as it is a normal PC

To do so:Switch(config)# interface vlan1Switch(config-vlan)# ip address 10.10.10.10 255.255.255.0Switch(config-vlan)# no shutdownSwitch(config-vlan)# exitSwitch(config)# ip default-gateway 10.10.10.1

Page 28: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 28

The CLI of the switch

Page 29: 1- Switching Basics & Lan Introduction

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 29