Difference between revisions of "Dell 4820T or S3100 hybrid ports"
From Notes_Wiki
|  (Created page with "<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb> =Dell 4820T or S3100 hybrid ports=  By default dell switch ports can carry one VLAN untagg...") | 
| (No difference) | 
Revision as of 07:01, 26 September 2019
<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb>
Dell 4820T or S3100 hybrid ports
By default dell switch ports can carry one VLAN untagged or multiple VLANs tagged. To have a native VLAN on trunk port (One untagged VLAN while others are tagged on same port), the port settings have to be changed to portmode hybrid using:
  config t
    interface <> 
      no switchport
      portmode hybrid
      switchport
After that in respective VLANs add ports as tagged or untagged based on requirement.
Refer:

