HPE6-A72 Exam QuestionsBrowse all questions from this exam

HPE6-A72 Exam - Question 65


HOTSPOT -

Review the exhibit.

As the frame traverses from **PC-1** to **Server-1**, the VLAN tag will be removed.

Click on the interface (circled in green) where the VLAN tag will be removed.

Hot Area:

Show Answer
Correct Answer:

Port 1/1/4 on Access-2.

Discussion

7 comments
Sign in to comment
noureldin
Feb 20, 2022

Correct Answer:1/1/4 Tagged VLANs 1. A host will send a frame without a tag 2. The frame enters an untagged port on switch 1, configured with VLAN 10 in this case. The switch adds the VLAN tag to the frame 3. Switch 1 determines that port 2 should send this frame to switch 2. This is a tagged port, so it checks that VLAN 10 is allowed on this port. If it is, it leaves the tag intact, and sends the frame. If VLAN 10 is not allowed, it drops the frame 4. Switch 2 receives the frame on tagged port 1. This switch also determines if VLAN 10 is allowed on this port, and drops it if it is not. Switch 2 determines that port 2 should send the frame 5. Since port 2 is an untagged port, it strips the tag from the frame, and then sends it 6. Host B receives the untagged frame https://networkdirection.net/articles/network-theory/taggeduntaggedandnativevlans/

ITGod713
Jul 15, 2022

1/1/2 is correct. frame strips tag off the last trunk port. It then floods the untagged frame out all access ports within that broadcast domain

Dimma
Jul 13, 2022

Port 1/1/2 on Access-2 is correct. "As frame arrives at the end of the trunk link the tag is removed and the frame is sent to the correct access link port according to the switch's table, so that the receiving end is unaware of any VLAN information." https://www.firewall.cx/networking-topics/vlan-networks/219-vlan-tagging.html

AlinTX
Feb 19, 2022

Port 1/1/2 on Access-2 is Correct

Izeflexzz
Mar 1, 2022

Agreed. Port 1/1/2 on Access-2 is correct as the dot1q tag is removed when received from the trunk interface.

slotblocker
Apr 13, 2023

If the link between the Server and Access-2 is an access port, then on 1/1/2

itmedic614
Mar 30, 2022

1/1/2 is a trunk port. The answer given is correct.

alex711
Jan 8, 2023

1/1/4 is correct. Cause when the packet is received on port 1/1/2, then switch check the frame header to see the destinantion, if it is local enddevice then removes the tag and send it, if it is another sw then it dont remove the tag.