log (Security GTP)
Syntax
log { forwarded (basic | detail); gtp-u name; prohibited (basic | detail); rate-limited (basic | detail); event (basic | detail); }
Hierarchy Level
[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.