Configuring the WPS Profile

Use the following sample configuration to configure the WPS profile.

config 
   profile wps wps_profilename 
      arp arp_value 
      dscp [ n3 n3_value | message-priority { [ { gtpc | pfcp } [ arp | dscp ] ] } 
      end 

NOTES:

  • profile wps wps_profilename : Accesses the Wireless Priority Services Profile configuration. wps_profilename 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 the N3 interface. The N3 value indicates 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.

Run 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