Configuration Command Reference (11) 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 (no shutdown) or disables (shutdown) the VLAN

A

[no] shutdown

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”

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-“

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