0% found this document useful (0 votes)
86 views39 pages

3 VLANs

VLANs allow logical grouping of ports on a switch to split a physical network into multiple broadcast domains. VLANs are configured by assigning ports to VLANs and configuring trunk ports to carry traffic for multiple VLANs between switches. VLAN configuration and troubleshooting involves commands like show vlan, configuring access ports and trunk ports, and ensuring both ends of trunks are configured correctly.

Uploaded by

Famher Trading
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views39 pages

3 VLANs

VLANs allow logical grouping of ports on a switch to split a physical network into multiple broadcast domains. VLANs are configured by assigning ports to VLANs and configuring trunk ports to carry traffic for multiple VLANs between switches. VLAN configuration and troubleshooting involves commands like show vlan, configuring access ports and trunk ports, and ensuring both ends of trunks are configured correctly.

Uploaded by

Famher Trading
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 39

VLANs

CCNA Exploration Semester 3 Chapter 3

10-Apr-13

S Ward Abingdon and Witney College

Topics

The role of VLANs in a network Trunking VLANs Configure VLANs on switches Troubleshoot common VLAN problems

10-Apr-13

S Ward Abingdon and Witney College

Semester 3
LAN Design Basic Switch Concepts VLANs VTP
10-Apr-13

Wireless STP

Inter-VLAN routing
S Ward Abingdon and Witney College 3

Some requirements of LANs

Need to split up broadcast domains to make good use of bandwidth People in the same department may need to be grouped together for access to servers Security: restrict access by certain users to some areas of the LAN Provide a way for different areas of the LAN to communicate with each other
10-Apr-13 S Ward Abingdon and Witney College 4

Solution using routers

Divide the LAN into subnets Use routers to link the subnets

10-Apr-13

S Ward Abingdon and Witney College

Solution using routers


BUT Routers are expensive Routers are slower than switches Subnets are restricted to limited physical areas Subnets are inflexible

10-Apr-13

S Ward Abingdon and Witney College

Solution using VLANs

VLAN membership can be by function and not by location VLANs managed by switches Router needed for communication between VLANs

10-Apr-13

S Ward Abingdon and Witney College

VLANs

All hosts in a VLAN have addresses in the same subnet. A VLAN is a subnet. Broadcasts are kept within the VLAN. A VLAN is a broadcast domain. The switch has a separate MAC address table for each VLAN. Traffic for each VLAN is kept separate from other VLANs. Layer 2 switches cannot route between VLANs.
10-Apr-13 S Ward Abingdon and Witney College 8

VLAN numbers

VLAN 1: default Ethernet LAN, all ports start in this VLAN. VLANs 1002 1005 automatically created for Token Ring and FDDI Numbers 2 to 1001 can be used for new VLANs Up to 255 VLANs on Catalyst 2960 switch Extended range 1006 4094 possible but fewer features
10-Apr-13 S Ward Abingdon and Witney College 9

VLAN information

VLAN information is stored in the VLAN database. vlan.dat in the flash memory of the switch.

10-Apr-13

S Ward Abingdon and Witney College

10

Port based

Each switch port intended for an end device is configured to belong to a VLAN. Any device connecting to that port belongs to the ports VLAN. There are other ways of assigning VLANs but this is now the normal way. Ports that link switches can be configured to carry traffic for all VLANs (trunking)
10-Apr-13 S Ward Abingdon and Witney College 11

Types of VLAN

Data or user VLAN Voice VLAN Management VLAN Native VLAN Default VLAN

10-Apr-13

S Ward Abingdon and Witney College

12

Data VLAN

Carry files, e-mails, shared application traffic, most user traffic. Separate VLAN for each group of users.

10-Apr-13

S Ward Abingdon and Witney College

13

Voice VLAN

Use with IP phone. Phone acts as a switch too. Voice traffic is tagged, given priority. Data not tagged, no priority.

10-Apr-13

S Ward Abingdon and Witney College

14

Management VLAN

Has the switch IP address. Used for telnet/SSH or web access for management purposes. Better not to use VLAN 1 for security reasons.

10-Apr-13

S Ward Abingdon and Witney College

15

Native VLAN

For backward compatibility with older systems. Relevant to trunk ports. Trunk ports carry traffic from multiple VLANs. VLAN is identified by a tag in the frame. Native VLAN does not have a tag.

10-Apr-13

S Ward Abingdon and Witney College

16

Default VLAN

VLAN 1 on Cisco switches. Carries CDP and STP (spanning tree protocol) traffic. Initially all ports are in this VLAN. Do not use it for data, voice or management traffic for security reasons.

10-Apr-13

S Ward Abingdon and Witney College

17

Static VLAN

The normal type. Port configured to be on a VLAN. Connected device is on this VLAN. VLAN can be created using CLI command, given number and name. VLAN can be learned from another switch. If a port is put on a VLAN and the VLAN does not exist, then the VLAN is created.

10-Apr-13

S Ward Abingdon and Witney College

18

Static VLAN (Port-centric)

If VLAN 20 did not exist before then it does now.

10-Apr-13

S Ward Abingdon and Witney College

19

Voice VLAN

Configured for voice VLAN and data VLAN.

10-Apr-13

S Ward Abingdon and Witney College

20

Dynamic VLAN

Not widely used. Use a VLAN Membership Policy Server (VMPS). Assign a device to a VLAN based on its MAC address. Connect device, server assigns VLAN. Useful if you want to move devices around.

10-Apr-13

S Ward Abingdon and Witney College

21

Traffic between VLANs


Layer 2 switch keeps VLANs separate. Router can route between VLANs. It needs to provide a default gateway for each VLAN as VLANs are separate subnets. Layer 3 switch has a switch virtual interface (SVI) configured for each VLAN. These act like router interfaces to route between VLANs.
10-Apr-13 S Ward Abingdon and Witney College 22

Trunking

Both switches have the same 5 VLANs. Do you have a link for each VLAN?

More efficient for them to share a link.

10-Apr-13

S Ward Abingdon and Witney College

23

Trunking

Traffic for all the VLANs travels between the switches on a shared trunk or backbone

10-Apr-13

S Ward Abingdon and Witney College

24

Tag to identify VLAN

Tag is added to the frame when it goes on to the trunk Tag is removed when it leaves the trunk

10-Apr-13

S Ward Abingdon and Witney College

25

Frame tagging IEEE 802.1Q


Dest Add Source Add Type/Len Data FCS

Normal frame
FCS

Dest Add

Source Add Tag

Type/Len

Data

Add 4-byte tag, recalculate FCS


Tag protocol Priority ID 0x8100 CFI for token VLAN ID ring 1 - 4096

10-Apr-13

S Ward Abingdon and Witney College

26

Native VLAN

Untagged frames received on a trunk port are forwarded on to the native VLAN. Frame received from the native VLAN should be untagged. Switch will drop tagged frames received from the native VLAN. This can happen if nonCisco devices are connected.

10-Apr-13

S Ward Abingdon and Witney College

27

Configure trunk port

Make a port into a trunk port and tell it which VLAN is native. SW1(config)#int fa0/1 SW1(config-if)switchport mode trunk SW1(config-if)switchport trunk native vlan 99 By default native VLAN is 1.

10-Apr-13

S Ward Abingdon and Witney College

28

Dynamic trunking protocol


Dynamic auto/des Dynamic auto/des
Dynamic auto

trunk
access

Mode trunk
Mode access Dynamic auto Dynamic desirable Dynamic auto
29

access
trunk trunk
S Ward Abingdon and Witney College

Dynamic desirable Dynamic desirable


10-Apr-13

Create a VLAN

SW1(config)#vlan 20 SW1(config-vlan)#name Finance SW1(config-vlan)#end VLAN will be saved in VLAN database rather than running config. If you do not give it a name then it will be called vlan0020.

10-Apr-13

S Ward Abingdon and Witney College

30

Assign port to VLAN


SW1(config)#int fa 0/14 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 20 SW1(config-if)#end

10-Apr-13

S Ward Abingdon and Witney College

31

show vlan brief

List of VLANs with ports

10-Apr-13

S Ward Abingdon and Witney College

32

Show commands

show vlan brief (list of VLANs and ports) show vlan summary show interfaces vlan (up/down, traffic etc) Show interfaces fa0/14 switchport (access mode, trunking)

10-Apr-13

S Ward Abingdon and Witney College

33

Remove port from VLAN


SW1(config)#int fa 0/14 SW1(config-if)#no switchport access vlan SW1(config-if)#end The port goes back to VLAN 1. If you assign a port to a new VLAN, it is automatically removed from its existing VLAN.

10-Apr-13

S Ward Abingdon and Witney College

34

Delete a VLAN

SW1(config)#no vlan 20 SW1(config)#end VLAN 20 is deleted. Any ports still on VLAN 20 will be inactive not on any VLAN. They need to be reassigned.

10-Apr-13

S Ward Abingdon and Witney College

35

Delete VLAN database

Erasing the startup configuration does not get rid of VLANs because they are saved in a separate file. SW1#delete flash:vlan.dat Switch goes back to the default with all ports in VLAN 1. You cannot delete VLAN 1.

10-Apr-13

S Ward Abingdon and Witney College

36

Configure trunk

SW1(config)#int fa0/1 SW1(config-if)#switchport mode trunk SW1(config-if)#switchport trunk native vlan 99 SW1(config-if)#switchport trunk allowed vlan add 10, 20, 30 SW1(config-if)#end

10-Apr-13

S Ward Abingdon and Witney College

37

Trunk problems

Both ends must have the same native VLAN. Both ends must be configured with trunking on or so that trunking is negotiated with the other end and comes on. Subnetting and addressing must be right. The right VLANs must be allowed on the trunk.

10-Apr-13

S Ward Abingdon and Witney College

38

The End

10-Apr-13

S Ward Abingdon and Witney College

39

You might also like