Vol 1 Ch 8 - Implementing Ethernet Virtual LANs Flashcards

1
Q

What is VTP?

A

VTP stands fro VLAN Trunking Protocol. It is a Cisco proprietary protocol that propagates the definition of Virtual Local Area Networks (VLAN) on the whole local area network. To do this, VTP carries VLAN information to all the switches in a VTP domain.

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

What is DTP?

A

DTP stands for Dynamic Trunking Protocol. It alow sthe negotiation of a trunk between two switches.

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

What are the four DTP administrative modes?

A
  1. access
  2. trunk
  3. dynamic desirable
  4. dynamic auto
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two trunking standards?

A
  1. ISL (Inter-Switch Link) - no longer supported by Cisco

2. IEEE 802.1Q

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

What VLANs are supported?

A

The 12 bit VLAN ID supports a theoretical maximum of 4,096 VLANs, from VLAN ID 0 to VLAN ID 4,095.
Cisco switches only support 4,094 VLANs in two ranges.
NORMAL RANGE VLANs:
VLAN ID 1 to 1005.
EXTENDED RANGE VLANs:
VLAN ID 1006 to 4094.

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

What are the global configuration commands used with Virtual LANs?

A

vlan _____

[no] shutdown ______

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

What are the user EXEC commands used with Virtual LANs?

A
show interfaces \_\_\_\_\_\_\_\_ switchport
show interfaces \_\_\_\_\_\_\_\_ trunk
show vlan \_\_\_\_\_\_\_\_
show vlan [ brief | id \_\_\_\_\_\_ / name \_\_\_\_\_\_ | summary
show vtp status
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the VLAN subcommands?

A

name _______

[no] shutdown

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

What are the interface subcommands used with VLANs?

A

switchport mode [access | dynamic (auto\desirable) | trunk]
switchport access vlan _____
switchport trunk encapsulation [dot1q | isl | negotiate]
swithchport trunk native vlan _______
switchport nonegotiate
switchport voice vlan ______
switchport trunk allowed vlan [add | all | except | remove] __________

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