xStack DGS-3612G Layer 3 Gigabit Ethernet Managed Switch CLI Manual
30
T
RAFFIC
S
EGMENTATION
C
OMMANDS
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.
Command Parameters
config traffic_segmentation
{<portlist>}
<portlist>
forward_list
[null | all | <portlist>]
show traffic_segmentation
Each command is listed, in detail, in the following sections.
config traffic_segmentation
Used to configure traffic segmentation on the Switch.
config traffic_segmentation <portlist> forward_list [null | all |
<portlist>]
The
config traffic_segmentation
command is used to configure
traffic segmentation on the Switch.
<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.
Restrictions Only
administrator-level users can issue this command.
Purpose
Syntax
Description
Parameters
•
•
•
null
−
No ports are specified.
all –
All 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
).
Example usage:
Command: config traffic_segmentation 1-10 forward_list 11-15
To configure ports 1 through 10 to be able to forward frames to port 11 through 15:
DGS-3612G:4# config traffic_segmentation 1-10 forward_list 11-15
Success.
DGS-3612G:4#
207