Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
188
Example usage:
To show VLAN translation rules for C-VID 10 to C-VID 40:
Traffic Segmentation Commands
Traffic segmentation allows users to further sub-divide VLANs into smaller groups of ports that will
help to reduce traffic on the VLAN. The VLAN rules take precedence, and then the traffic segmentation
rules are applied.
The Traffic Segmentation commands in the CLI are listed (along with the appropriate parameters) in the
following table
Each command is listed, in detail, in the following sections.
#show vlan_translation cvid 10-40
Command: show vlan_translation cvid 10-40
CVID SVID Action
---- ---- ------
10 100 Add
20 100 Add
30 200 Add
40 400 Replace
Total Entries: 4
#
Command Parameters
config traffic_segmentation <portlist> forward_list [null | <portlist>]
show traffic_segmentation {<portlist>}
config traffic_segmentation
Purpose Used to configure traffic segmentation on the switch.
Syntax config traffic_segmentation <portlist> forward_list [null | <portlist>]
Description This command is used to configure traffic segmentation on the switch.
Parameters <portlist> - Specifies a port or range of ports that will be configured for traffic
segmentation.
forward_list - Specifies a range of ports that will receive forwarded frames
from the ports specified in the portlist, above.
null - No ports are specified
<portlist> - Specifies a range of ports for the forwarding list. This list must be
on the same switch previously specified for traffic segmentation (i.e. following
the <portlist> specified above for config traffic_segmentation).
Restrictions Only Administrator-level users can issue this command.