11.1 Virtual LANS Flashcards

1
Q

What is a VLAN

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the advantages of VLAN

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

VLAN Disadvantages

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Voice VLAN

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

switch(config)#vlan [1-1005]

A

Defines a VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

switch(config-vlan)#name [unique_name]

A

Gives the VLAN a name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

switch(config)#no vlan [1-1005]

A

Deletes a VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

switch(config-if)#switchport access vlan [1-1005]

A

Assigns ports to the VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

switch#show vlan

switch#show vlan brief

A

Shows a list of VLANs on the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

switch#show vlan id [1-1005]

A

switch#show vlan id [1-1005]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

switch(config-if)#switchport voice vlan [1-1005]

A

Configures the port to use the specified VLAN for VoIP traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

switch(config-if)#switchport priority extend cos [0-7]

switch(config-if)#switchport priority extend trust

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

switch#sh int [interface] switchport

A

Displays the configuration information for the specified interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is trunking

A

a term used to describe the connection of two switches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly