Which three of the following are correct statements about VLAN configuration and verification on a Cisco switch? (Choose three.)
Why this answer
The correct statements are: (1) The 'switchport mode access' command places the interface into a non-trunking mode; (2) By default, all ports on a Cisco switch are in VLAN 1; (3) The 'show vlan brief' command displays VLANs that are active on the switch. The remaining statements are false because: VLANs 1002–1005 are reserved for legacy FDDI/Token Ring VLANs, not for user-created VLANs; a VLAN does not need to be manually created before its name can be assigned (assigning a port to a new VLAN can automatically create it, after which you can set its name); and the 'switchport trunk native vlan' command does not restrict the native VLAN to only tagged frames—native VLAN traffic is sent untagged.
Exam trap
Candidates often confuse the native VLAN as carrying tagged frames, and mistakenly believe VLANs 1002–1005 are user-configurable, when in fact they are reserved for legacy technologies.
Why the other options are wrong
VLANs 1002–1005 are reserved for legacy FDDI and Token Ring, not user-created VLANs.
The native VLAN on a trunk sends frames untagged; this command sets the native VLAN, not a tagging restriction.