Navigation
Example: Permitting and Denying GTPv2 Message Types
This example shows how to permit and deny GTPv2 message types.
Requirements
No special configuration beyond device initialization is required before configuring this feature.
Overview
In this example, for the gtp2 profile, you configure the device to drop the echo and create-session message types for version 2.
Configuration
Step-by-Step Procedure
To permit and deny GTPv2 message types:
- Specify the GTPv2 profile.[edit]user@host# set security gprs gtp profile gtp2
- Drop the echo messages for version 2.[edit]user@host# set security gprs gtp profile gtp2 drop echo 2
- Drop the create-session messages for version 2.[edit]user@host# set security gprs gtp profile gtp2 drop create-session 2
- If you are done configuring the device, commit the configuration.[edit]user@host# commit
Verification
To verify the configuration is working properly, enter the show security gprs command.