Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

path-rate-limit

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
path-rate-limit {
    message-type {
        create-req {
            alarm-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
            drop-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
        }
        delete-req {
            alarm-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
            drop-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
        }
        echo-req {
            alarm-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
            drop-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
        }
        other {
            alarm-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
            drop-threshold (Security GPRS) {
                forward number;
                reverse number;
            }
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit security gtp profile profile-name]

Description

Use the path‐rate‐limit function to control specific GPRS tunneling protocol (GTP) messages in both the forward and reverse directions. A drop threshold and an alarm threshold parameter can be configured for each control message in the forward and reverse direction for one path.

From Junos OS Release 20.4R1 onwards, the [edit security gprs gtp profile profile-name] hierarchy level is replaced by [edit security gtp profile profile-name].

Options

message-type—To specific group of control messages

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 12.1X45-D10.

footer-navigation