Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hey all. I'm attempting to get OSPF running over an IPsec tunnel between two ASA 5510s. However, I seem to be running into a catch-22 kind of scenario. I'm guessing there is something really simple I'm missing here and I hope someone can provide some...
Hi All,
I'm trying to set up SNMPv3 on one of my production ASA 5525-Xs. From what I'm seeing, the ASA is never responding to the SNMP GET requests being sent from my NMS. I've also tried configuring SNMPv2c and have gotten the same result.
I a...
Hey all,I'm attempting to set up a site-to-site IPsec VPN tunnnel between two ASAs in a test environment. I'm attempting to recreate my production environment (to a degree), with the ultimate goal of testing OSPF static neighbors between the test ASA...
Okay, I got it figured out.
The solution was to add a static route on both ASAs pointing at the outside interface of the other ASA.
So, from ASA-1
route outside 133.39.39.2 255.255.255.255 133.38.38.1 1
and from ASA-2
route outside 133.38.38.2 2...
I had forgotten - and should note - that apparently when you remove a network from being advertised via OSPF on the ASAs it will also remove any related static neighbor settings. It took me a minute to figure this out as the static neighbor still app...
Hey there - sorry for the delayed response.
Turns out the answer was to reload the ASA. Ah, the first rule of IT troubleshooting: "Turn it off and back on."
Thanks for the reply!