Cisco Cisco IOS Software Release 12.4(2)XB6 Références techniques

Page de 188
 
-106
Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
OL-14681-01
Chapter       Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
  precedence
precedence
To specify the precedence of the cs-type under the direction which it is configured, use the precedence 
command in service flow direction cs-type submode. The precedence is used as a tie-breaker when an 
MS can support more than one cs-type. Use the no version of the command to remove the precedence 
information from the corresponding cs-type.
precedence 1-2
no precedence
Syntax Description
Defaults
The default value is 1.
Command Modes
Service flow direction cs-type configuration submode.
Command History
Examples
The following example specifies a packet classification rule profile named “uplink2”:
wimax agw service-flow profile isf
 direction downlink
  cs-type ip-cs
   pak-classify-rule isf-classifier-downlink
   precedence 1
  cs-type ethernet-cs
   pak-classify-rule isf-classifier-downlink
   precedence 2
  qos-info isf-qos-downlink
 !
 direction uplink
  cs-type ip-cs
   pak-classify-rule isf-classifier-uplink
   precedence 1
  cs-type ethernet-cs
   pak-classify-rule isf-classifier-uplink
   precedence 2
   vlan 2 vrf vrf_1
   vlan range 3 10 vrf vrf_2
   vrf-default vrf_1
  qos-info isf-qos-uplink
1-2
Specifies the precedence of the cs-type under which it is configured. The 
precedence is used as a tie-breaker when an MS can support more than one 
cs-type. A larger value indicates a higher priority. The default value is 1.
Release
Modification
12.4(15)XL1
This command was introduced.