Thats only the first step, since vpn blade has to be enabled. But, lets take a step back, of few lol
Can you please let us know the following:
1) is it CP to CP tunnel of 3rd party?
2) permanent tunnel or regular?
3) what is configured for vpn domains?
4) any NAT going?
5) ikev1 or v2?
Also, did you do any tcpdumps or debugs
Example (say peer is 1.2.3.4 IP)
from CP -> tcpdump -enni any host 1.2.3.4 and proto 50
debug:
vpn debug trunc
vpn debug ikeon
-try generate some traffic
vpn debug ikeoff
Look for ike and vpnd files
IMPORTANT NOTE -> to save yourself time, please run below to check what iked process is handling the vpn, otherwise you might be looking at totally wrong files
example in my lab:
[Expert@azurefw:0]# vpn iked calc 1.2.3.4
vpn: Address 1.2.3.4 is handled by IKED 0
[Expert@azurefw:0]#
If you need any help, let me know.
Best.
Andy