![]() |
IPsec Data Plane Configuration Guide, Cisco IOS XE Release 3S
|
||||||||||||||
DF Bit Override Functionality with IPsec Tunnels
![]() |
|||||||||||||||
|
Contents
DF Bit Override Functionality with IPsec TunnelsLast Updated: April 1, 2012
The DF Bit Override Functionality with IPsec Tunnels feature allows you to configure the setting of the DF bit when encapsulating tunnel mode IPsec traffic on a global or per-interface level. Thus, if the DF bit is set to clear, routers can fragment packets regardless of the original DF bit setting.
Finding Feature InformationYour software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Prerequisites for DF Bit Override Functionality with IPsec TunnelsIPsec must be enabled on your router. Restrictions for DF Bit Override Functionality with IPsec TunnelsPerformance ImpactBecause each packet is reassembled at the process level, a significant performance impact occurs at a high data rate. Two major caveats are as follows:
Information About DF Bit Override Functionality with IPsec TunnelsFeature OverviewThe DF Bit Override Functionality with IPsec Tunnels feature allows you to specify whether your router can clear, set, or copy the Don't Fragment (DF) bit from the encapsulated header. A DF bit is a bit within the IP header that determines whether a router is allowed to fragment a packet. Some user configurations have hosts that perform the following functions:
If your configurations have hosts that prevent you from learning about the available MTU size, you can configure your router to clear the DF bit and fragment the packet.
How to Configure DF Bit Override Functionality with IPsec TunnelsConfiguring the DF Bit for the Encapsulating Header in Tunnel Mode
SUMMARY STEPS
DETAILED STEPS Configuration Examples for DB Bit Override Functionality with IPsec TunnelsDF Bit Setting Configuration ExampleIn following example, the router is configured to globally clear the setting for the DF bit and copy the DF bit on the interface named FastEthernet. Thus, all interfaces except FastEthernet will allow the router to send packets larger than the available MTU size; FastEthernet will allow the router to fragment the packet. crypto isakmp policy 1 hash md5 authentication pre-share crypto isakmp key Delaware address 192.168.10.66 crypto isakmp key Key-What-Key address 192.168.11.19 ! ! crypto ipsec transform-set exampleset ah-md5-hmac esp-des crypto ipsec df-bit clear ! ! crypto map armadillo 1 ipsec-isakmp set peer 192.168.10.66 set transform-set exampleset match address 101 ! crypto map basilisk 1 ipsec-isakmp set peer 192.168.11.19 set transform-set exampleset match address 102 ! ! interface FastEthernet ip address 192.168.10.38 255.255.255.0 ip broadcast-address 0.0.0.0 media-type 10BaseT crypto map armadillo crypto ipsec df-bit copy ! interface FastEthernet1 ip address 192.168.11.75 255.255.255.0 ip broadcast-address 0.0.0.0 media-type 10BaseT crypto map basilisk ! interface Serial0 no ip address ip broadcast-address 0.0.0.0 no ip route-cache no ip mroute-cache Additional ReferencesThe following sections provide references related to the DF Bit Override Functionality with IPsec Tunnels feature. MIBsTechnical Assistance
Feature Information for DF Bit Override Functionality with IPsec TunnelsThe following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2012 Cisco Systems, Inc. All rights reserved.
|
||||||||||||||
|
|