CCNA2 - Module 3&4 Flashcards
are logical connections with other similar devices.
VLANs
Benefits of VLAN Design:
- Smaller Broadcast Domains: Dividing the LAN reduces the number of broadcast domains.
- Improved Security: Only users in the same VLAN can communicate together.
- Improved IT Efficiency: VLANs can group devices with similar requirements, e.g., faculty vs. students.
- Reduced Cost: One switch can support multiple groups or VLANs.
- Better Performance: Small broadcast domains reduce traffic, improving bandwidth.
- Simpler Management: Similar groups will need similar applications and other network resources.
VLAN 1 is the following:
* The default VLAN
* The default Native VLAN
* The default Management VLAN
* Cannot be deleted or renamed
Note: While we cannot delete VLAN1 Cisco will recommend that we assign these default features to other VLANs
Default VLAN
Dedicated to user-generated traffic (email and web traffic).
VLAN 1 is the default data VLAN because all interfaces are assigned to this VLAN.
Data VLAN
This is used for trunk links only.
All frames are tagged on an 802.1Q trunk link except for those on the native VLAN
.
Native VLAN
This is used for SSH/Telnet VTY traffic and should not be carried with end user traffic.
Typically, the VLAN that is the SVI for the Layer 2 switch.
Management VLAN
A separate VLAN is required because Voice traffic requires:
* Assured bandwidth
* High QoS priority
* Ability to avoid congestion
* Delay less that 150 ms from source to destination
The entire network must be designed to support voice.
Voice VLAN
is a point-to-point link between two network devices(VLAN).
trunk
Without ____, all devices connected to the switches will receive all unicast, multicast, and broadcast traffic.
VLANs
With VLANs, unicast, multicast, and broadcast traffic is confined to a VLAN. Without a _____ to connect the VLANs, devices in different VLANs cannot communicate.
Layer 3 device
- 2-byte field with hexadecimal
- reffered as Tag Protocol ID (TPID)
- 3-bit user priority
- 1-bit Canonical Format Identifier (CFI)
- 12-bit vlan up to 4069
802.1Q
- tagged with appropriate layer 2 class of service priority value
voice VLAN
The ______ command can show us both data and voice VLANs assigned to the interface.
show interfaces fa0/18 switchport
Native vs Extended Range VLAN
Normal Range VLAN 1 - 1005
* Used in Small to Medium sized businesses
* 1002 - 1005
are reserved for legacy VLANs
* 1, 1002 - 1005
are auto created and cannot be deleted
* Stored in the vlan.dat
file in flash
* VTP can synchronize between switches
Extended Range VLAN 1006 - 4095
* Used by Service Providers
* Are in Running-Config
* Supports fewer VLAN features
* Requires VTP configurations
Commands to verify VLAN info
brief
Display VLAN name, status, and its ports one VLAN per line.id
vlan-id
Display information about the identified VLAN ID number. name
vlan-name
Display information about the identified VLAN name. The vlan-name is an ASCII string from 1 to 32 characters.summary
Display VLAN summary information.
use the______ to place interface back in VLAN 1 & change VLAN port membership
no switchport access vlan
command to delete all VLANS
delete flash:vlan.dat
or delete vlan.dat
Is set to trunk administratively
Is set as trunk operationally (functioning)
Encapsulation is dot1q
sh int fa0/1 switchport command
reset trunk to the default state
no sw trunk alllowed vlan
no sw trunk native vlan
is a proprietary Cisco protocol.
characteristics are as follows:
- On by default on Catalyst 2960 and 2950 switches
- Dynamic-auto is default on the 2960 and 2950 switches
- May be turned off with the nonegotiate command
- May be turned back on by setting the interface to dynamic-auto
- Setting a switch to a static trunk or static access will avoid negotiation issues with the switchport mode trunk or the switchport mode access commands.
Dynamic Trunking Protocol (DTP)
interface configuration command to stop DTP negotiation.
switchport nonegotiate
negotiated int modes
-
access:
Permanent access mode and negotiates to convert the neighboring link into an access link. -
dynamic auto:
Will become a trunk interface if the neighboring interface is set to trunk or desirable mode. -
dynamic desirable:
Actively seeks to become a trunk by negotiating with other auto or desirable interfaces. -
trunk:
Permanent trunking mode and negotiates to convert the neighboring link into a trunk link.
command to determine the current DTP mode
show dtp interface f0/1
are used to segment switched Layer 2 networks for a variety of reasons. Regardless of the reason, hosts in one VLAN cannot communicate with hosts in another VLAN unless there is a router or a Layer 3 switch to provide routing services.
VLANs