344 ExtremeWare Software 7.3.0 Command Reference Guide
VLAN Commands
enable mac-vlan mac-group port
enable mac-vlan mac-group [any | <group_number>] port <portlist>
Description
Enables a port to use the MAC-based VLAN algorithm.
Syntax Description
Default
N/A.
Usage Guidelines
Enabling ports for MAC-based VLAN usage automatically adds them to the VLAN MacVlanDiscover as
untagged ports.
In order to enable ports as part of a MAC group, they cannot be untagged members of any other
VLAN. Before you can enable them, you must ensure that they have been removed from the default
VLAN (named Default).
Example
The following set of commands removes ports 16 and 17 from the default VLAN, and then enables
them for use with the MAC-based VLAN, associated with any MAC group:
configure default delete port 16, 17
enable mac-vlan mac-group any port 16,17
The following commands enable ports 11 and 12 for use with a MAC-based VLAN, associated with
MAC group 10:
configure default delete port 11, 12
enable mac-vlan mac-group 10 port 11,12
History
This command was first available in ExtremeWare 6.0.
Platform Availability
This command is available on all platforms.
group_number A group number that should be associated with a specific set of ports.
Specified as an integer.
any indicates that these ports can be considered members of any MAC group.
portlist A list of ports or slots and ports. May be in the form 1, 2, 3-5, 2:5, 2:6-2:8.