Wired Intelligent Edge

 View Only
  • 1.  802.1X auth via VOIP phone

    Posted Jan 24, 2025 10:35 AM

    I've applied port security to a 2930F to use 802.1X and MAC auth with ClearPass as the RADIUS server. ClearPass returns a local user role and the VLANs are configured locally within the switch. 

    I'm MAC auth'ing some Mitel VOIP phones to the switch using MAC OUIs within static host lists - which works as expected. 

    Due to a lack of switchports a lot of wired desktops are being daisy chained through the VOIP phones for their network connection. The desktops are configured to authenticate using EAP-TLS and receive their client certificate through GPO. In my testing when the desktop is daisy chained through the VOIP phone they can only MAC auth and are not capable of 802.1X. I have the auth priority to be 'authenticator' then 'mac-based' on the switchport so the priority is always 802.1X if the device is capable i.e. has received a client certificate via GPO. When I patch the desktop in directly into the switchport, instead of via the VOIP phone, 802.1X auth is possible and I can see this in the port-access clients list. Is this the expected behaviour? 

    Once I either add the MAC address manually into ClearPass or use a static host list with MAC/OUIs the desktops authenticates fine. However, ideally I'd like to be able to avoid this as I'd prefer then to 802.1X instead, but may not be possible via a VOIP phone i.e. MAC auth the VOIP phone and 802.1X the attached desktop. 

    Thank you. 



  • 2.  RE: 802.1X auth via VOIP phone

    Posted Jan 24, 2025 06:07 PM

    You should be able to auth laptops that are connected at the back of the phone using dot1x.

    Please share your port config and the "aaa authz role-name" for the phones and users.



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: 802.1X auth via VOIP phone

    Posted Jan 24, 2025 06:09 PM

    Can you send us the port configuration so we can see how it is configured.

    Thanks 



    ------------------------------
    Daniel Ruiz
    -----------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support.
    Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC.
    ------------------------------



  • 4.  RE: 802.1X auth via VOIP phone

    Posted Jan 24, 2025 06:27 PM

    also note that for some of the IP Phones you have to enable dot1x pass through the pc port



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 5.  RE: 802.1X auth via VOIP phone

    Posted Jan 26, 2025 12:43 PM

    Have you been able to do any tests or do you have the configuration to check it?



    ------------------------------
    Daniel Ruiz
    -----------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support.
    Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC.
    ------------------------------



  • 6.  RE: 802.1X auth via VOIP phone

    Posted Jan 27, 2025 03:35 AM

    aaa port-access authenticator 20

    aaa port-access authenticator 20 tx-period 5

    aaa port-access authenticator 20 supplicant-timeout 5

    aaa port-access authenticator 20 max-requests 1

    aaa port-access authenticator 20 reauth-period 3600

    aaa port-access authenticator 20 client-limit 2

    aaa port-access mac-based 20

    aaa port-access mac-based 20 addr-limit 2

    aaa port-access mac-based 20 addr-moves

    aaa port-access mac-based 20 mac-pin

    aaa port-access mac-based 20 reauth-period 3600

    aaa port-access mac-based 20 server-group "ClearPass"

    aaa port-access 20 controlled-direction in

    aaa port-access 20 mixed

    aaa port-access 20 auth-order authenticator mac-based

    aaa port-access 20 auth-priority authenticator mac-based

    aaa authorization user-role name VOIP

    vlan-id 7

    vlan-id-tagged 2-3

       

    aaa authorization user-role name Wired-dot1x

    vlan-id 7

       




  • 7.  RE: 802.1X auth via VOIP phone

    Posted Jan 29, 2025 12:50 PM

    I would remove the mixed, auth-order and auth-priority, as well the changed timeouts. And temporarily raise/remove the addr/limit/client-limit. Try simple first.

    I suspect the auth-order, as that may result in stop processing 802.1X after the tx-period/supplicant timeout. By default, the AOS-SW will do concurrent onboarding and device behind phone has not been a problem.

    And as mentioned before, I may be that the phone is 'eating' the 802.1X traffic between the connected device and uplink, but that should be easy to test with a packet capture and port mirror to see if EAPoL frames are seen on both sides.



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your HPE Aruba Networking partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact HPE Aruba Networking TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or HPE Aruba Networking.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------