Home > VLAN & Trunking Questions 2

VLAN & Trunking Questions 2

January 23rd, 2021 Go to comments

Question 1

Question 2

Explanation

In fact we only need to add (allow) VLAN 13 to the trunk link of Switch A. Switch B allows all VLANs by default so we don’t need to do any further configuration.

Question 3

Explanation

If the neighboring switch is set to trunk then we need to set our switch to desirable mode so that it can start the negotiation. In fact answer C is also correct according to the table below:

 

DTP_modes.jpg

But “desirable” mode is a safer answer so we should choose it.

Question 4

An engineer requires a switch interface to actively attempt to establish a trunk link with a neighbor switch. What command must be configured?

A. switchport mode trunk
B. switchport mode dynamic desirable
C. switchport mode dynamic auto
D. switchport nonegotiate

 

Answer: B

Question 5

An engineer must configure interswitch VLAN communication between a Cisco switch and a third-party switch. Which action should be taken?

A. configure IEEE 802.1p
B. configure IEEE 802.1q
C. configure ISL
D. configure DSCP

 

Answer: B

Explanation

IEEE 802.1Q is the networking standard that supports virtual LANs (VLANs) on an Ethernet network. When a frame enters the VLAN-aware portion of the network (a trunk link, for example), a VLAN ID tag is added to represent the VLAN membership of that frame. The picture below shows how VLAN tag is added and removed while going through the network.

VLAN_tag_added_removed.jpg

Comments (10) Comments
  1. Question 3
    January 28th, 2021

    Hi @9tut,

    Shouldn’t the answer to question 3 be B) “configure switchport mode dynamic desirable”?
    Wouldn’t this cause a trunk link to be established between the two switches as the 1st switch is set to trunk or desirable mode?

  2. 9tut
    January 29th, 2021

    @Question 3: Yes, thanks for your detection, we have just updated it!

  3. thicore
    March 9th, 2021

    So what would be the correct answer to question 3. If it is not the letter B, immediately informed in the comments above, then what would it be?

  4. giampod
    March 20th, 2021

    For me the right answer is to question 3 is “mode dynamic auto”. From Ciscopress:”switchport mode dynamic auto: Makes the interface able to convert the link to a trunk link. The interface becomes a trunk interface if the neighboring interface is set to trunk or desirable mode.”

  5. Nena
    March 25th, 2021

    But the right answers for Q3 are both B and C

  6. Neeewby
    April 3rd, 2021

    Q3- answer is both B and C. 9tut, could you please share your opinion? :)

  7. BRC
    May 4th, 2021

    Q3 – I also believe answer is B. Question states that the neighbor switch is set to trunk OR desirable. If it is set to trunk, then other switch must be set to desirable so that it actively sends messages to negotiate the trunk. If it is set to auto, it will only respond to messages to negotiate the trunk.

    I’m here to learn too, so please correct me if I am wrong.

  8. alexbarcelos
    June 13th, 2021

    @9tut, Is Q3 correct?

  9. Some_random_person
    November 7th, 2021

    Q3 is correct with establishing the two switches.
    if the switch is set to either trunk or desirable mode. then the safer more “secure” option out of these would be
    B: configure switchport mode dynamic desirable.
    it is true that ‘auto’ can be correct according to table but B would be the better option.

  10. turasha
    February 1st, 2023

    why Q1 i think is incorrect

Add a Comment