unable to get IPSec up from r2 to r4 with ospf routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 07:47 AM
hi all , im trying to configure ipsec tunnel from R2 to R4 (top right router) . but after i configured all the ipsec gre commands , my ospf routing seems to be down suddenly and now both my ipsec and ospf doesn't work. any one can help me please? i'm really lost after troubleshooting for hours.
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 09:20 AM
-
-
Verify that the IPSec tunnel is properly configured on both R2 and R4. This includes checking that the IP addresses, encryption settings, and authentication methods are correctly configured and match on both sides.
-
Make sure that OSPF is correctly configured and working on both R2 and R4. You can check this by running the
show ip ospf neighbor
command on both devices and verifying that they have formed a neighbor relationship. -
Check the routing tables on both R2 and R4 to ensure that there are valid routes between the devices over the IPSec tunnel. You can do this with the
show ip route
command. -
Check the firewall and access control lists (ACLs) on both R2 and R4 to ensure that traffic is not being blocked between the devices.
-
Check the status of the IPSec tunnel with the
show crypto isakmp sa
andshow crypto ipsec sa
commands on both R2 and R4. This will show you the current status of the IPSec security associations (SAs) and can help you identify any issues with the tunnel.
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 05:15 PM
hi marce,
my ospf neighbor was up until the crypto map was applied to the interface. not sure why this happens. any idea why ? im running ospf authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 11:51 PM
>....until the crypto map was applied to the interface.
- Check logs on the involved devices when this is done , look for additional info's
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
