Hi all,
I'm going to configure radius login on a 5900 with comware 7 and i'm facing some troubles. Looking at some guides and forum posts, I see all different configurations.
On Aruba i have this:
aaa authentication console login radius local
aaa authentication console enable radius local
aaa authentication telnet login radius local
aaa authentication telnet enable radius local
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
radius-server host <server-ip> key <server-key> acct-port 1646
radius-server key <server-key>
but I cannot translate it correctly on 5945. When I tried, the system cutted me out and I had to proceed with password recovery.
My task is to configure radius server to access via telnet and ssh. Local password for CLI and as fallback after 5 radius fail.
My first configuration is this one:
#
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
nas-ip <ip dello switch stesso>
#
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,
Stefano