Configuring the WPS Profile

Use the following sample configuration to configure the WPS profile.

config 
   profile wps wps_profile_name 
      arp arp_value 
      dscp n3 n3_value 
      message-priority [ gtpc pfcp ] 
      end 

NOTES:

  • profile wps wps_profile_name : Accesses the Wireless Priority Services Profile configuration. wps_profile_name must be an alphanumeric string of 1 to 63 characters.

  • arp arp_value : Specifies the range of ARP levels. arp_value must be an integer from 1 to 15 separated either by "," or "-".

  • dscp n3 n3_value : Specifies the DSCP marking value for N3. n3_value specifies the UP DSCP marking value within the range 0 to 0x3F.

  • message-priority { gtpc pfcp } : Specifies the message priority for GTP-C and PFCP.

Verifying the WPS Profile Configuration

This section describes how to verify the WPS Profile configuration.

Execute the show running-config command to view the configuration.

The following is an example of the show running-config command output.

show running-config profile wps wps1 
   profile wps wps1
   arp 1,4-6,9
   dscp n3 10
   message-priority [ pfcp gtpc ]
   exit