Path MTU Discovery with DMVPN Tunnels
Ivan Pepelnjak's excellent article on IP fragmentation from 2008 is very thorough, but it doesn't cover the functionality of Cisco's tunnel path-mtu-discovery feature when applied to mGRE (DMVPN) interfaces.Here's the topology I'm using:
![]() |
| Constrained MTU in path between R1 and R4 |
interface Tunnel0
ip address 192.168.1.1 255.255.255.0
no ip redirects
ip mtu 1400
ip pim sparse-mode
ip nhrp map multicast dynamic
ip nhrp network-id 1
tunnel source FastEthernet0/0
tunnel mode gre multipoint
tunnel path-mtu-discovery
tunnel vrf TRANSIT
end
R1#show dmvpn
Legend: Continue reading
"
The latest open source project goes deep into the Linux kernel to improve networking.
