0% found this document useful (0 votes)
21 views6 pages

VLAN Configuration and Port Assignment Guide

The document outlines the steps for VLAN configuration, including verifying the default VLAN setup, creating new VLANs, and assigning them to specific switch ports. A VLAN table is provided detailing the VLAN IDs, names, network addresses, and assigned ports. Additionally, it includes the configuration commands used on the switch and the results of ping tests between various devices, confirming successful VLAN setup.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views6 pages

VLAN Configuration and Port Assignment Guide

The document outlines the steps for VLAN configuration, including verifying the default VLAN setup, creating new VLANs, and assigning them to specific switch ports. A VLAN table is provided detailing the VLAN IDs, names, network addresses, and assigned ports. Additionally, it includes the configuration commands used on the switch and the results of ping tests between various devices, confirming successful VLAN setup.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

EXERCISE NO.

11
VLAN Configuration
-Verify the Default VLAN Configuration
-Configure VLANs
-Assign VLANs to Ports

TOPOLOGY

VLAN TABLE

VLAN Network Subnet Ports to be


VLAN Name
ID Address Mask assigned
10 Student [Link] [Link] S1: Fa0/1-6
20 Staff [Link] [Link] S1: Fa0/7-12
30 Management [Link] [Link] S1: Fa0/13-18
88 Unused NOT APPLICABLE S1: Fa0/19-24,G0/1-2
ADDRESSING TABLE

Device Interface IP Address Subnet Mask Description


S1 VLAN 30 [Link] [Link] SVI for S1 Management
Student-PC1 NIC [Link] [Link] Connected to S1 Fa0/1
Student-PC2 NIC [Link] [Link] Connected to S1 Fa0/2
Staff-PC1 NIC [Link] [Link] Connected to S1 Fa0/7
Staff-PC2 NIC [Link] [Link] Connected to S1 Fa0/8
Management-PC1 NIC [Link] [Link] Connected to S1 Fa0/13
Management-PC2 NIC [Link] [Link] Connected to S1 Fa0/14

S1 Configuration

Switch>enable
Switch#conf t
Switch(config)#hostname S1

S1(config)#vlan 10
S1(config-vlan)#name Student

S1(config-vlan)#vlan 20
S1(config-vlan)#name Staff

S1(config-vlan)#vlan 30
S1(config-vlan)#name Management

S1(config-vlan)#vlan 88
S1(config-vlan)#name Unused

S1(config-vlan)#interface range fa0/1-6


S1(config-if-range)#switchport mode access
S1(config-if-range)#switchport access vlan 10
S1(config-if-range)#description VLAN10 for Students

S1(config-if-range)#interface range fa0/7-12


S1(config-if-range)#switchport mode access
S1(config-if-range)#switchport access vlan 20
S1(config-if-range)#description VLAN20 for Staff

S1(config-if-range)#interface range fa0/13-18


S1(config-if-range)#switchport mode access
S1(config-if-range)#switchport access vlan 30
S1(config-if-range)#description VLAN30 for Management
S1(config-if-range)#interface range fa0/19-24,g0/1-2
S1(config-if-range)#switchport mode access
S1(config-if-range)#switchport access vlan 88
S1(config-if-range)#description VLAN88 for Unused Ports
S1(config-if-range)#shutdown

S1(config-if-range)#interface vlan 30
S1(config-if)#ip address [Link] [Link]

S1(config-if)#end
S1#copy run start
Student-PC1 IP Configuration

Student-PC2 IP Configuration
Staff-PC1 IP Configuration

Staff-PC2 IP Configuration
Management-PC1 IP Configuration

Management-PC2 IP Configuration
Show Commands Used:
Show vlan brief
Show running-config

Ping Result:

Succeeded
Ping from To Destination IP
Yes/No
Student-PC2 [Link] Yes
Staff-PC1 [Link] No
Staff-PC2 [Link] No
Student-PC1
Management-PC1 [Link] No
Management-PC2 [Link] No
S1 [Link] No
Staff-PC2 [Link] Yes
Management-PC1 [Link] No
Staff-PC1
Management-PC2 [Link] No
S1 [Link] No
Management-PC2 [Link] Yes
Management-PC1
S1 [Link] Yes

Result: Verified the Default VLAN Configuration, Configured VLANs, and Assign VLANs to Ports
successfully.

You might also like