06-28-2021 09:23 AM
Hi, i have the need, to make a 3 vlans configuration in a single port because we have a H510 Ruckus AP, and we need to have 2 SSID in a diferent vlans and we dont know how i can configure the port.
thanks
Solved! Go to Solution.
06-28-2021 10:03 AM
Hello Arturo,
Initially, you will need to create the VLANs, and then, you can add the ports to belong to the VLANs you just created.
For example, you're connecting your APs in ports 1/1/1 and 1/1/2, and you need them to belong to VLANs 20 and 30 and VLAN 1 as native VLAN for management.
in global configuration mode:
ICX-switch(config)#vlan 20 30
ICX-switch(config-mvlan-20*30)#tagged eth 1/1/1 e 1/1/2
ICX-switch(config-mvlan-20*30)#sh vlan brief e 1/1/1
Port 1/1/1 is a member of 3 VLANs
VLANs 1 20 30
Untagged VLAN : 1
Tagged VLANs : 20 30
06-28-2021 10:03 AM
Hello Arturo,
Initially, you will need to create the VLANs, and then, you can add the ports to belong to the VLANs you just created.
For example, you're connecting your APs in ports 1/1/1 and 1/1/2, and you need them to belong to VLANs 20 and 30 and VLAN 1 as native VLAN for management.
in global configuration mode:
ICX-switch(config)#vlan 20 30
ICX-switch(config-mvlan-20*30)#tagged eth 1/1/1 e 1/1/2
ICX-switch(config-mvlan-20*30)#sh vlan brief e 1/1/1
Port 1/1/1 is a member of 3 VLANs
VLANs 1 20 30
Untagged VLAN : 1
Tagged VLANs : 20 30
06-28-2021 10:13 AM
Thanks i will make a test and reply