Page 1 of 1

Remove port from vlan

Posted: 18 Apr 2018 09:40
by jpattard
I am trying to remove vlan 100 and vlan 2 from port 2/24 and i get the following message:

-> vlan 100 no port 2/24
ERROR: Port is not mobile and must be for this command

-> vlan 2 no port 2/24
ERROR: Port is not mobile and must be for this command

how could i remove the vlan settings for this port?

Port / Vlan List:
vlan port type status
------+-------+---------+-------------
1 2/26 default inactive
2 1/3 qtagged forwarding
2 2/23 default inactive
2 2/24 qtagged forwarding
100 1/1 default inactive
100 1/3 qtagged forwarding
100 2/24 qtagged forwarding

Re: Remove port from vlan

Posted: 19 Apr 2018 01:52
by silvio
vlan 2 no 802.1q 2/24
vlan 100 no 802.1q 2/24

Re: Remove port from vlan

Posted: 20 Apr 2018 02:16
by jpattard
Thanks! it worked