RUGGEDCOM ROX II
CLI User Guide
Chapter 16
Traffic Control and Classification
Managing Traffic Control Priorities 695
Section16.2.3
Managing Traffic Control Priorities
Traffic control priorities define priorities used for traffic shaping.
NOTE
Traffic control priorities can only be configured in basic mode. For more information about setting the
traffic control mode, refer to Section16.2.1, “Enabling and Configuring Traffic Control”.
CONTENTS
• Section16.2.3.1, “Viewing a List of Traffic Control Priorities”
• Section16.2.3.2, “Adding a Traffic Control Priority”
• Section16.2.3.3, “Deleting a Traffic Control Priority”
Section16.2.3.1
Viewing a List of Traffic Control Priorities
To view a list of traffic control priorities, type:
show running-config qos traffic-control basic-configuration tcpriorities
If priorities have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config qos traffic-control basic-configuration tcpriorities
qos
 traffic-control
  basic-configuration
   tcpriorities high
    band        high
    protocol    tcp
    port        80
    description "High priority traffic"
   !
   tcpriorities medium
    protocol    udp
    port        1500
    description "Medium priority traffic"
   !
   tcpriorities low
    band        low
    protocol    icmp
    description "Low priority traffic"
   !
  !
 !
!
If no priorities have been configured, add priorities as needed. For more information, refer to Section16.2.3.2,
“Adding a Traffic Control Priority”.
Section16.2.3.2
Adding a Traffic Control Priority
To add a new traffic control priority, do the following: