Comware

 View Only
last person joined: 3 days ago 

Radius authentication for 5945

This thread has been viewed 3 times
  • 1.  Radius authentication for 5945

    Posted Nov 18, 2023 07:34 AM

    Hi guys, i have a question for you. I have a switch Comware 5945. I must configure a Radius authentication via SSH. I have a problem, After I do authentication in a few seconds connections have been closed. Can you help me? My first configuration is :

    #
    radius scheme <nome scheme>
        primary authentication <ip radius server> key cipher <key>
        primary accounting <ip radius server> key cipher <key>
        accounting-on enable
        accounting-on extended
        user-name-format without-domain
      
    #
    domain radius
        authentication login radius-scheme <nome scheme> local telnet ssh
        authorization login radius-scheme <nome scheme> local telnet ssh
        accounting login radius-scheme <nome scheme> local telnet ssh
    #
    line vty 0 3
        authentication-mode scheme
        user-role network-admin
        user-role network-operator
        idle timeout 0 0
    #
    line vty 4
        uthentication mode scheme
        user-role network-operator
        idle timeout 0 0
    #
    ssh server enable
    public-key local create rsa
    y
    #

    THANKS IN ADVANCE