Hello,
I'm running Ruckus Unleashed with multiple R710 APs in a multi-VLAN environment. I need to configure eth1 on different APs with different VLAN assignments in access mode:
- Upstairs AP: eth1 as access port, untagged VLAN 30
- Downstairs AP: eth1 as access port, untagged VLAN 5
The Problem: After power cycles, the ethernet port configurations revert to trunk mode. I have to SSH directly into each AP and manually run:
set interface eth1 type access untag <VLAN>
This works temporarily but doesn't persist through reboots.
What I've Tried:
- Via Unleashed master CLI: config → ap <MAC> → port-setting returns error: "The model could not be configured in unleashed"
- Web GUI: Cannot find "Ethernet Port Settings" or equivalent in the current Unleashed version
- Checked ap-group, ap-policy, and system configuration contexts - no ethernet port options found
Questions:
- Is per-AP ethernet port configuration supported in Unleashed, or is this a ZoneDirector/SmartZone-only feature?
- What is the proper method to configure and persist per-AP ethernet port VLAN settings in Unleashed?
- If not supported via the master, is there a configuration file or method to make SSH-configured port settings persistent?
Environment:
- Ruckus Unleashed (latest version)
- Ruckus R710 Access Points
- Multi-VLAN network with VLANs 5, 30, and others
Thank you for your assistance.