12-03-2021 08:58 AM
Can Path MTU discovery be configured on a physical interface like tunnels interfaces '
tunnel path-mtu-discovery" ?
I know we can configure "ip tcp path-mtu-discovery" as a global config command but why not on a physical interface?
Solved! Go to Solution.
12-03-2021 09:24 AM - edited 12-03-2021 12:11 PM
Hi,
you set the tunnel path-mtu-discovery command under interface configuration mode
You can solve the GRE-related problems by manually lowering the ip mtu on the tunnel interface (ideally in combination with the ip tcp adjust-mss configuration command), or you could enable PMTUD for GRE tunnels with the tunnel path-mtu-discovery interface configuration command. When you enable the PMTUD on a GRE tunnel, the GRE packets are sent with the DF bit set and the router responds to the incoming ICMP destination unreachable messages with the reduction of the tunnel MTU size
about the ip tcp path-mtu-discovery command:
this command designed To enable the Path MTU Discovery feature for all new TCP connections initiated by the router when the router is acting as a host (for example: BGP and Telnet)
12-03-2021 12:01 PM
path mtu discover under tunnel is acceptable because we specify the destination as well as source.
but with case of interface we only have ip address of interface without know the destination this is why not acceptable for interface.
12-03-2021 09:24 AM - edited 12-03-2021 12:11 PM
Hi,
you set the tunnel path-mtu-discovery command under interface configuration mode
You can solve the GRE-related problems by manually lowering the ip mtu on the tunnel interface (ideally in combination with the ip tcp adjust-mss configuration command), or you could enable PMTUD for GRE tunnels with the tunnel path-mtu-discovery interface configuration command. When you enable the PMTUD on a GRE tunnel, the GRE packets are sent with the DF bit set and the router responds to the incoming ICMP destination unreachable messages with the reduction of the tunnel MTU size
about the ip tcp path-mtu-discovery command:
this command designed To enable the Path MTU Discovery feature for all new TCP connections initiated by the router when the router is acting as a host (for example: BGP and Telnet)
12-03-2021 11:24 AM
thanks Mr. pman. I get what you are saying but my question is little different. In case of a GRE we can do "tunnel path-mtu-discovery". But is there a way to do the same on my physical Gig0/0/0 egress interface instead of global config command "ip tcp path-mtu-discovery" ..
12-03-2021 12:40 PM
thank you @pman for further details. Appreciate it.
12-03-2021 12:01 PM
path mtu discover under tunnel is acceptable because we specify the destination as well as source.
but with case of interface we only have ip address of interface without know the destination this is why not acceptable for interface.
12-03-2021 12:38 PM
Makes sense @MHM Cisco World : I thought of it once but wasn't sure. Thank you for taking your time reading my question and responding it. Appreciate it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide