Question 1
Which extended VLAN range are valid and is stored in the startup configuration?

A. VLANs 1006-4096
B. VLANs 2006-6096
C. VLANs 1-1005
D. VLANs 1005-2060

Answer: A

Question 2
Which two statements about native VLANs are true? (Choose two)

A. VLAN 1 and VLAN 1001 are native VLANs by default.
B. The native VLAN is untagged over trunks.
C. The native VLAN can be changed on a per port basis.
D. Only one VLAN can be the native VLAN on a device.
E. Cisco Discovery Protocol versions 1 and 2 can carry native VLAN information.

Answer: B C

Question 3
Which three of these VLANs are a valid extended VLAN? (Choose three)

A. 4095
B. 4096
C. 4094
D. 3000
E. 1006
F. 1005

Answer: C D E

Question 4a

In which place does all VLANs get stored?

(In which place all VLAN are stored?)

A. NVRAM: vlan.xml
B. FLASH: vlan.xml
C. NVRAM: vlan.txt
D. FLASH: vlan.txt
E. NVRAM: vlan.dat
F. FLASH: vlan.dat

Answer: F

Question 4b

Which file lists all of the configured VLANs on a switch?

A. flash:vlan.dat
B. nvram:vlans.xml
C. flash:vlans.txt
D. nvram:vlan.txt
E. flash.config.txt
F. flash:vlan.xml

Answer: A

Question 5
Which two commands or combination of commands make native VLAN 99 tagged? (Choose two)

A. vlan dot1q tag native
B. vlan dot1q tag native vlan 99
C. interface fa0/1
switchport trunk native vlan 99
D. encapsulation dot1q tag native vlan 99
E. encapsulation dot1q 99 native

Answer: A C

Question 6
A question about native VLAN set to 539.
(There was a question like if native VLAN is 539)

A. STP frames untagged on VLAN 539
B. STP frames tagged on VLAN 539
C. STP frames tagged on VLAN 1
D. STP frames untagged on VLAN 1

Answer: A

Question 7What does the interface subcommand “switchport voice vlan 222” indicate?

A. The port is configured for data and voice traffic.
B. The port is fully dedicated to forwarding voice traffic.
C. The port operates as an FXS telephony port.
D. Voice traffic is directed to VLAN 222.

Answer: A or D

Explanation

Let’s see an example of configuring this command.

Cisco_IP_Phone_data_voice_VLANs.jpg

Switch(config)#interface fa0/0
Switch(config-if)#switchport voice vlan 30

The “switchport voice vlan 30” command directs the switch to send CDP packets that configure the IP phone to transmit voice traffic in 802.1Q frames, tagged with VLAN 30. The data traffic is sent to the native VLAN (untagged).

Therefore in this question both answer A and D are correct. I don’t know why we only have one choice in this question.

(Reference and a good resource: http://www.cisco.com/en/US/products/hw/switches/ps4324/products_configuration_example09186a0080722cdb.shtml)

Question 8What would happen if we delete VLAN that exist on switchport?

A. Port down and use native VLAN.
B. Port down and use default VLAN.
C. Port up and use native VLAN.
D. Port up and use default VLAN.
E. Port will remain shutdown/inactive until it is assigned a new VLAN.

Answer: E

Question 9How to tag a native VLAN?

A. Use the “vlan dot1q native tag” under interface configuration mode
B. Use the “vlan dot1q native tag” under global configuration mode
C. Use the “vlan dot1q tag native” under global configuration mode
D. Use the “vlan dot1q tag native” under interface configuration mode

Answer: C

Question 10
What are the control protocols make use of the native VLAN 1 by default? (Choose two)

A. STP
B. NTP
C. LACP
D. VTP
E. CDP
F. UDLD

Answer: D E