Ch. 8: Implementing Ethernet Virtual LANs Flashcards

1
Q

802.1Q

A

The IEEE standardized protocol for VLAN trunking, which also includes RSTP details.

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

trunk

A

In campus LANs, an Ethernet segment over which the devices add a VLAN header that identifies the VLAN in which the frame exists.

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

trunking administrative mode

A

The configured trunking setting on a Cisco switch interface, as configured with the switchport mode command.

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

trunking operational mode

A

The current behavior of a Cisco switch interface for VLAN trunking.

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

virtual LAN (VLAN)

A

A group of devices, connected to one or more switches, with the devices grouped into a single broadcast domain through switch configuration. VLANs allow switch administrators to separate the devices connected to the switches into separate VLANs without requiring separate physical switches, gaining design advantages of separating the traffic without the expense of buying additional hardware.

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

VLAN Trunking Protocol (VTP)

A

A Cisco-proprietary messaging protocol used between Cisco switches to communicate configuration information about the existence of VLANs, including the VLAN ID and VLAN name.

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

VTP transparent mode

A

One of three VTP operational modes. Switches in transparent mode can configure VLANs, but they do not tell other switches about the changes, and they do not learn about VLAN changes from other switches.

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

multilayer switch

A

A LAN switch that can also perform Layer 3 routing functions. The name comes from the fact that this device makes forwarding decisions based on logic from multiple OSI layers (Layers 2 and 3).

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

access interface

A

A LAN network design term that refers to a switch interface connected to end-user devices, configured so that it does not use VLAN trunking.

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

trunk interface

A

A switch interface configured so that it operates using VLAN trunking (either 802.1Q or ISL).

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

data VLAN

A

A VLAN used by typical data devices connected to an Ethernet, like PCs and servers. Used in comparison to a voice VLAN.

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

voice VLAN

A

A VLAN defined for use by IP Phones, with the Cisco switch notifying the phone about the voice VLAN ID so that the phone can use 802.1Q frames to support traffic for the phone and the attached PC (which uses a data VLAN).

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

native VLAN

A

The one VLAN ID on any 802.1Q VLAN trunk for which the trunk forwards frames without an 802.1Q header.

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

default VLAN

A

A reference to the default setting of 1 (meaning VLAN ID 1) on the switchport access vlan vlan-id interface subcommand on Cisco switches, meaning that by default, a port will be assigned to VLAN 1 if acting as an access port.

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

static access interface

A

A LAN network design term, synonymous with the term access interface, but emphasizing that the port is assigned to one VLAN as a result of static configuration rather than through some dynamic process.

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

vlan (vlan-id)

A

Global config command that both creates the VLAN and puts the CLI into VLAN configuration mode

17
Q

name (vlan-name)

A

VLAN subcommand that names the VLAN

18
Q

[no] shutdown

A

VLAN mode subcommand that enables (no shutdown) or disables (shutdown) the VLAN

19
Q

[no] shutdown vlan (vlan-id)

A

Global config command that has the same effect as the [no] shutdown VLAN mode subcommands

20
Q

vtp mod {server | client | transparent | off}

A

Global config command that defines the VTP mode

21
Q

switchport mode {access | dynamic {auto | desirable} | trunk}

A

Interface subcommand that configures the trunking administrative mode on the interface

22
Q

switchport access vlan (vlan-id)

A

Interface subcommand that statically configures the interface into that one VLAN

23
Q

switchport trunk encapsulation {dot1q | isl | negotiate}

A

Interface subcommand that defines which type of trunking to use, assuming that trunking is configured or negotiated

24
Q

switchport trunk native vlan (vlan-id)

A

Interface subcommand that defines the native VLAN for a trunk port

25
Q

switchport nonegotiate

A

Interface subcommand that disables the negotiation of VLAN trunking

26
Q

switchport voice vlan (vlan-id)

A

Interface subcommand that defines the voice VLAN on a port, meaning that the switch uses 802.1Q tagging for frames in this VLAN

27
Q

switchport trunk allowed vlan {add | all | except | remove} (vlan-list)

A

Interface subcommand that defines the list of allowed VLANs

28
Q

show interfaces (interface-id) switchport

A

Lists information about any interface regarding administrative settings and operational state

29
Q

show interfaces (interface-id) trunk

A

Lists information about all operational trunks (but no other interfaces), including the list of VLANs that can be forwarded over the trunk

30
Q

show vlan [brief | id (vlan-id)| name (vlan-name) | summary]

A

Lists information about the VLAN

31
Q

show vlan (vlan)

A

Displays VLAN information

32
Q

show vtp status

A

Lists VTP configuration and status information