A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
107
config bandwidth_control
Purpose Used to configure bandwidth control on a port–by–port basis.
Syntax
config bandwidth_control [ <portlist>| all ]{rx_rate [ no_limit | <value 64-10000000>]
| tx_rate [ no_limit | <value 64-10000000>]} (1)
Description This command is used to configure bandwidth on a port–by–port basis.
Parameters
<portlist> Specifies a port or range of ports to be configured. The port list 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)
rx_rate Specifies that one of the parameters below (no_limit or <value 64-10000000>)
will be applied to the rate at which the above specified ports will be allowed to receive
packets
no_limit Specifies that there will be no limit on the rate of packets received by
the above specified ports.
<value 64–10000000> Specifies the receiving packet limit in Kbps, that the
above ports will be allowed to receive.
tx_rate Specifies that one of the parameters below (no_limit or <value 64-10000000>)
will be applied to the rate at which the above specified ports will be allowed to transmit
packets.
no_limit Specifies that there will be no limit on the rate of packets transmitted
by the above specified ports.
<value 64-10000000> Specifies the packet limit, in Kbps, that the above ports
will be allowed to receive.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure bandwidth control:
DGS–3426:5#config bandwidth_control 1:1–1:8 rx_rate 64 tx_rate 64
Command: config bandwidth_control 1:1–1:8 rx_rate 64 tx_rate 64
Success.
DGS–3426:5#