Comware

 View Only
  • 1.  802.1x dot1x with NPS configuration

    Posted Jul 29, 2020 07:43 AM

    Hi Community,

    I need help to implement 802.1X wired on the HPE 5130 with NPS (radius), with dynamic assignment of VLANs through NPS.

    With the cisco switch is already working, but with HPE switch is not working.

    What configuration should I have for the interfaces?

    Equipment:

    HPE 5130 - HPE Comware Software, Version 7.1.070

     

    I already create:

    #

    dot1x
    dot1x authentication-method eap

    #

    radius scheme radius01
    primary authentication 10.X.X.1
    primary accounting 10.X.X.1
    accounting-on enable
    key authentication cipher ccccccccccccccccccccccccccccccccccccccccccccccccc
    key accounting cipher ccccccccccccccccccccccccccccccccccccccccccccccccc
    user-name-format without-domain
    #
    domain radiusdomain
    authentication lan-access radius-scheme radius01 local
    authorization lan-access radius-scheme radius01 local
    accounting lan-access radius-scheme radius01 local
    #
    domain system
    #
    domain default enable radiusdomain



  • 2.  RE: 802.1x dot1x with NPS configuration

    Posted Aug 03, 2020 07:31 AM

    Hello aamad,

    Please check the following links for more information about the configuration of the ports with the radius:

    Followng is a video with Clearpass as a RADIUS but the priciple is the same:

    https://www.youtube.com/watch?v=HeRIpF-x3nA

    Following is a sample configuration of the port:

    https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c03056625

    Hope this helps!