Hey Paul,
If you do vpn tu and check option to list the tunnel by phase 1 or 2, option 3 and 4, what do you see?
[Expert@CP-GW:0]# vpn tu
********** Select Option **********
(1) List all IKE SAs
(2) * List all IPsec SAs
(3) List all IKE SAs for a given peer (GW) or user (Client)
(4) * List all IPsec SAs for a given peer (GW) or user (Client)
(5) Delete all IPsec SAs for a given peer (GW)
(6) Delete all IPsec SAs for a given User (Client)
(7) Delete all IPsec+IKE SAs for a given peer (GW)
(8) Delete all IPsec+IKE SAs for a given User (Client)
(9) Delete all IPsec SAs for ALL peers and users
(0) Delete all IPsec+IKE SAs for ALL peers and users
* To list data for a specific CoreXL instance, append "-i <instance number>" to your selection.
(Q) Quit
*******************************************
Also, what if you try below?
vpn tu list peer_ike peer-ip and same command with peer_ipsec
Alternatively, do basic debug:
vpn debug trunc
vpn debug ikeon
-generate traffic
vpn debug ikeoff
Check vpnd and iked files in $FWDIR/log dir
Andy