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

Page de 188
 
-125
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
  set
set
To specify what DSCP or TOS marking needs to be applied for the subscriber packets in the downstream 
direction, use the set subcommand in service flow direction configuration submode. Use the no form of 
the command to disable this feature. By default no marking is done.
set {dscp | precedence} {precedence-value | dscp-value}
no set {dscp | precedence}
Syntax Description
Defaults
By default, no marking is done. The default value for dscp is 0.
Command Modes
Service flow direction configuration submode.
Command History
Examples
The following example specifies the precedence-value and dscp-value arguments:
router(config-gw-sf-dir)#set dscp dscp-value
dscp-value -   
  <0-63>   Differentiated services codepoint value
  af11     Match packets with AF11 dscp (001010)
  af12     Match packets with AF12 dscp (001100)
  af13     Match packets with AF13 dscp (001110)
  af21     Match packets with AF21 dscp (010010)
  af22     Match packets with AF22 dscp (010100)
  af23     Match packets with AF23 dscp (010110)
  af31     Match packets with AF31 dscp (011010)
  af32     Match packets with AF32 dscp (011100)
  af33     Match packets with AF33 dscp (011110)
  af41     Match packets with AF41 dscp (100010)
  af42     Match packets with AF42 dscp (100100)
  af43     Match packets with AF43 dscp (100110)
  cs1      Match packets with CS1(precedence 1) dscp (001000)
  cs2      Match packets with CS2(precedence 2) dscp (010000)
  cs3      Match packets with CS3(precedence 3) dscp (011000)
  cs4      Match packets with CS4(precedence 4) dscp (100000)
  cs5      Match packets with CS5(precedence 5) dscp (101000)
dscp
Sets the GW service flow DSCP specific values. The default value is 0.
precedence
Sets the GW service flow precedence specific values.
precedence-value
Precedence value. The range is 0-7.
dscp-value
Differentiated services codepoint value. The range is 0-63.
Release
Modification
12.4(15)XL
This command was introduced.