Specifications

Table Of Contents
Chapter 29: qos Commands
SSR Command Line Interface Reference Manual 29 - 5
Parameters
sip
<num>
Specifies the precedence of the source address
field in IP flows. Specify a precedence from 1 – 7.
dip
<num>
Specifies the precedence of the destination ad-
dress field in IP flows. Specify a precedence from
1 – 7.
srcport
<num>
Specifies the precedence of the source port field in
IP flows. Specify a precedence from 1 – 7.
dstport
<num>
Specifies the precedence of the destination port
field in IP flows. Specify a precedence from
1 – 7.
tos
<num>
Specifies the precedence of the TOS field in IP
flows. Specify a precedence from 1 – 7.
protocol
<num>
Specifies the precedence of the transport layer
protocol name field in IP flows. Specify a prece-
dence from 1 – 7.
intf
<num>
Specifies the precedence of the IP interface based
on the interface’s name. Specify a precedence
from 1 – 7.
Restrictions
None.
Examples
Here is an example of a
qos
precedence
ip
command.
ssr(config)# qos precedence ip sip 3 dip 1 srcport 2 destport 4
tos 5 protocol 6 intf 7
Changes the precedence for fields within IP flows from the default precedences
listed above.