Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

log (Security GTP)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
log {
    forwarded (basic | detail);
    gtp-u name;
    prohibited (basic | detail);
    rate-limited (basic | detail);
    event (basic | detail);
}

Hierarchy Level

content_copy zoom_out_map
[edit security gtp profile profile-name]

Description

Use the console or syslog to view GPRS tunneling protocol version 2 (GTPv2) traffic logs. You can configure the device to log GTPv2 packets based on their status. You can use the log configuration statement to enable GTPv2 logging on the device. By default, all logs are disabled on the device.

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.

The state-invalid (basic | detail) option is replaced by event (basic | detail).

Options

  • forwarded—A packet that the security device transmitted because it was valid.

  • GTP-U—A packet that the security devices have for gtp-u.

  • prohibited—A packet that the security device dropped because it was invalid.

  • rate-limited—A packet that the security device dropped because it exceeded the maximum rate limit of the destination GSN.

  • event—A packet that the security device dropped because it failed stateful inspection, log alarms and tunnel management events.

The remaining statements are explained separately. See CLI Explorer.

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 10.0. Support. The state-invalid (basic | detail) option is replaced by event (basic | detail) in Junos OS Release 20.4R1.

footer-navigation