Start a Conversation

Unsolved

T

3 Posts

571

July 27th, 2022 18:00

Dell networking switch S3148P-step by step guide to enable Telnet

Can someone share a step-by-step guide on how to enable Telnet on Dell networking switch S3148P?

Moderator

 • 

5.1K Posts

July 27th, 2022 23:00

Hi, thanks for choosing Dell.

DellEMC(conf)#ip telnet server enable        >> enable telnet
DellEMC(conf)#no ip telnet server enable     >> disable telnet
If you need

if you need authentication (which you didn't clarify in the previous post) another method will be used as below.

 

DellEMC(conf)#user gooduser password abc privilege 10 access-class permitall
DellEMC(conf)#user baduser password abc privilege 10 access-class denyall
DellEMC(conf)#
DellEMC(conf)#aaa authentication login localmethod local
DellEMC(conf)#
DellEMC(conf)#line vty 0 9
DellEMC(config-line-vty)#login authentication localmethod
DellEMC(config-line-vty)#end


 

3 Posts

July 28th, 2022 21:00

Thanks for the instruction. It works and I can remote into the switch via Telnet. But the switch is reponding very slow via Commandline and giving me the following log message.

 

Jul 29 11:27:13 %S3148P:1 %KERN-6-INT: CP CPU receiving excessive Management traffic: rx is suspended
Jul 29 11:27:13 %S3148P:1 %KERN-6-INT: CP Mgmt port receiving excessive traffic; will be rate controlled
Jul 29 11:27:07 %S3148P:1 %KERN-6-INT: CP CPU receiving excessive Management traffic: rx is suspended
Jul 29 11:27:07 %S3148P:1 %KERN-6-INT: CP Mgmt port receiving excessive traffic; will be rate controlled
Jul 29 11:27:03 %S3148P:1 %KERN-6-INT: CP CPU receiving excessive Management traffic: rx is suspended

Moderator

 • 

5.1K Posts

July 28th, 2022 22:00

Hi, please check if the firmware is up to date:

 

https://dell.to/3PZvNi0

Support for Dell Networking S3100 Series | Drivers & Downloads | Dell US

 

 

https://dell.to/3Jg8luF

Force10 Networks Resources | Dell US

 

No Events found!

Top