Feature Configuration

To configure this feature, use the following configuration:

config 
    profile 
        sgw-qos-profile qos_profile_name 
            dscp-map 
                operator-defined-qci non_standard_qos_class_id 
                qci qci_value 
                    downlink downlink_value 
                        user-datagram 
                            dscp-marking dscp_marking_value 
                        encaps-header 
                            dscp-marking dscp_marking_value 
                        encsp-header enscp_header_value 
                            dscp-marking dscp_marking_value 
                    uplink uplink_value 
                        user-datagram 
                            dscp-marking dscp_marking_value 
                        encaps-header 
                            dscp-marking dscp_marking_value 
                        encsp-header enscp_header_value 
                arp-priority-level arp_priority_level_value 
                    uplink 
                        user-datagram 
                            dscp-marking dscp_marking_value 
                        encaps-header 
                            dscp-marking dscp_marking_value 
                    downlink 
                        user-datagram 
                            dscp-marking dscp_marking_value 
                        encaps-header 
                            dscp-marking dscp_marking_value 
                            end 

NOTES:

  • sgw-qos-profile qos_profile_name —Specify the QoS profile configuration name for SGW.

  • dscp-map —Configures QCI to DSCP-Marking mapping.

  • operator-defined-qci non_standard_qos_class_id —Specify the non-standard QoS class identifier. Must be an integer in the range of 128-254.

  • qci qci_value —Specify the standard QCI value. Must be an integer from the following options: 1-9, 65, 66, 69, 70, 80, 82, 83.

  • arp-priority-level arp_priority_value —Specify the ARP Priority Level. Must be an integer in the range of 1-15.

  • uplink uplink_value —Specify the uplink QCI value.

  • downlink downlink_value —Specify the downlink QCI value.

  • gbr —Specify the type of the QCI to GBR.

  • non-gbr —Specify the type of the QCI to non-GBR.

  • encaps-header —Specify the DSCP value to be applied to the encaps header.

  • user-datagram —Specify the DSCP value to be applied to the user datagram.

  • copy-inner —Starts copying the inner DSCP to outer value.

  • copy-outer —Starts copying the outer DSCP to inner value.

  • dscp-marking dscp_marking_value —Specify the DSCP value to be applied to packets. (A hexadecimal string value, starting with 0x. For example: 0x3F)

  • qci —The QCI uplink and downlink options are the same. Similarly, the commands for operator-defined-qci and standard QCI are the same, the only difference is the mandatory selection of bearer-type in operator-defined-qci . You can also specify ARP along with the type of the bearer.