D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
97
Example usa
ge:
To display the current scheduling configuration:
DGS3100# show scheduling
QOS Output Scheduling
MAX. Packet
---------------------------
Class-0 1
Class-1 2
Class-2 3
Class-3 4
DGS3100#
config bandwidth_control
Purpose To configure bandwidth control on the Switch.
Syntax
config bandwidth control [<portlist> | all] {rx_rate [no_limit |
<value 3500-1000000>] | tx_rate [no_limit | <value 64-1000000>]}
Description The config bandwidth_control command defines bandwidth
control.
Parameters portlist - A port or range of ports to be configured.
all - Specifies that the config bandwidth_control command applies
to all ports on the Switch.
rx_rate - Enables ingress rate limiting
no_limit – Indicates no limit is defined.
<value 3500–1000000>] Indicates a range between 3500-
100000 kbps.
tx_rate – Enables egress rate limiting.
no_limit – Indicates no limit is defined.
<value 64-1000000>] Indicates a range between 64-
1000000 kbps.
Restrictions None.
Example usage:
To configure bandwidth control configuration::
DGS3100# config bandwidth_control all rx_rate no_limit
Success.
DGS3100#
show bandwidth_control
Purpose To display bandwidth control settings on the Switch.