Moderator

 • 

9.5K Posts

October 15th, 2019 08:00

Hi,

Are you able to connect to ssh without radius? Does radius work with other connection methods? Is the switch firmware up to date? What error are you getting?

8 Posts

October 15th, 2019 11:00

"Are you able to connect to ssh without radius?"
Yes, I can login via SSH without using radius

"Does radius work with other connection methods?"
If I understand what you're asking, Yes. We use the Radius server for other methods of connection.

"Is the switch firmware up to date?"
Yes, the switch is on the latest 6.5.x.x firmware

"What error are you getting?"
I am prompted with a username screen, I enter the username, then password and then prompted with the username section again. 

 

console#show authentication methods

Login Authentication Method Lists
---------------------------------
defaultList : none
networkList : local
Radius : radius local

Enable Authentication Method Lists
----------------------------------
enableList : enable none
enableNetList : enable
RadEn : radius

Line Login Method List Enable Method List
------- ----------------- ------------------
Console defaultList enableList
Telnet Radius enableList
SSH networkList enableList

HTTPS :local
HTTP :local
DOT1X :

console#show radius statistics

RADIUS server name............................. Default-RADIUS-Server
Server Host Address............................ 172.20.1.27
Round Trip Time................................ 0.00
Access Requests................................ 8
Access Retransmissions......................... 3
Access Accepts................................. 0
Access Rejects................................. 0
Access Challenges.............................. 0
Malformed Access Responses..................... 0
Bad Authenticators............................. 0
Pending Requests............................... 0
Timeouts....................................... 11
Unknown Types.................................. 0
Packets Dropped................................ 0

console#show aaa servers

IP address Type Port TimeOut Retran. DeadTime Source IP Prio. Usage
---------------- ----- ----- ------- ------- -------- ------------- ----- ------
172.20.1.27 Auth 1812 Global Global Global Global 0 all

Global values
--------------------------------------------
Number of Configured Authentication Servers.... 1
Number of Configured Accounting Servers........ 0
Number of Named Authentication Server Groups... 1
Number of Named Accounting Server Groups....... 0
Number of retransmits.......................... 3
Timeout duration............................... 15
Deadtime....................................... 0
Source IP...................................... 0.0.0.0
Source Interface............................... Default
RADIUS accounting mode......................... Enable
RADIUS Attribute 4 Mode........................ Disable
RADIUS Attribute 4 Value....................... 0.0.0.0
RADIUS Attribute 6 Mode........................ Disable
RADIUS Attribute 8 Mode........................ Disable
RADIUS Attribute 168 Mode...................... Disable
RADIUS Attribute 25 Mode....................... Enable

 

 

Machine Description............... Dell EMC Networking Switch
System Model ID................... N3048P
Machine Type...................... Dell EMC Networking N3048P
Serial Number.....................
Manufacturer...................... 0xbc00
Burned In MAC Address............. 
System Object ID.................. 
SOC Version....................... BCM56340_A0
HW Version........................ 5
CPLD Version...................... 20
Image File........................ N3000AdvLitev6.5.4.4
Software Capability............... Stack Limit = 8, VLAN Limit = 1024

unit active backup current-active next-active
---- ----------- ----------- -------------- --------------
1 6.5.4.4 6.5.3.4 6.5.4.4 6.5.4.4

Moderator

 • 

9.5K Posts

October 15th, 2019 12:00


@TheUsD wrote:

Line Login Method List Enable Method List
------- ----------------- ------------------
Console defaultList enableList
Telnet Radius enableList
SSH networkList enableList



It looks like SSH is using networkList, but networkList isn't set to use radius.
@TheUsD wrote:



 

console#show authentication methods

Login Authentication Method Lists
---------------------------------
defaultList : none
networkList : local
Radius : radius local

 

8 Posts

October 16th, 2019 06:00

Could you please provide the correct CLI command to fix that? I tried the following:
aaa authentication enable networkList Radius

but the networkList is still showing local

No Events found!

Top