Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 6 VLANs (Troubleshoot VLANs and Trunks (Introduction to…
Chapter 6 VLANs
-
-
1. VLAN Segmentation
Overview of VLANs
VLAN Definitions
VLANs provide segmentation and organizational flexibility, by grouping devices within a LAN based on logical connections
Any switch port can belong to a VLAN, and unicast, broadcast, and multicast packets are forwarded and flooded only to end stations within the VLAN where the packets are sourced
-
-
Each switch port can be assigned to only one VLAN (with the exception of a port connected to an IP phone or to another switch).
Benefits of VLANs
-
Cost reduction - Cost savings result from reduced need for expensive network upgrades and more efficient use of existing bandwidth and uplinks.
Better performance - Dividing flat Layer 2 networks into multiple logical workgroups (broadcast domains) reduces unnecessary traffic on the network and boosts performance.
-
Improved IT staff efficiency - VLANs make it easier to manage the network because users with similar network requirements share the same VLAN. When a new switch is provisioned, all the policies and procedures already configured for the particular VLAN are implemented when the ports are assigned. It is also easy for the IT staff to identify the function of a VLAN by giving it an appropriate name.
Simpler project and application management - VLANs aggregate users and network devices to support business or geographic requirements. Having separate functions makes managing a project or working with a specialized application easier; an example of such an application is an e-learning development platform for faculty.
Types of VLANs
-
Default VLAN
All switch ports become a part of the default VLAN after the initial boot up of a switch loading the default configuration.
-
-
-
-
VLAN Implementations, part 1
VLAN Assignment
-
Creating a VLAN
-
-
A series of VLAN IDs can be entered separated by commas, or a range of VLAN IDs separated by hyphens using the vlan vlan-id command.
use the following command to create VLANs 100, 102, 105, 106, and 107:
S1(config)# vlan 100,102,105-107
Assigning Ports to VLANs
-
The switchport mode access command is optional, but strongly recommended as a security best practice. With this command, the interface changes to permanent access mode.
-
The switchport access vlan command forces the creation of a VLAN if it does not already exist on the switch
-
Deleting VLANs
-
The entire vlan.dat file can be deleted using the delete flash:vlan.dat privileged EXEC mode command.
The abbreviated command version (delete vlan.dat) can be used if the vlan.dat file has not been moved from its default location.
After issuing this command and reloading the switch, the previously configured VLANs are no longer present.
-
VLAN Implementations, part 2
-
-