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.
Hi Forum,
I've recently been placed in charge of a number of Cisco ASA5510 firewalls which don't have support contracts.
Unfortunately without a support contract I don't have access to any ASA or ASDM patches/updates.
I obtained a quote from a local ...
Hi Group, hope someone here can help.We have two sites, A and B each with an ASA5510 providing a backup VPN for a fibre link between the sites. Both the fibre & VPN links work fine.Site A has an internal network monitor that continuously pings our ne...
Hi all,Hope someone can assist some Cisco noobs,We have a network with two ISP's each connected to a seperate ASA5510. We can't use BGP with either ISP, so in order to to determine the state of the ISP links we're using object tracking from the ASA's...
Hi Forum,I'm having a cow of a time trying to implement a NAT configuration after having upgraded our ASA5510 recently from IOS 8.2 to 8.4. The upgrade went fine, however we now have a need to add a new NAT rule and I'm not sure whether it's possible...
We're looking for alternatives to RRI which to us seems broken for L2L VPN's with ASA5510's. Here's our problem:We have two ASA5510's (8.4(1)) each connected to a different ISP at different ends of the plant. Internally they are on the same subnet al...
We have a similar situation where we have relatively new equipment without a service contract and the cost of a contract is a significant fraction of the cost of new equipment. However, we've decided that buying new Cisco gear will only continue the ...
Hi Varun,You've solved the problem! Following your suggestion I checked the obj-tcp-source-eq-80 object and found it defined as:object service obj-tcp-source-eq-80 service tcp source eq 80The object was created using ASDM some time ago and I'm not s...
Hi Varun,We're using ASA 8.4(2) if that makes any difference.If I use nat (outside,INSIDE) source dynamic any interface destination static interface obj-WebServer service obj-tcp-source-eq-80 obj-tcp-source-eq-80then no external connections to obj-We...
Thanks for your suggestion Varun,In order for you suggestion to match any traffic I have to modify it like so:nat (outside,INSIDE) source dynamic any interface destination static interface obj-WebServer service any obj-tcp-source-eq-80It then succes...