configure vlan untagged-ports auto-move
Description
Globally, allows untagged ports to be moved directly from untagged VLANs to either different untagged VLANs or tagged VLANs.
Syntax Description
on | Auto-move global setting is on, which allows you to move untagged ports from untagged VLANs without first removing the port VLAN configuration. |
off | Auto-move global setting is off; you cannot directly move untagged ports from untagged VLANs without first removing the port VLAN configuration. |
inform | Auto-move global setting is on, but you are informed when such a move occurs
(default):
Port # untagged has been auto-moved from VLAN "x" to "y". |
Default
The default is inform.
Usage Guidelines
Moving tagged ports is not impacted by this global setting. You can move tagged ports directly without having to enable the auto-move global setting.
Example
The following example turns on the auto-move global setting:
configure vlan untagged-ports auto-move on
The following example turns on the auto-move global setting with the inform option:
configure vlan untagged-ports auto-move inform
When the inform keyword is used, you can directly move an untagged port, but you are informed that this has occurred:
configure vlan untagged-ports auto-move inform configure vlan v2 add ports 1 untagged
Port 1 untagged has been auto-moved from VLAN "Default" to "v2".
History
This command was first available in ExtremeXOS 22.1.
The default was changed from off to inform in ExtremeXOS 22.4.
Platform Availability
This command is available on ExtremeSwitching 5320, 5420, 5520, and 5720 series switches.