D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
110
config scheduling
max_packet field are empty. When a packet arrives in a priority class with a 0 in its
max_packet field, this class will automatically begin forwarding packets until it is
empty. Once a priority class with a 0 in its max_packet field is empty, the remaining
priority classes will reset the weighted round-robin (WRR) cycle of forwarding
packets, starting with the highest available priority class. Priority classes with an
equal level of priority and equal entries in their max_packet field will empty their
fields based on hardware priority scheduling.
Parameters
<class_id 0-6> This specifies to which of the seven hardware priority queues the
config scheduling command will apply. The seven hardware priority queues are
identified by number, from 0 to 6, with the 0 queue being the lowest priority.
max_packet <value 0-15> Specifies the maximum number of packets the above
specified hardware priority queue will be allowed to transmit before allowing the
next lowest priority queue to transmit its packets. A value between 0 and 15 can be
specified.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the traffic scheduling mechanism for each queue:
DGS-3600:4# config scheduling 0 max_packet 12
Command: config scheduling 0 max_packet 12
Success.
DGS-3600:4#
show scheduling
Purpose Used to display the currently configured traffic scheduling on the Switch.
Syntax
show scheduling
Description The show scheduling command will display the current traffic
scheduling mechanisms in use on the Switch.
Parameters None.
Restrictions None.
Example usage:
To display the current scheduling configuration:
DGS-3600:4#show scheduling
Command: show scheduling
QOS Output Scheduling
MAX. Packets
-------------
Class-0 1
Class-1 2
Class-2 3
Class-3 4
Class-4 5
Class-5 6
Class-6 7
DGS-3600:4#