- Device Make/Model
Cisco Routers (I am not sure about Nexus, it might be as well)
- Operating System
IOS
- Description
Checking to ensure that OSPF MTU-Ignore command is NOT enabled. For OSPF neighbors to reach full state the interface MTU must match on both ends. If there is a MTU mismatch, a technician can enter the command “ip ospf mtu-ignore” on a Cisco device to force OSPF into full state. Yes, OSPF will now work, however, packet forwarding will have an issue. MTU issues can be a very nasty problem to detect. MTU issues can lead to intermittent packet drops. Small to large packets will not have an issue, but jumbo packets will be dropped. So, in other words, some web sites will work with no issues, and yet another web site might not work (because it is sending jumbo packets), or a file transfer will start, but after a couple seconds if will stop (due to ramping up to send jumbo packets). The bottom line is that if you have to add the command “ip ospf mtu-ignore”, you do have an interface MTU issue that you should address.
- Remediaion Steps
Enter the command “no ip ospf mtu-ignore”
- Command or Method
Enter the command “show running-config | include “ospf mtu-ignore”
- Output Example
Building configuration….
ip ospf mtu-ignore