gtp-header
Syntax
gtp-header
Hierarchieebene
[edit firewall family family-name filter filter-name from]
Beschreibung
Fügen Sie die Übereinstimmungsbedingungen für das GTP-Paket hinzu. Ein Beispiel ist wie folgt:
firewall {
family inet /inet6 {
filter gtp_filter {
from {
protocol udp;
port 2123;
gtp-header {
gtp-teid <TEID value/list/range>;
ipv4/ipv6 {
source-address <32bit for v4 and 128 bit for v6>;
source-prefix-list <prefix-list>;
destination-address <32bit for v4 and 128 bit for v6>;
destination-prefix-list <prefix-list>;
Protocol/next-header <8 bit>;
Protocol/next-header-except <8 bit>;
source-port <16 bit>;
source-port-except <16 bit>;
destination-port <16 bit>;
destination-port-except <16 bit>;
}
}
then {
count gtp;
}
Erforderliche Berechtigungsstufe
-
firewall – Um diese Anweisung in der Konfiguration anzuzeigen.
-
firewall-control: Zum Hinzufügen dieser Anweisung zur Konfiguration.
Informationen zur Veröffentlichung
In Junos 22.2R1 eingeführte Erklärung