This article explains how to make sure that the GTP traffic hitting a specific firewall policy will not be inspected when a GTP profile is removed from a firewall policy.
FortiCarrier, GTP.
On FortiCarrier, when a GTP profile is removed from a firewall policy, the GTP traffic will still be inspected and it follows the default GTP profile configured on the FortiGate. GTP inspected traffic entries are still showed in GTP logs.
To make sure that the GTP inspection will not happen once a GTP profile is removed from a specific firewall policy:
config firewall service custom
edit "GTP_no_inspection"
set helper disable
set udp-portrange 2123 2152 3386
next
end
config firewall policy
edit 100
set name "GTP traffic not inspected"
set srcintf "port3"
set dstintf "port4"
set action accept
set srcaddr "GTP-traffic-source"
set dstaddr "GTP-traffic-destination"
set schedule "always"
set service "GTP_no_inspection"
set comments "GTP inspection disabled"
next
end
On FortiCarrier, removing the GTP profile from a firewall policy is not sufficient to avoid inspection of GTP traffic hitting that firewall policy.
Related articles:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.