RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
11-08-2023 01:00 PM - edited 11-08-2023 01:06 PM
I have an ICX7250 , it has default vlan 1, I've added two new vlans 991 and 999, and I can add and tag vlans to ports but I can't remove the default vlan 1 from any of the ports ???
ICX7250-48P Router(config-if-e1000-1/1/48)#vlan-config remove vlan 1
Error - Port 1/1/48 membership removal not applicable for default VLAN id.
Port(s) ethe 1/1/48 can not be removed from VLANs 1
ICX7250-48P Router(config-if-e1000-1/1/1)#vlan-config remove all
Port(s) ethe 1/1/1 can not be removed from VLANs 1
Why not??? I don't want the default vlan to be a member of my trunk ports/uplink ports! Actually, I don't want Vlan 1 at all.
ICX7250-48P Router(config)#no vlan 1
Error - Default VLAN [1] cannot be deleted
SW: Version 08.0.95mT213
UNIT 1: SL 1: ICX7250-48P POE 48-port Management Module
Solved! Go to Solution.
11-08-2023 01:11 PM
If you want to remove ports from the default vlan, it would look like this assuming vlan 1:
conf t
vlan 1
no untagged eth 1/1/1 to 1/1/48 (add ports as needed)
