Answer the question
In order to leave comments, you need to log in
What kind of traffic does the hybrid port carry from endpoints?
I want to know where I'm wrong.
So, as I understand the work of various ports:
Trunk is a trunk port that allows you to create a trunk connection between intermediate network devices (switches). Between ports in trunk mode, tagged traffic is transmitted. The switch removes the tag from the frame before it is sent to the access port. It has a Native VLAN that can receive untagged traffic.
Access - an access port that receives and transmits untagged traffic, each access port is assigned its own vlan.
Hybrid - in Cisco these are trunks configured like this:
switchport mode trunk
switchport trunk native vlan 33
switchport trunk allowed vlan 33, 34
switchport mode hybrid
switchport hybrid pvid 33
switchport hybrid allowed vlan add 33 untagged
switchport hybrid allowed vlan add 34 tagged
Answer the question
In order to leave comments, you need to log in
Trunk - a trunk port that allows you to create a trunk connection between intermediate network devices (switches).
Those. hybrid ports can operate as access ports, i.e. receive untagged traffic, and in the mode of receiving tagged traffic.
It seemed to me that the switch, when receiving untagged traffic from the computer (from the hybrid port), then either tags it (if this traffic is not from Native VLAN), or passes it on untagged (if it is Native VLAN), and the phone is already transmitting tagged traffic. This is true?
switchport mode hybrid
switchport hybrid pvid 33
switchport hybrid allowed vlan add 33 untagged
switchport hybrid allowed vlan add 34 tagged
switchport hybrid allowed vlan add 34 tagged
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question