cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
399
Views
5
Helpful
1
Replies

OSPF point-to-point configuration fails

michael.fowler
Level 1
Level 1

OSPF point-to-point configuration fails exstart phase with a 'interface mtu is too large'. Likely to be a configuration problem I'm sure but not sure how to remedy it. This is setup on two 3600 routers connecting to a 7204 thru a frame-relay switch. Anybody familiar with OSPF and this MTU problem?

1 Reply 1

pkhatri
Level 11
Level 11

Hi,

For an OSPF adjacency to be formed, the IP MTU at each end has to be identical. Please use 'show interface' to verify that the MTU is the same at both ends. If not, you will need to configure the mtu using 'ip mtu'.

The alternative is to use the command 'ip ospf mtu-ignore' in interface-configuration mode but I would recommend that you use the first fix I mentioned above since a mismatched MTU will case you other issues.

Hope that helps - pls rate the post if it does.

Paresh