cancel
Showing results for 
Search instead for 
Did you mean: 

How to remotely access to 'ICX 7150-12P' or 'access points' "Network devices"

Vásquez_Fer
Moderator
Moderator

These applications are useful if you want to access CLI of networks devices, such as Ruckus devices.

Here is where you can download:

Putty:https://www.putty.org/ 

Putty.PNG

Mobaxterm: https://mobaxterm.mobatek.net/download-home-edition.html

1-For SSH or Telnet session must know the IP address of the network devices

What depends on whether we use ssh or telnet?

This is determined by the current configuration of the device

SSH: Since ssh is a secure connection is going to ask us for a username and password

Defaults passwords and usernames : 

https://community.ruckuswireless.com/t5/RUCKUS-Support-for-Lennar-Homes/Admin-usernames-and-password...

2-The Serial option is used for physical access with a console cable directly connected to the network device.

Putty example:

Vsquez_Fer_0-1666959743260.png

Mobaxterm example:

Note: Mobaxterm is a putty-like tool with a slightly different interface.

Vsquez_Fer_2-1666959743265.png

 

Vsquez_Fer_3-1666959743269.png

 

 

Vsquez_Fer_4-1666959743271.png

For MacOS system like like MacBook we can access from the terminal of the device without having to install a tool.

Vsquez_Fer_5-1666959743273.png

For Telnet access:

nc ‘IP of the device’ 23

Vsquez_Fer_6-1666959743274.png

For ssh Access:

ssh ‘username’@’IP of the device’

Vsquez_Fer_7-1666959743275.png

 

Note: if access to ssh does not work tried the following ssh-keygen -R 'ip address of the device' this generates a public key pair for use when authenticating with a remote server.

0 REPLIES 0