Procedure
|
1. |
Configure an interface type and enter the interface configuration mode.
Example:
interface Tunnel 1
|
|
2. |
Enable IP processing on an interface without assigning an explicit IP address to the interface.
Example:
ip unnumbered GigabitEthernet1
|
|
3. |
Configure TCP MSS and clear dont fragment.
- Enable a maximum segment size (MSS) for TCP connections.
Example:
ip tcp adjust-mss 1460
- Clear the Don't Fragment (DF) bit in the IPv4 packet header for packets being transmitted out the interface.
Example:
ip clear-dont-fragment
|