Customizing Access-Link IP Fragmentation

Feature Summary and Revision History

Summary Data

Applicable Product(s) or Functional Area

  • GGSN

  • P-GW

  • SAEGW

Applicable Platform(s)

  • ASR 5500

  • VPC-DI

  • VPC-SI

Feature Default

Enabled - Always-on

Related Changes in This Release

Not Applicable

Related Documentation

  • Command Line Interface Reference

  • GGSN Administration Guide

  • P-GW Administration Guide

  • SAEGW Administration Guide

  • Statistics and Counters Reference

Revision History

Revision Details

Release

First introduced.

21.26

Feature Description

The P-GW has APN level configuration controls the IP fragmentation, if the forward or drop logic for IP packets are larger than MTU or becomes higher due to GTPU encapsulation overheads. To override multiple configurations at the APN level, a global level CLI is added.The Global level configuration reduces deployment time, configuration size, and minimizes errors.


Note

If the CLI is not configured at the APN level, the Global level configuration is applied by default. If the CLI is not configured at Global level, then the default value is applied.


Configuring Access-Link IP Fragmentation

Configuring access-link IP fragmentation involves the following steps:

Configuring Global Level Access-Link IP Fragmentation

Use the following configuration to configure the access-link IP fragmentation in the Global configuration mode:


configure 
   [ default ] access-link ip-fragmentation { df-fragment-and-icmp-notify | df-ignore | normal } 
   end 

NOTES:

  • access-link ip-fragmentation : Configures the access-link IP fragmentation to the mobile node if the link MTU is smaller than the packet length.

  • df-fragment-and-icmp-notify : Partially ignores the DF bit setting when the packet is fragmented. It also sends ICMP unreachable error to the source, even if DF bit is set for the packet.

  • df-ignore : Ignores the DF bit setting when the packet is fragmented. This is the default value.

  • normal : Configures the normal fragmentation process.

  • default : The default value is set to df-ignore .

Configuring APN Level Access-Link IP Fragmentation

Use the following configuration to configure the access-link IP fragmentation in the APN configuration mode:


configure 
   context context_name 
      apn apn_name 
         [ no ] access-link ip-fragmentation { df-fragment-and-icmp-notify | df-ignore | normal } 
         end 

Note

The no option is introduced in the APN configuration and the default option is deprecated.


NOTES:

  • access-link ip-fragmentation : Configures the access-link IP fragmentation to the mobile node if the link MTU is smaller than the packet length.

  • df-fragment-and-icmp-notify : Partially ignores the DF bit setting when the packet is fragmented. It also sends ICMP unreachable error to the source, even if DF bit is set for the packet.

  • df-ignore : Ignores the DF bit setting when the packet is fragmented.

  • normal : Configures the normal fragmentation process.

Monitoring and Troubleshooting

This section provides information regarding show commands and their outputs.

Show Commands and Output

This section provides information regarding show commands and/or their outputs in support of this feature.

show configuration access-link

The output of this command displays the following field.

Field

Description

access-link ip-fragmentation normal

Displays the respective value, if configured at Global level. If the configuration is set to default or df-ignore then, no output is displayed

show configuration access-link verbose

The output of this command displays the following field.

Field

Description

access-link ip-fragmentation df-ignore

Displays the respective value, if configured at Global level. If the configuration is set to default or df-ignore then, df-ignore is displayed.

show config apn <apn_name>

The output of this command displays the following field.

Field

Description

access-link ip-frag: df-ignore (APN-Configured : False)

Displays the application logic applied to the APN. APN-Configured confirms if the application logic is derived from the APN (True) or from the Global level (False).