.. _template_gtp_policy: template gtp-policy =================== Configure GTP Policy gtp-policy Specification ------------------------ ===================================== =================================================================== **Parameter** **Value** ===================================== =================================================================== **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`3482_gtp-policy_list` **Collection URI** /axapi/v3/template/gtp-policy **Element Name** gtp-policy **Element URI** /axapi/v3/template/gtp-policy/{name} **Element Attributes** gtp-policy_attributes **Partition Visibility** shared **Schema** :download:`gtp-policy schema <template-gtp-policy/template-gtp-policy.txt>` ===================================== =================================================================== **Operations Allowed:** .. raw:: html <script type="text/javascript"> function showExample(a,b) { document.getElementById(a+'_div').style.display = 'block'; document.getElementById(a+'_cl').style.display = 'block'; document.getElementById(a+'_eg').style.display = 'none';} function closeExample(a,b) { document.getElementById(a+'_div').style.display = 'none'; document.getElementById(a+'_cl').style.display = 'none'; document.getElementById(a+'_eg').style.display = 'block';} </script> <table width='90%' style='margin-left:5%'> .. raw:: html <tr style='border-bottom: thin solid; border-top: thin solid'><th width=15%>Operation</th><th width=10%>Method</th><th>URI</th><th width=15%>Payload</th><th width=10%></th></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Create Object .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td><button id='post_eg' onClick="showExample('post')">example</button> <button id='post_cl' onClick="closeExample('post')" style='display:none'>close</button></td></tr> .. raw:: html <tr><td colspan=5 style='padding: 0 % 0 %;' valign = 'top'><div id='post_div' style='display:none'> .. include:: ../artifacts/template_gtp_policy_POST.txt :literal: .. raw:: html </div></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Create List .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Get Object .. raw:: html </td><td valign = 'top'> GET .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy/{name} .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td><button id='get_eg' onClick="showExample('get')">example</button> <button id='get_cl' onClick="closeExample('get')" style='display:none'>close</button></td></tr> .. raw:: html <tr><td colspan=5 style='padding: 0 % 0 %;' valign = 'top'><div id='get_div' style='display:none'> .. include:: ../artifacts/template_gtp_policy_GET.txt :literal: .. raw:: html </div></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Get List .. raw:: html </td><td valign = 'top'> GET .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_list` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Modify Object .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy/{name} .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Replace Object .. raw:: html </td><td valign = 'top'> PUT .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy/{name} .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td><button id='put_eg' onClick="showExample('put')">example</button> <button id='put_cl' onClick="closeExample('put')" style='display:none'>close</button></td></tr> .. raw:: html <tr><td colspan=5 style='padding: 0 % 0 %;' valign = 'top'><div id='put_div' style='display:none'> .. include:: ../artifacts/template_gtp_policy_PUT.txt :literal: .. raw:: html </div></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Replace List .. raw:: html </td><td valign = 'top'> PUT .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_list` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Delete Object .. raw:: html </td><td valign = 'top'> DELETE .. raw:: html </td><td valign = 'top'> /axapi/v3/template/gtp-policy/{name} .. raw:: html </td><td valign = 'top'> :ref:`3482_gtp-policy_attributes` .. raw:: html </td><td><button id='delete_eg' onClick="showExample('delete')">example</button> <button id='delete_cl' onClick="closeExample('delete')" style='display:none'>close</button></td></tr> .. raw:: html <tr><td colspan=5 style='padding: 0 % 0 %;' valign = 'top'><div id='delete_div' style='display:none'> .. include:: ../artifacts/template_gtp_policy_DELETE.txt :literal: .. raw:: html </div></td></tr> .. raw:: html </table> .. _3482_gtp-policy_list: gtp-policy-list --------------- gtp-policy-list is **JSON List** of :ref:`3482_gtp-policy_attributes` gtp-policy-list : [ { :ref:`3482_gtp-policy_attributes` }, { :ref:`3482_gtp-policy_attributes` }, ... ] .. _3482_gtp-policy_attributes: gtp-policy attributes --------------------- **filtering-policy-name** **Description** Specify GTP Filtering Policy **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/template/gtp/filtering-policy <template_gtp_filtering_policy>` **general-policy-name** **Description** Specify GTP General Policy **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/template/gtp/general-policy <template_gtp_general_policy>` **logging-policy-name** **Description** Specify GTP Logging Policy **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/template/gtp/logging-policy <template_gtp_logging_policy>` **name** **Description** Configure the GTP Policy Name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **packet-capture-template** **Description** Name of the packet capture template to be bind with this object **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/templ-gtp-plcy-tmpl <visibility_packet_capture_object_templates_templ_gtp_plcy_tmpl>` **rate-limit-policy-name** **Description** Specify Rate Limit Policy **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/template/gtp/rate-limit-policy <template_gtp_rate_limit_policy>` **sampling-enable** **Type:** List **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **validation-policy-name** **Description** Specify GTP Validation Policy **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/template/gtp/validation-policy <template_gtp_validation_policy>` .. _3482_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'gtp-v0-c-tunnel-created': GTPv0-C Tunnel Created; 'gtp-v0-c-tunnel-half-open': GTPv0-C Half open tunnel created; 'gtp-v0-c-tunnel-half-closed': GTPv0-C Tunnel Delete Request; 'gtp-v0-c-tunnel-closed': GTPv0-C Tunnel Marked Deleted; 'gtp-v0-c-tunnel-deleted': GTPv0-C Tunnel Deleted; 'gtp-v0-c-half-open-tunnel-closed': GTPv0-C Half open tunnel closed; 'gtp-v1-c-tunnel-created': GTPv1-C Tunnel Created; 'gtp-v1-c-tunnel-half-open': GTPv1-C Half open tunnel created; 'gtp-v1-c-tunnel-half-closed': GTPv1-C Tunnel Delete Request; 'gtp-v1-c-tunnel-closed': GTPv1-C Tunnel Marked Deleted; 'gtp-v1-c-tunnel-deleted': GTPv1-C Tunnel Deleted; 'gtp-v1-c-half-open-tunnel-closed': GTPv1-C Half open tunnel closed; 'gtp-v2-c-tunnel-created': GTPv2-C Tunnel Created; 'gtp-v2-c-tunnel-half-open': GTPv2-C Half open tunnel created; 'gtp-v2-c-tunnel-half-closed': GTPv2-C Tunnel Delete Request; 'gtp-v2-c-tunnel-closed': GTPv2-C Tunnel Marked Deleted; 'gtp-v2-c-tunnel-deleted': GTPv2-C Tunnel Deleted; 'gtp-v2-c-half-open-tunnel-closed': GTPv2-C Half open tunnel closed; 'gtp-u-tunnel-created': GTP-U Tunnel Created; 'gtp-u-tunnel-deleted': GTP-U Tunnel Deleted; 'gtp-v0-c-update-pdp-resp-unsuccess': GTPv0-C Update PDP Context Response Unsuccessful; 'gtp-v1-c-update-pdp-resp-unsuccess': GTPv1-C Update PDP Context Response Unsuccessful; 'gtp-v2-c-mod_bearer-resp-unsuccess': GTPv2-C Modify Bearer Response Unsuccessful; 'gtp-v0-c-create-pdp-resp-unsuccess': GTPv0-C Create PDP Context Response Unsuccessful; 'gtp-v1-c-create-pdp-resp-unsuccess': GTPv1-C Create PDP Context Response Unsuccessful; 'gtp-v2-c-create-sess-resp-unsuccess': GTPv2-C Create Session Response Unsuccessful; 'gtp-v2-c-piggyback-message': GTPv2-C Piggyback Message; 'gtp-path-management-message': GTP Path Management Messages Received; 'gtp-v0-c-tunnel-deleted-restart': GTPv0-C Tunnel Deleted with Restart/failure; 'gtp-v1-c-tunnel-deleted-restart': GTPv1-C Tunnel Deleted with Restart/failure; 'gtp-v2-c-tunnel-deleted-restart': GTPv2-C Tunnel Deleted with Restart/failure; 'gtp-v0-c-reserved-message-allow': Permit GTPv0-C Reserved Messages; 'gtp-v1-c-reserved-message-allow': Permit GTPv1-C Reserved Messages; 'gtp-v2-c-reserved-message-allow': Permit GTPv2-C Reserved Messages; 'gtp-v2-c-load-contr-info-exceed': GTPv2-C Load Control Info IEs in message exceeded 2; 'gtp-v1-c-pdu-notification-request-forward': GTPv1-C PDU Notification Request Forward; 'gtp-v1-c-pdu-notification-reject-request-forward': GTPv1-C PDU Notification Reject Request Forward; 'gtp-v0-c-pdu-notification-request-forward': GTPv0-C PDU Notification Request Forward; 'gtp-v0-c-pdu-notification-reject-request-forward': GTPv0-C PDU Notification Reject Request Forward; 'gtp-v0-c-message-skipped-apn-filtering-no-imsi': GTPv0-C APN/IMSI Filtering Skipped (No IMSI); 'gtp-v1-c-message-skipped-apn-filtering-no-imsi': GTPv1-C APN/IMSI Filtering Skipped (No IMSI); 'gtp-v2-c-message-skipped-apn-filtering-no-imsi': GTPv2-C APN/IMSI Filtering Skipped (No IMSI); 'gtp-v0-c-message-skipped-msisdn-filtering-no-imsi': GTPv0-C MSISDN Filtering Skipped (No MSISDN); 'gtp-v1-c-message-skipped-msisdn-filtering-no-imsi': GTPv1-C MSISDN Filtering Skipped (No MSISDN); 'gtp-v2-c-message-skipped-msisdn-filtering-no-imsi': GTPv2-C MSISDN Filtering Skipped (No MSISDN); 'gtp-v0-c-packet-dummy-msisdn': GTPv0-C Packet With Dummy MSISDN Forwarded; 'gtp-v1-c-packet-dummy-msisdn': GTPv1-C Packet With Dummy MSISDN Forwarded; 'gtp-v2-c-packet-dummy-msisdn': GTPv2-C Packet With Dummy MSISDN Forwarded; 'drop-vld-sanity-gtp-v2-c-message-with-teid-zero-expected': Validation Drop: GTPv2-C Create Session Request with TEID; 'drop-vld-sanity-gtp-v1-c-message-with-teid-zero-expected': Validation Drop: GTPv1-C PDU Notification Request with TEID; 'drop-vld-sanity-gtp-v0-c-message-with-teid-zero-expected': Validation Drop: GTPv0-C PDU Notification Request with TEID; 'drop-vld-gtp-ie-repeat-count-exceed': Validation Drop: GTP repeated IE count exceeded; 'drop-vld-reserved-field-set': Validation Drop: Reserved Header Field Set; 'drop-vld-tunnel-id-flag': Validation Drop: Tunnel Header Flag Not Set; 'drop-vld-invalid-flow-label-v0': Validation Drop: Invalid Flow Label in GTPv0-C Header; 'drop-vld-invalid-teid': Validation Drop: Invalid TEID Value; 'drop-vld-out-of-state': Validation Drop: Out Of State GTP Message; 'drop-vld-mandatory-information-element': Validation Drop: Mandatory IE Not Present; 'drop-vld-mandatory-ie-in-grouped-ie': Validation Drop: Mandatory IE in Grouped IE Not Present; 'drop-vld-out-of-order-ie': Validation Drop: GTPv1-C Message Out of Order IE; 'drop-vld-out-of-state-ie': Validation Drop: Unexpected IE Present in Message; 'drop-vld-reserved-information-element': Validation Drop: Reserved IE Field Present; 'drop-vld-version-not-supported': Validation Drop: Invalid GTP version; 'drop-vld-message-length': Validation Drop: Message Length Exceeded; 'drop-vld-cross-layer-correlation': Validation Drop: Cross Layer IP Address Mismatch; 'drop-vld-country-code-mismatch': Validation Drop: Country Code Mismatch in IMSI and MSISDN; 'drop-vld-gtp-u-spoofed-source-address': Validation Drop: GTP-U IP Address Spoofed; 'drop-vld-gtp-bearer-count-exceed': Validation Drop: GTP Bearer count exceeded max (11); 'drop-vld-gtp-v2-wrong-lbi-create-bearer-req': Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request; 'gtp-c-handover-in-progress-with-conn': GTP-C matching a conn with Handover In Progress; 'drop-vld-v0-reserved-message-drop': Validation Drop: GTPv0-C Reserved Message Drop; 'drop-vld-v1-reserved-message-drop': Validation Drop: GTPv1-C Reserved Message Drop; 'drop-vld-v2-reserved-message-drop': Validation Drop: GTPv2-C Reserved Message Drop; 'drop-vld-invalid-pkt-len-piggyback': Validation Drop: Piggyback message invalid packet length; 'drop-vld-sanity-failed-piggyback': Validation Drop: piggyback message anomaly failed; 'drop-vld-sequence-num-correlation': Validation Drop: GTP-C Sequence number Mismatch; 'drop-vld-gtpv0-seqnum-buffer-full': Validation Drop: GTPV0-C conn Sequence number Buffer Full; 'drop-vld-gtpv1-seqnum-buffer-full': Validation Drop: GTPV1-C conn Sequence number Buffer Full; 'drop-vld-gtpv2-seqnum-buffer-full': Validation Drop: GTPV2-C conn Sequence number Buffer Full; 'drop-vld-gtp-invalid-imsi-len-drop': Validation Drop: GTP-C Invalid IMSI Length Drop; 'drop-vld-gtp-invalid-apn-len-drop': Validation Drop: GTP-C Invalid APN Length Drop; 'drop-vld-protocol-flag-unset': Validation Drop: Protocol flag in Header Field not Set; 'drop-vld-gtpv0-subscriber-attr-miss': Validation Drop: GTPV0-c Subscriber Attributes Missing; 'drop-vld-gtpv1-subscriber-attr-miss': Validation Drop: GTPV1-c Subscriber Attributes Missing; 'drop-vld-gtpv2-subscriber-attr-miss': Validation Drop: GTPV2-c Subscriber Attributes Missing; 'drop-vld-gtp-v0-c-ie-len-exceed-msg-len': GTPv0-C IE Length Exceeds Message Length; 'drop-vld-gtp-v1-c-ie-len-exceed-msg-len': GTPv1-C IE Length Exceeds Message Length; 'drop-vld-gtp-v2-c-ie-len-exceed-msg-len': GTPv2-C IE Length Exceeds Message Length; 'drop-vld-gtp-v0-c-message-length-mismatch': GTPv0-C Message Length Mismatch Across Layers; 'drop-vld-gtp-v1-c-message-length-mismatch': GTPv1-C Message Length Mismatch Across Layers; 'drop-vld-gtp-v2-c-message-length-mismatch': GTPv2-C Message Length Mismatch Across Layers; 'drop-vld-gtp-v0-c-message-skipped-apn-filtering-no-apn': Validation Drop: GTPv0-C APN/IMSI Filtering Dropped (No APN); 'drop-vld-gtp-v1-c-message-skipped-apn-filtering-no-apn': Validation Drop: GTPv1-C APN/IMSI Filtering Dropped (No APN); 'drop-vld-gtp-v2-c-message-skipped-apn-filtering-no-apn': Validation Drop: GTPv2-C APN/IMSI Filtering Dropped (No APN); **Type:** string **Supported Values:** all, gtp-v0-c-tunnel-created, gtp-v0-c-tunnel-half-open, gtp-v0-c-tunnel-half-closed, gtp-v0-c-tunnel-closed, gtp-v0-c-tunnel-deleted, gtp-v0-c-half-open-tunnel-closed, gtp-v1-c-tunnel-created, gtp-v1-c-tunnel-half-open, gtp-v1-c-tunnel-half-closed, gtp-v1-c-tunnel-closed, gtp-v1-c-tunnel-deleted, gtp-v1-c-half-open-tunnel-closed, gtp-v2-c-tunnel-created, gtp-v2-c-tunnel-half-open, gtp-v2-c-tunnel-half-closed, gtp-v2-c-tunnel-closed, gtp-v2-c-tunnel-deleted, gtp-v2-c-half-open-tunnel-closed, gtp-u-tunnel-created, gtp-u-tunnel-deleted, gtp-v0-c-update-pdp-resp-unsuccess, gtp-v1-c-update-pdp-resp-unsuccess, gtp-v2-c-mod_bearer-resp-unsuccess, gtp-v0-c-create-pdp-resp-unsuccess, gtp-v1-c-create-pdp-resp-unsuccess, gtp-v2-c-create-sess-resp-unsuccess, gtp-v2-c-piggyback-message, gtp-path-management-message, gtp-v0-c-tunnel-deleted-restart, gtp-v1-c-tunnel-deleted-restart, gtp-v2-c-tunnel-deleted-restart, gtp-v0-c-reserved-message-allow, gtp-v1-c-reserved-message-allow, gtp-v2-c-reserved-message-allow, gtp-v2-c-load-contr-info-exceed, gtp-v1-c-pdu-notification-request-forward, gtp-v1-c-pdu-notification-reject-request-forward, gtp-v0-c-pdu-notification-request-forward, gtp-v0-c-pdu-notification-reject-request-forward, gtp-v0-c-message-skipped-apn-filtering-no-imsi, gtp-v1-c-message-skipped-apn-filtering-no-imsi, gtp-v2-c-message-skipped-apn-filtering-no-imsi, gtp-v0-c-message-skipped-msisdn-filtering-no-imsi, gtp-v1-c-message-skipped-msisdn-filtering-no-imsi, gtp-v2-c-message-skipped-msisdn-filtering-no-imsi, gtp-v0-c-packet-dummy-msisdn, gtp-v1-c-packet-dummy-msisdn, gtp-v2-c-packet-dummy-msisdn, drop-vld-sanity-gtp-v2-c-message-with-teid-zero-expected, drop-vld-sanity-gtp-v1-c-message-with-teid-zero-expected, drop-vld-sanity-gtp-v0-c-message-with-teid-zero-expected, drop-vld-gtp-ie-repeat-count-exceed, drop-vld-reserved-field-set, drop-vld-tunnel-id-flag, drop-vld-invalid-flow-label-v0, drop-vld-invalid-teid, drop-vld-out-of-state, drop-vld-mandatory-information-element, drop-vld-mandatory-ie-in-grouped-ie, drop-vld-out-of-order-ie, drop-vld-out-of-state-ie, drop-vld-reserved-information-element, drop-vld-version-not-supported, drop-vld-message-length, drop-vld-cross-layer-correlation, drop-vld-country-code-mismatch, drop-vld-gtp-u-spoofed-source-address, drop-vld-gtp-bearer-count-exceed, drop-vld-gtp-v2-wrong-lbi-create-bearer-req, gtp-c-handover-in-progress-with-conn, drop-vld-v0-reserved-message-drop, drop-vld-v1-reserved-message-drop, drop-vld-v2-reserved-message-drop, drop-vld-invalid-pkt-len-piggyback, drop-vld-sanity-failed-piggyback, drop-vld-sequence-num-correlation, drop-vld-gtpv0-seqnum-buffer-full, drop-vld-gtpv1-seqnum-buffer-full, drop-vld-gtpv2-seqnum-buffer-full, drop-vld-gtp-invalid-imsi-len-drop, drop-vld-gtp-invalid-apn-len-drop, drop-vld-protocol-flag-unset, drop-vld-gtpv0-subscriber-attr-miss, drop-vld-gtpv1-subscriber-attr-miss, drop-vld-gtpv2-subscriber-attr-miss, drop-vld-gtp-v0-c-ie-len-exceed-msg-len, drop-vld-gtp-v1-c-ie-len-exceed-msg-len, drop-vld-gtp-v2-c-ie-len-exceed-msg-len, drop-vld-gtp-v0-c-message-length-mismatch, drop-vld-gtp-v1-c-message-length-mismatch, drop-vld-gtp-v2-c-message-length-mismatch, drop-vld-gtp-v0-c-message-skipped-apn-filtering-no-apn, drop-vld-gtp-v1-c-message-skipped-apn-filtering-no-apn, drop-vld-gtp-v2-c-message-skipped-apn-filtering-no-apn **counters2** **Description** 'drop-flt-message-filtering': Filtering Drop: Message Type Not Permitted on Interface; 'drop-flt-apn-filtering': Filtering Drop: APN IMSI Filtering; 'drop-flt-msisdn-filtering': Filtering Drop: MSISDN Filtering; 'drop-flt-rat-type-filtering': Filtering Drop: RAT Type Filtering; 'drop-flt-gtp-in-gtp': Filtering Drop: GTP in GTP Tunnel Present; 'drop-rl-gtp-v0-c-agg': Rate-limit Drop: Maximum GTPv0-C Message rate; 'drop-rl-gtp-v1-c-agg': Rate-limit Drop: Maximum GTPv1-C Message rate; 'drop-rl-gtp-v2-c-agg': Rate-limit Drop: Maximum GTPv2-C Message rate; 'drop-rl-gtp-v1-c-create-pdp-request': Rate-limit Drop: GTPv1-C Create PDP Request rate; 'drop-rl-gtp-v2-c-create-session-request': Rate-limit Drop: GTPv2-C Create Session Request rate; 'drop-rl-gtp-v1-c-update-pdp-request': Rate-limit Drop: GTPv1-C Update PDP Request rate; 'drop-rl-gtp-v2-c-modify-bearer-request': Rate-limit Drop: GTPv2-C Modify Bearer Request rate; 'drop-rl-gtp-u-tunnel-create': Rate-limit Drop: GTP-U Tunnel Creation rate; 'drop-rl-gtp-u-uplink-byte': Rate-limit Drop: GTP-U Uplink byte rate; 'drop-rl-gtp-u-uplink-packet': Rate-limit Drop: GTP-U Uplink packet rate; 'drop-rl-gtp-u-downlink-byte': Rate-limit Drop: GTP-U Downlink byte rate; 'drop-rl-gtp-u-downlink-packet': Rate-limit Drop: GTP-U Downlink packet rate; 'drop-rl-gtp-u-total-byte': Rate-limit Drop: GTP-U Total byte rate; 'drop-rl-gtp-u-total-packet': Rate-limit Drop: GTP-U Total packet rate; 'drop-rl-gtp-u-max-concurrent-tunnels': Rate-limit Drop: GTP-U Concurrent Tunnels; **Type:** string **Supported Values:** drop-flt-message-filtering, drop-flt-apn-filtering, drop-flt-msisdn-filtering, drop-flt-rat-type-filtering, drop-flt-gtp-in-gtp, drop-rl-gtp-v0-c-agg, drop-rl-gtp-v1-c-agg, drop-rl-gtp-v2-c-agg, drop-rl-gtp-v1-c-create-pdp-request, drop-rl-gtp-v2-c-create-session-request, drop-rl-gtp-v1-c-update-pdp-request, drop-rl-gtp-v2-c-modify-bearer-request, drop-rl-gtp-u-tunnel-create, drop-rl-gtp-u-uplink-byte, drop-rl-gtp-u-uplink-packet, drop-rl-gtp-u-downlink-byte, drop-rl-gtp-u-downlink-packet, drop-rl-gtp-u-total-byte, drop-rl-gtp-u-total-packet, drop-rl-gtp-u-max-concurrent-tunnels