Navigation
Example: Setting GTPv2 Message Lengths
This example shows how to set GTPv2 message lengths.
Requirements
No special configuration beyond device initialization is required before configuring this feature.
Overview
In this example, you configure the minimum GTPv2 message length to 10 octets and the maximum GTPv2 message length to 1500 octets for the GTPv2 inspection object named gtp2.
Configuration
Step-by-Step Procedure
To configure GTPv2 message lengths:
- Specify the GTPv2 profile.[edit]user@host# set security gprs gtp profile gtp2
- Specify the minimum message length.[edit]user@host# set security gprs gtp profile gtp2 min-message-length 10
- Specify the maximum message length.[edit]user@host# set security gprs gtp profile gtp2 max-message-length 1500
- 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.