Configuring layer 3 service vf features – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 403

NOTE
Only one MAC address can be deleted at a time.
switch(config)# mac-group 1
switch(config-mac-group 1)# no mac 0004.0004.0004
Configuring an interface for service VF MAC address access
The following illustrates various options and errors that can occur in configuring an interface for service
VF MAC address access.
1. In interface configuration mode, set switchport mode to access and change the default VLAN to a
service VF.
NOTE
The default VLAN must be unique. It must not be the same as that used for another MAC
classification.
switch(config)# int te 2/0/1
switch(config-if-te-2/0/1)# switchport access vlan 5000
2. Classify the access VLAN by means of a MAC address.
switch(config-if-te-2/0/1)# switchport access vlan 6000 mac 0002.0002.0002
3. Classify another access VLAN on the same interface by means of a MAC address.
switch(config-if-te-2/0/1)# switchport access vlan 7000 mac 0004.0004.0004
NOTE
Frames that do not match 0002.0002.0002 or 0004.0004.0004 are classified into service VF 5000.
4. Create a MAC group to be used to classify a VLAN.
switch(config)# mac-group 1
switch(config-mac-group 1)# mac 0002.0002.0002
switch(config-mac-group 1)# mac 0005.0005.0005
switch(config-mac-group 1)# mac 0008.0008.0008
5. Configure another service VF on the same interface by means of a MAC group.
switch(config-if-te-2/0/1)# switchport access vlan 7000 mac-group 1
Error: mac address is already used in another classification
NOTE
The MAC address cannot be used in another service VF classification.
6. Configure another interface with a third service VF and classify the VLANs by MAC group and MAC
address, respectively.
switch(config-if-te-3/0/1)# switchport mode access
switch(config-if-te-3/0/1)# switchport access vlan 7000 mac-group 1
switch(config-if-te-3/0/1)# switchport access vlan 8000 0008.0008.0008
switch(config-if-te-3/0/1)# %Error: Mac-address/Mac-group is overlapping with
another Mac-address/Mac-group configuration on the same port.
NOTE
The MAC address cannot be used in another service VF classification.
Configuring Layer 3 service VF features
Configuring an interface for service VF MAC address access
Network OS Administrator’s Guide
403
53-1003225-04