VLAN Basics
Access Ports
Trunking
Show Commands
Troubleshooting
100

The command to create VLAN 10.

What is vlan 10?

100

Command to set an interface to access mode.

What is switchport mode access?

100

Command to set a port to trunk mode.

What is switchport mode trunk?

100

Show all VLANs and their ports.

What is show vlan brief?

100

A VLAN is not active.

What is vlan [id in configuration mode]?

200

The command to name a VLAN "Sales".

What is name Sales?

200

Command to assign interface fa0/1 to VLAN 10.

What is switchport access vlan 10?

200

Encapsulation type used for trunks.

What is 802.1Q?

200

Show status of all trunk links.

What is show interfaces trunk?

200

Devices in the same VLAN cannot ping.

What is checking for incorrect access port assignment?

300

The default VLAN on Cisco switches.

What is VLAN 1?

300

Command to create a new VLAN and assign it in one step.

What is vlan [id] followed by switchport vlan [id]?

300

Command to define allowed VLANs on a trunk.

What is swtichport trunk allowed vlan [list]?

300

Show configured VLAN interface (SVI).

What is show ip interface brief?

300

Trunk is not working.

What is ensuring switchport mode trunk is set on both sides?

400

Range of normal VLAN IDs.

What is 1 - 1005?

400

Default VLAN mode for a port.

What is Dynamic Auto/Access?

400

The purpose of the native VLAN.

What is to carry untagged traffic?

400

Show specific VLAN configuration.

What is show vlan id [vlan-id]?

400

Native VLAN mismatch warning.

What is checking switchport trunk native vlan on both sides?

500

Range of extended VLAN IDs.

What is 1006 - 4094?

500

Command to remove VLAN 10 from interface fa0/1.

What is no switchport access vlan 10?

500

Command to change the native VLAN to 99.

What is switchport trunk native vlan 99?

500

Show MAC address table for a specific VLAN.

What is show mac address-table vlan [vlan-id]?

500

VTP pruning is removing a needed VLAN.

What is removing the VLAN from the pruned list?