Configuring Message Priority Profiles

To configure the message priority profile, use the following configuraton.

config 
   profile  message-priority msg_priority_profile_name 
      interface [ any | gtp | pfcp | sbi ] priority [ value range_value | copy-incoming ]priority copy_incoming_value 
   end 

NOTES:

  • profile message-priority-profilemsg_priority_profile_name —Specify a message priority profile and a profile name.

  • interface [ any | gtp | pfcp | sbi ] —Specify one of the following interface:

    • any

    • gtp

    • pfcp

    • sbi

  • Interface gtp priority [ value range_value —Specify the priority value.

    • The Range values from 0 to 31 is for sbi interface and 0 to 15 is for other interfaces.

    • If Priority values ranges are from 0 to 15, then 0 indicates the highest priority, while 15 indicates the lowest priority.

    • Priority value can be configured per interface. Interface type is also optional and if not configured, same value is applied across all interfaces.

  • Interface gtp priority [ value range_value | copy-incoming ]priority_copy_incoming_value — If copy-incoming is configured, cnSGW copies the priority received in incoming message to all outgoing messages triggered by that inbound message.

Configuration Verification

To verify the configuration:

show full-configuration profile message-priority mp1
profile message-priority mp1
interface gtp priority value 2
interface gtp priority copy-incoming
exit