Configuring SGW QoS Profile

You can associate a message priority profile to SGW QoS profile and to{qci,arp}in the SGW QoS profile. Message priority profile that is associated to {qci,arp} and the one associated to qos profile, and message priority profile associated to WPS are negotiated to find the one which has the better priority.

config 
   profile sgw-qos-profile  qos_profile_name 
      message-priority-profile message_priority_profile_name  
      qos qci nonstandard_value arp-priority-level arp_value [ message-priority-profile msg_priority_profile ] 
  exit  

NOTES:

  • message-priorty-profile message_priority_profile_name : Configures message priority profile name

  • qos qci standard_value arp-priority-level arp_value : Configures QoS parameters for QCI/ARP values. Must be an integer in the range of 1-254. For example, the range values can be 1-9,65,66,69,70,80,82,83,128-254.

  • arp-priority-level arp_value [ message-priority-profile msg_priority_profile ] : Configures the ARP Priority Level from 1 to 15.

Configuration Example

The following is an example configuration.


config
    profile sgw-qos-profile sgw1
      message-priority-profile mp1  
      qos qci 2 arp-priority-level 2 message-priority-profile mp1

Verification Configuration

To verify the configuration.

smf(config)# show full-configuration profile sgw-qos-profile sgw1
profile sgw-qos-profile sgw1
message-priority-profile mp1
qos qci 2 arp-priority-level 2 message-priority-profile mp1
exit