10-29-2025 07:03 AM - edited 10-29-2025 09:03 AM
I have a stack of 5 ICX8200 switches and need to change the vlan of a single port from vlan 10 to vlan 1 but this port is on the 5th switch of the stack, how do i jump to the 5th switch to make this change.?
Second question once the change has been made do i need to save the flash om switch 5 (the one i'm making the changes on) or om the Active (primary) switch of the stack.?
10-30-2025 05:42 AM
Hi Digital8,
Thank you for posting your query!
I understand that you have a stack of five ICX8200 switches and would like to change the VLAN of a single port from VLAN 10 to VLAN 1. The port in question is on the 5th switch of the stack, and you’d like to know how to access that switch to make the change and where to save the configuration afterward.
Even though you have a stack of five switches, you only need to log in to the stack master (active switch). You don’t need to directly access the 5th switch. You can simply target a specific unit’s port using its unit/slot/port notation.
Example:
If the port is on unit 5, port 1/1/10, use the command below:
interface ethernet 5/1/10
From the active switch CLI, you can then make the VLAN change as required.
There is no need to jump to unit 5, as the stack management plane controls all member switches.
When configuration changes are made on any stack member, they are stored in the running configuration of the stack master.
Therefore, you only need to save the configuration on the active (primary) switch using:
write memory
I hope this information helps.
Please feel free to reach out if you have any further questions.
Note: Kindly mark the post as Accepted Solution if this addresses your query.
Thanks and regards,
Mayank
10-31-2025 01:09 AM
Hi Digital8
Thank you for reaching us
Adding to the post, On a Ruckus ICX switch stack, each port is labeled using three numbers: stack ID / slot / port
Here’s what each number means:
Example:
1/2/1 means: port 1 on slot 2 of switch number 1
Below are few guide links for reference:
Thank you
11-06-2025 07:52 AM
Sorry for the delay in response, thank you for your awnsers they helped me understand and make the changes i needed.
