Configuration Command Reference (11) Flashcards
Global config command that both creates the VLAN and puts the CLI into VLAN configuration mode
vlan “vlan-id”
VLAN subcommand that names the VLAN
name “vlan-name”
VLAN mode subcommand that enables (no shutdown) or disables (shutdown) the VLAN
[no] shutdown
Global config command that has the same effect as the [no] shutdown VLAN mode subcommands
[no] shutdown vlan “vlan-id”
Global config command that defines the VTP mode
vtp mode {server | client | transparent | off}
Interface subcommand that configures the trunking administrative mode on the interface
switchport mode {access | dynamic {auto | desirable} | trunk}
Interface subcommand that statically configures the interface into that one VLAN
switchport access vlan “vlan-id”
Interface subcommand that defines which type of trunking to use, assuming that trunking is configured or negotiated
switchport trunk encapsulation {dot1q | isl | negotiate}
Interface subcommand that defines the native VLAN for a trunk port
switchport trunk native vlan “vlan-id”
Interface subcommand that disables the negotiation of VLAN trunking
switchport nonegotiate
Interface subcommand that defines the voice VLAN on a port, meaning that the switch uses 802.1Q tagging for frames in this VLAN
switchport voice vlan “vlan-“
Interface subcommand that defines the list of allowed VLANs
switchport trunk allowed vlan {add | all | except | remove} “vlan-list”