Mac-group – Brocade Network OS Command Reference v4.1.0 User Manual
Page 484

446
Network OS Command Reference
53-1003115-01
mac-group
2
mac-group
Allows the user to create a MAC address group into which one or more end-station MAC addresses
are defined, supporting service or transport VFs in a Virtual Fabrics context.
Synopsis
mac-group mac-group-id
no mac-group mac-group-id
Operands
mac-group-id
A fabric-wide ID. Values range from 1 through 500.
Defaults
None
Command Modes
Global configuration mode
Description
Use this command to create a MAC address group into which one or more end-station MAC
addresses are defined, supporting service or transport VFs in a Virtual Fabrics context. The group
is used in MAC-based VLAN classification at the access port.
Usage Guidelines
Use this command to enter MAC group configuration mode. In that mode, use the mac command
to enter one or more MAC addresses that become members of the group.
Enter no mac-group mac-group-id to delete the group and all MAC addresses associated with it.
NOTE
You can add or remove only one MAC address per line.
Examples
To enter MAC group configuration mode and add a MAC address to the group:
switch(config)# mac-group 1
switch(config-mac-group 1)# mac abc2.abc2.abc2
To remove a MAC address from the MAC group:
switch(config-mac-group 1)# no mac abc1.abc2.abc3
To remove a MAC group and its associated MAC addresses:
switch(config)# no mac-group 1
See Also