Wired Intelligent Edge

 View Only
Expand all | Collapse all

HP 2920 Port is Member of Tagged and Untagged VLANs

This thread has been viewed 0 times
  • 1.  HP 2920 Port is Member of Tagged and Untagged VLANs

    Posted May 09, 2017 04:34 AM

    Hi

    i am new to HP but i want to understand a configuration. In this config ports are configured as below:

     

    Port1 Member of VLAN2-5 Tagged and VLAN1 Untagged.

    How can this be? Does this mean that, if a packet is not tagged according to 802.1Q, the untagged VLAN is used (kind of native VLAN)?

    Or is this just a senseless config, and if so, which one is winning, tagged or untagged?

     

    thanks



  • 2.  RE: HP 2920 Port is Member of Tagged and Untagged VLANs

    Posted May 09, 2017 08:49 PM

    For incoming frames:
    - If the frame is untagged, the switch will give it an internal tag of VLAN1 while it decides how to switch it
     - if the frame is tagged with a VLAN ID of 2-5, the frame will be accepted and the tag will remain
     - if the frame is tagged with a VLAN ID *other* than 2-5, the frame will be dropped

    For outgoing frames:
     - a frame in VLAN1 will be sent out without any 802.1q tag in the header
     - a frame in VLANs 2-5 will be sent out with an 802.1q tag in the header containing the VLAN ID
     - a frame in any other VLAN will not be sent out.

    You should not use VLAN1 nor any untagged VLANs on inter-switch links:
     - stop using VLAN1, remove it from all links
     - change the untagged VLAN on each link to VLAN999
     - do not put any traffic on VLAN999



  • 3.  RE: HP 2920 Port is Member of Tagged and Untagged VLANs

    Posted May 29, 2017 04:34 AM

    thanks a lot for clarification