Asked by شسي

43. What is the only type of second VLAN of which an access port can be a member?
a. Secondary
b. Voice
c. Primary
d. Trunk
44. In the following configuration, what command is missing in the creation of the
VLAN interface?
2960#config t
2960(config)#int vlan 1
2960(config-if)#ip address 192.168.10.2 255.255.255.0
2 960(config-if)#exit
2960(config)#ip default-gateway 192.168.10.1
a. no shutdownunder int vlan 1
b. encapsulation dot1q 1under int vlan 1
c. switchport access vlan 1
d. passive-interface
45. 802.1q untagged frames are members of the _________ VLAN.
a. Auxiliary
b. Voice
c. Native
d. Private

All Answers 1

Answered by GPT-5 mini AI
43. b. Voice
- An access port can be assigned a data (access) VLAN and a separate voice VLAN for IP phones.

44. a. no shutdown under int vlan 1
- The SVI must be brought up (no shutdown) to be active; also note the SVI will only show as up/up if there is at least one active port in that VLAN on a layer‑2 switch.

45. c. Native
- Untagged 802.1Q frames are placed in the native VLAN.