Related Documentation
Example: Removing GTPv1 Information Elements Using IE Number
This example shows how to configure the GPRS tunelling protocol (GTP) interface of the security device to remove user-configured IEs from GTP messages.
Requirements
Enable GTP on the device.
set security gprs gtp enable
Overview
In this example, you configure IE removal for the GTP profile called gtp1. The IEs are removed using the user-configured IE number 4.
Configuration
CLI Quick Configuration
To quickly configure this example, copy the following commands, paste them into a text file, remove any line breaks, change any details necessary to match your network configuration, and then copy and paste the commands into the CLI at the [edit] hierarchy level.
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see Using the CLI Editor in Configuration Mode.
To configure the GTP interface of the security device to remove user-configured IEs from the GTP message:
- Specify the GTP profile.
[edit]
user@host# set security gprs gtp profile gtp1
- Specify the IE number.
[edit security gprs gtp profile gtp1]
user@host# set remove-ie version v1 number 4
Results
From configuration mode, confirm your configuration by entering the show security gprs command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.
If you are done configuring the device, enter commit from configuration mode.