11.1 Virtual LANS Flashcards
What is a VLAN
a broadcast domain defined by switch port rather than network address or other criteria. Using VLANs lets you assign devices on different switch ports to different logical (or virtual) LANs.
What are the advantages of VLAN
Create virtual LANs based on criteria other than physical location (such as workgroup, protocol, or service).
Simplify device moves by modifying a device’s port assignment to move it to a new VLAN.
Control broadcast traffic and create collision domains based on logical criteria.
Control security by isolating traffic within a VLAN.
Load-balance network traffic by dividing traffic logically rather than physically.
VLAN Disadvantages
A disadvantage of using switches to create VLANs is that you might be tied to a specific vendor. Details of how VLANs are created and identified can vary from vendor to vendor. Creating a VLAN might mean you must use only that vendor’s switches throughout the network. When using multiple vendors in a switched network, be sure each switch supports the 802.1Q standards if you want to implement VLANs.
Voice VLAN
you can also use switches to create voice VLANs. Voice VLANs are configured on access ports and are used to carry VoIP traffic from a Cisco IP phone. Voice VLANs send all VoIP traffic with a higher priority than data traffic to ensure timely delivery.
switch(config)#vlan [1-1005]
Defines a VLAN.
switch(config-vlan)#name [unique_name]
Gives the VLAN a name.
switch(config)#no vlan [1-1005]
Deletes a VLAN.
switch(config-if)#switchport access vlan [1-1005]
Assigns ports to the VLAN.
switch#show vlan
switch#show vlan brief
Shows a list of VLANs on the system.
switch#show vlan id [1-1005]
switch#show vlan id [1-1005]
switch(config-if)#switchport voice vlan [1-1005]
Configures the port to use the specified VLAN for VoIP traffic.
switch(config-if)#switchport priority extend cos [0-7]
switch(config-if)#switchport priority extend trust
Sets the priority value that voice traffic will be tagged with. The default is 5.
Configures the port to trust the priority value assigned by the IP phone.
switch#sh int [interface] switchport
Displays the configuration information for the specified interface.
What is trunking
a term used to describe the connection of two switches