Sie sind auf Seite 1von 22

CNAP Semester 3: Switching Basics and Intermediate Routing

Module 8

VIRTUAL LANs

Objectives
Explain the concept of VLANs. Configure static VLANs on 29xx series Catalyst switchs.

Table of Content
1 VLAN concepts 2 VLAN configuration 3 Troubleshooting VLANs

VLAN CONCEPTS

VLAN introduction

Broadcast domains with VLANs and routers

Frames Tagging

ISL 802.1Q

VLAN types
Port-based VLANs MAC address based VLANs Protocol based VLANs

Port-based VLANs
Most common configuration method. Ports assigned individually. Often implement when DHCP is used.

MAC address base VLANs


Rarely implemented today. Each address must be entered into the switch and configured individually. Difficult to administer, troubleshoot and manage.

Protocol base VLANs


Configured like MAC addresses, but instead uses a protocol or IP address.

Benefits of VLANs
Easily move workstations on the LAN. Easily add workstations to the LAN. Easily change the LAN configuration. Easily control network traffic. Improve security.

VLAN CONFIGURATION

Configuring static VLANs


Create VLANs:
Switch# vlan database Switch(vlan)# vlan_number Switch(vlan)# exit

Assign ports to VLANs:


Switch(config)# interface fastethernet 0/9 Switch(config-if)#switchport access vlan vlan_number

Deleting VLANs
Use the no form of the command.

Verifying and save VLAN configuration


show vlan show vlan brief show vlan id id_number copy running-config tftp

TROUBLESHOOTING VLAN

Preventing broadcast storms


Setting threshold values to high or low discards excessive broadcast, multicast, or unicast MAC traffic. Minimize the STP processes occurring between devices.

Troubleshooting VLANs
Show vlan Show spanning-tree Show sw-vlan Debug sw-vlan packet

Scenario 3: Dropped packets and loops

Summary
Definition of VLANs Configuring static VLANs on 29xx series Catalyst switches The steps for general troubleshooting in switched networks

Q&A

Das könnte Ihnen auch gefallen