Specifications
Table Of Contents
- Title Page
- Notice
- Contents
- acl Commands
- acl-edit Commands
- aging Commands
- arp Commands
- cli Commands
- configure Command
- copy Command
- dvmrp Commands
- enable Command
- erase Command
- exit Command
- file Commands
- filters Commands
- http Commands
- igmp Commands
- interface Commands
- ip Commands
- ip-router Commands
- Command Summary
- ip-router authentication add key-chain
- ip-router authentication create key-chain
- ip-router global add
- ip-router global set
- ip-router global set trace-options
- ip-router global set trace-state
- ip-router global use provided_config
- ip-router kernel trace
- ip-router policy add filter
- ip-router policy add optional-attributes-list
- ip-router policy aggr-gen destination
- ip-router policy create aggregate-export-source
- ip-router policy create aggr-gen-dest
- ip-router policy create aggr-gen-source
- ip-router policy create aspath-export-source
- ip-router policy create bgp-export-destination
- ip-router policy create bgp-export-source
- ip-router policy create bgp-import-source
- ip-router policy create direct-export-source
- ip-router policy create filter
- ip-router policy create optional-attributes-list
- ip-router policy create ospf-export-destination
- ip-router policy create ospf-export-source
- ip-router policy create ospf-import-source
- ip-router policy create rip-export-destination
- ip-router policy create rip-export-source
- ip-router policy create rip-import-source
- ip-router policy create static-export-source
- ip-router policy create tag-export-source
- ip-router policy export destination
- ip-router policy import source
- ip-router policy redistribute
- ip-router show configuration file
- ip-router show state
- ipx Commands
- l2-tables Commands
- logout Command
- multicast Commands
- mtrace Command
- negate Command
- no Command
- ospf Commands
- Command Summary
- ospf add interface
- ospf add nbma-neighbor
- ospf add network
- ospf add stub-host
- ospf add virtual-link
- ospf create area
- ospf create-monitor
- ospf monitor
- ospf set area
- ospf set ase-defaults
- ospf set export-interval
- ospf set export-limit
- ospf set interface
- ospf set monitor-auth-method
- ospf set trace-options
- ospf set virtual-link
- ospf show
- ospf start|stop
- ping Command
- port Commands
- qos Commands
- reboot Command
- rip Commands
- save Command
- show Command
- snmp Commands
- statistics Commands
- stp Commands
- system Commands
- Command Summary
- system image add
- system image choose
- system image delete
- system image list
- system promimage upgrade
- system set bootprom
- system set contact
- system set date
- system set dns
- system set location
- system set name
- system set password
- system set poweron-selftest
- system set syslog
- system set terminal
- system show
- traceroute Command
- vlan Commands

Chapter 29 qos Commands
The qos commands define and display Quality of Service (QOS) parameters. Use the
command to classify Layer 2, Layer 3, and Layer 4 traffic into the following priorities:
•control
•high
•medium
•low
By assigning priorities to network traffic, you can ensure that critical traffic will reach
its destination even if the exit ports for the traffic are experiencing greater than
maximum utilization. Use the
qos
set
l2
,
qos
set
ip
, and
qos
set
ipx
commands
to assign priorities for Layer-2, IP, and IPX traffic respectively.
Flows
For Layer 3 (IP and IPX) traffic, you can define “flows”, blueprints or templates of IP
and IPX packet headers.
• The IP fields are source IP address, destination IP address, UDP/TCP source port,
UDP/TCP destination port, TOS (Type of Service), transport protocol (TCP or
UDP) and a list of incoming interfaces.
• The IPX fields are source network, source node, destination network, destination
node, source port, destination port, and a list of incoming interfaces.
The flows specify the contents of these fields. If you do not enter a value for a field, a
wildcard value (all values acceptable) is assumed for the field.
Precedence
A precedence from 1 – 7 is associated with each field in a flow. The SSR uses the
precedence value associated with the fields to break ties if packets match more than
one flow. The highest precedence is 1 and the lowest is 7. Here are the default
precedences of the fields:
• IP – destination port (1), destination address (2), source port (3), source IP address
(4), TOS (5), interface (6), protocol (7).
• IPX – destination network (1), source network (2), destination node (3), source node
(4), destination port (5), source port (6), interface (7).
Use the
qos
precedence
ip
and
qos
precedence
ipx
commands to change the
default precedences.
Chapter 29