amitabha
8 posts

I am trying to establish a site-to-site IPSec over GRE tunnel with the OSPF routing.

Site-1---->ISP(MPLS Cloud)---->Site-2

The Tunnel is establish alright but the OSPF neighbor is not forming. OSPF states always is in Exchange/Exstart/DOWN mode.

I have already put the command "ip tcp adjust-mss 1360" in Tunnel interface. And also varied the ip mtu size ...like: 1400 or 1500. My ISP is claiming that they have configured MTU size perfectly.

Any tip?

Digital
7 posts

Post your source/destination configs for the tunnel if you could.

joshlowe
44 posts

For troubleshooting, did you try manually specifying the neighbors?

router ospf 1
neighbor <ip address>
network <network address>

If that works, then perhaps the problem is in the transmitting of multicast packets.

Viewing 1 - 3 of 3

  • 1