Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

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.

set security gprs gtp profile gtp1set security gprs gtp profile gtp1 remove-ie version v1 number 4

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:

  1. Specify the GTP profile.

    [edit]

    user@host# set security gprs gtp profile gtp1

  2. 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.

gtp {profile gtp1 {remove-ie {version v1 {number 4;}}}}

If you are done configuring the device, enter commit from configuration mode.

Published: 2015-02-11