12-08-2020 11:11 PM
Hi,
I have a new Layer 2 ICX 7150 switch and I want to connect it to 6 access points Ruckus R550. what I want to ask is how to configure the syntax to connect the switch to the access point, because here I am familiar with Cisco's device settings.
Here is the configuration I want to plan to do:
#conf t
#hostname SW_ACC_Test1
#username admin password P@ssw0rdTest
#aaa local default web authentification
# crypto-ssl certificate generate
# web-management https
#crypto key generate
#aaa local default login authentification
#enable telnet password P@ssw0rdTest
#write memory
#vlan 1 name management
#tagged e 1/1/1 to 1/1/6
#vlan 61 name SSID1
#tagged e 1/1/1 to 1/1/6
#vlan 62 name SSID2
#tagged e 1/1/1 to 1/1/6
#vlan 63 name SSID3
#tagged e 1/1/1 to 1/1/6
#vlan 65 name SSIDGuest
#tagged e 1/1/1 to 1/1/6
Please correct it if there is something missing.
Thanks,