Productivv

IT | CLOUD | RELIABLE

Basic Ruckus switch configuration

In this example, we are going to configure a Ruckus ICX 7150-24.

  1. Connect your computer to the switch with the console port
  1. Open Device Manager to look up the COM port number
  1. Open Putty and connect to the assigned COM port
  1. Login with the default username and password (super / sp-admin) and change the default password
  1. Configure the switch with default configuration
enable
conf t
ip address 192.168.1.1/24
ip default-gateway 192.168.1.254
ip dns server-address 192.168.1.10 192.168.1.11
hostname SW1
cdp run
lldp run
jumbo
ntp
server 193.190.198.10
server 193.190.198.14
exit
no web-management http
web-management https
no telnet server
enable super-user-password <password>
username icxadmin password <password>
aaa authent login default local
aaa authentic web-server default local
clock timezone europe cet
  1. Save the configuration
end
wr mem
  1. Reboot the switch
end
reload