Cisco Cisco IOS Software Release 12.4(2)XB6 Technical References

Page of 199
 
-25
Cisco Broadband Wireless Gateway 1.4 Command Reference, IOS Release 12.4(15)XL5
OL-14681-01
Chapter       Cisco Broadband Wireless Gateway 1.4 Command Reference, IOS Release 12.4(15)XL5
  cs-type
cs-type
To specify the cs-type profile under the corresponding direction, use the cs-type sub command. The no 
version of the command removes the cs-type information from the corresponding direction. Configuring 
the command opens a sub configuration mode to configure various cs-type commands.
cs-type {ethernet-cs | ip-cs}
no cs-type {ethernet-cs | ip-cs}
Syntax Description
Defaults
There are no default values.
Command Modes
Service flow direction configuration submode.
Command History
Usage Guidelines
Configuring the command opens a sub configuration mode to configure various cs-type commands.
Examples
The following example configures both cs-types:
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
ethernet-cs
Specifies ethernet as the convergence sublayer.
ip-cs
Specifies IP as the convergence sublayer.
Release
Modification
12.4(15)XL1
This command was introduced.