Configuring QoS Parameters

To configure the QoS parameters, use the following sample configuration.

config 
   profile qos qos_profile_name 
      ambr { ul uplink_ambr | dl downlink_ambr } 
      arp { preempt-cap preemption_capability |   
      preempt-vuln preemption_vulnerability |  
      priority-level priority_level } 
      max data-burst burst_volume 
      priority qos_priority 
      qi5 5qi_value 
      exit 

NOTES:

  • ambr { ul uplink_ambr | dl downlink_ambr } : Define the Aggregate Maximum Bit Rate (AMBR) for the uplink (subscriber to network) and the downlink (network to subscriber) traffic.

  • arp preempt-cap preemption_capability : Specify the preemption capability flag. The options are:

    • MAY_PREEMPT—Bearer may be preempted

    • NOT_PREEMPT—Bearer cannot be preempted

  • arp preempt-vuln preemption_vulnerability : Specify the preemption vulnerability flag. The options are:

    • PREEMPTABLE—Bearer may be preempted

    • NOT_PREEMPTABLE—Bearer cannot be preempted

  • arp priority-level priority_level : Define the Allocation and Retention Priority (ARP) for the service data. The default value of priority_level is 8.

  • max data-burst burst_volume : Define the maximum data burst volume. burst_volume must be an integer in the range of 1–4095.

  • priority qos_priority : Specify the 5QI priority level. qos_priority must be an integer in the range of 1–127.

  • qi5 5qi_value : Specify the 5G QoS Identifier (5QI) for the authorized QoS parameters. 5qi_value must be an integer in the range of 0–255.