We have single crypto map name corp which is used for remote vpn users.
Now i need ipsec vpn to remote vendor.
Can i create new transorm-set and use the same crypto map which is used for the remote vpn users?
Solved! Go to Solution.
Each crypto map sequence can have a unique transform-set specified in the configuration. The syntax is as follows:
crypto map <map name> <sequence number> set ikev1 transform-set <transform-set name>
Or you can leave it blank and the ASA will cycle through the available transform-sets to attempt to find a compatible one.
Each crypto map sequence can have a unique transform-set specified in the configuration. The syntax is as follows:
crypto map <map name> <sequence number> set ikev1 transform-set <transform-set name>
Or you can leave it blank and the ASA will cycle through the available transform-sets to attempt to find a compatible one.
Many Thanks again.
You were very helpfull