Examveda

Which command will configure a switch port to use the IEEE standard method of inserting VLAN membership information into Ethernet frames?

A. Switch(config)# switchport trunk encapsulation isl

B. Switch(config)# switchport trunk encapsulation ietf

C. Switch(config)# switchport trunk encapsulation dot1q

D. Switch(config-if)# switchport trunk encapsulation isl

Answer: Option C

Solution (By Examveda Team)

To configure a switch port to use the IEEE standard method of inserting VLAN membership information into Ethernet frames, you would use the dot1q encapsulation method. This method inserts VLAN tags into Ethernet frames according to the IEEE 802.1Q standard, allowing for the transmission of VLAN information across the network.

Options A, B, and D are incorrect because:
Option A: switchport trunk encapsulation isl configures the switch port to use the Inter-Switch Link (ISL) encapsulation method, which is a Cisco proprietary protocol and not part of the IEEE standard.
Option B: switchport trunk encapsulation ietf is not a valid command. There is no encapsulation method called "ietf" for trunk ports in Cisco switches.
Option D: switchport trunk encapsulation isl is a command used at the interface configuration level (Switch(config-if)#), but it specifies the ISL encapsulation method, which, as mentioned earlier, is not part of the IEEE standard.

Therefore, the correct command to configure a switch port to use the IEEE standard method of inserting VLAN membership information into Ethernet frames is Option C: Switch(config)# switchport trunk encapsulation dot1q.

This Question Belongs to Networking >> Virtual LANs

Join The Discussion

Comments (2)

  1. पै.शिवम् तरस
    पै.शिवम् तरस:
    8 years ago

    Ans
    e. Switch(config-if)# switchport trunk encapsulation dot1q

  2. Katheeja Beevi
    Katheeja Beevi:
    8 years ago

    option e is not at all available

Related Questions on Virtual LANs

Which of the following is true regarding VLANs?

A. You must have at least two VLANs defined in every Cisco switched network.

B. All VLANs are configured at the fastest switch and, by default, propagate this information to all other switches.

C. You should not have more than 10 switches in the same VTP domain.

D. VTP is used to send VLAN information to switches in a configured VTP domain.