Specifications

xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
config traffic control_recover
Purpose Used to configure traffic control recover for any or all ports.
Syntax
config traffic control_recover [<portlist> | all]
Description Configuring a port for traffic control recover will require an administrator to
restart the specified ports if storm control shuts down the port or ports.
That is, if a storm triggers the action shutdown for a port, it will remain in
the shutdown even if the threshold falls below the value that triggers the
storm control action.
Parameters <portlist> - Used to specify a range of ports. This is specified by listing the
lowest switch number and the beginning port number on that switch,
separated by a colon. Then the highest switch number, and the highest
port number of the range (also separated by a colon) are specified. The
beginning and end of the port list range are separated by a dash. For
example, 1:3 specifies switch number 1, port 3. 2:4 specifies switch
number 2, port 4. 1:3-2:4 specifies all of the ports between switch 1, port 3
and switch 2, port 4 in numerical order. Non-contiguous portlist entries
are separated by a comma. (ex: 1:1-1:3,1:7-1:9)
all – All ports on switches in the switch stack.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure traffic control recover for ports 1-6 on unit 1:
DGS-3400:4#config traffic control_recover 1:1-1:6
Command: config traffic control_recover 1:1-1:6
Success.
DGS-3400:4#
config traffic trap
Purpose Used to configure traps for traffic control.
Syntax
config traffic trap [none | storm_occurred | storm_cleared | both]
Description Use this to enable traffic storm trap messages.
Parameters none – Will send no Storm trap warning messages regardless of action
taken by the Traffic Control mechanism.
storm_occurred – Will send Storm Trap warning messages upon the
occurrence of a Traffic Storm only.
storm_cleared – Will send Storm Trap messages when a Traffic Storm
has been cleared by the Switch only.
both – Will send Storm Trap messages when a Traffic Storm has been
both detected and cleared by the Switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure traffic control and enable broadcast storm control system wide:
DGS-3400:4#config traffic trap storm_occurred
Command: config traffic trap storm_occurred
Success.
DGS-3427:4#
97