Implementing Ethernet Virtual Lans Flashcards

1
Q

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

A

vlan vlan-id

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

VLAN subcommand that names the VLAN

A

name [vlan-name]

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

VLAN mode subcommand that enables or disables the VLAN

A

no shutdown - enable

shutdown = disable

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

Global config command that has the same effect as

the [no] shutdown VLAN mode subcommands

A

no shutdown vlan vlan-id = globally enable

shutdown vlan vlan-id = globally disable

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

Global config command that defines the VTP mode

A

vtp mode {server | client | transparent | off}

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

Interface subcommand that configures the trunking

administrative mode on the interface

A

switchport mode {access | dynamic {auto | desirable}

| trunk}

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

Interface subcommand that statically configures the

interface into that one VLAN

A

switchport access vlan vlan-id

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

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

A

switchport trunk encapsulation {dot1q | isl | negotiate}

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

Interface subcommand that defines the native

VLAN for a trunk port

A

switchport trunk native vlan [vlan-id]

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

Interface subcommand that disables the negotiation

of VLAN trunking

A

switchport nonegotiate

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

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

A

switchport voice vlan [vlan-id]

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

Interface subcommand that defines the list of

allowed VLANs

A

switchport trunk allowed vlan {add | all

| except | remove} [vlan-list]

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

Lists information about any interface regarding

administrative settings and operational state

A

show interfaces [ interface-id ] switchport

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

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

A

show interfaces interface-id trunk

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

Lists information about the VLAN

A

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

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

Displays VLAN information

A

show vlan [vlan]

17
Q

Lists VTP configuration and status information

A

show vtp status