Comware

 View Only
last person joined: 16 hours ago 

Expand all | Collapse all

Comware Voice VLAN & 802.1x

This thread has been viewed 0 times
  • 1.  Comware Voice VLAN & 802.1x

    Posted Jul 15, 2013 03:07 PM

    Does anybody know whether it is possible to implement 802.1X with dynamic VLANs AND a voice VLAN on the same interface, on an HP 5120-EI.

     

    Ideally I would like the following:

    Any port on a PoE switch may have:

    • A PC attached
    • A phone attached
    • A phone and a PC attached

     

    The PC traffic should enter a VLAN dynamically specified by RADIUS, and the voice data should go into VLAN 50.

    All phones are Cisco 7941s.

     

    Regards,

     

    Pete


    #VLAN


  • 2.  RE: Comware Voice VLAN & 802.1x

    Posted Aug 08, 2013 04:25 PM

    try this:

     

    port link-type hybrid

    port hybrid vlan 1 untagged

    voice vlan 5 enable ## 5 is my voice vlan. Replace with your voice vlan id.

    mac-vlan enable

    dot1x re-authenticate

    dot1x guest-vlan 3   ## 3 is my guest vlan. Replace with your GUEST vlan id.

    undo dot1x handshake

    undo dot1x multicast-trigger

    dot1x

     

     

    I've been using and it works. My switchs are 5500-ei.


    #dot1x
    #VoiceVlan


  • 3.  RE: Comware Voice VLAN & 802.1x

    Posted Aug 16, 2017 07:39 AM

    Hi Fabiano,

    Why  would you need a guest-vlan? Is it really needed for the 802.1x authentication?