02-13-2011 04:48 AM
To all
there is one weird problem i facing when remote end ASA intiate VPN my VPN establish and if i try to initiate VPN it doesnt
what would be the reason can any1 knw that its site to site VPN
Thanks
02-13-2011 09:00 AM
02-13-2011 01:14 PM
This is because Cisco ASAs are less tolerant of mismatched proxy IDs than Juniper boxes are.
Juniper boxes will accept a proxy ID that is a match, or a superset of a match. Cisco boxes will only accept an exact match.
So, if you have a proxy ID on your Juniper side of 192.168.1.0/24 and the Cisco side is 192.168.1.5/32, then if the Cisco side initiates that tunnel your Juniper will accept that and build the SA. If the Juniper tries to initiate, the Cisco will deny it because it's not an exact match.
You need to make sure your proxy IDs are carefully set on both ends. Cisco devices build their proxy IDs using their ACL entires, so, for policy-based VPN on your Juniper, that means building a separate policy (or pair of policies, for bi-directional VPNs) to exactly match each line of the ACL entries on the ASA side.