It is hard to close IPSec with Oracle Cloud

My routerboard has v6.49.10 installed.
I used this commands below to create conection:

/ip ipsec proposal add auth-algorithms=sha256 enc-algorithms=aes-256-gcm lifetime=1h name=oracle-proposal-phase2 pfs-group=modp1536
/ip ipsec profile add dh-group=ecp384 enc-algorithm=aes-256 hash-algorithm=sha384 lifetime=8h name=oracle-profile-phase1
/ip ipsec peer add address= name=oracle1-peer profile=oracle-profile-phase1
/ip ipsec identity add peer=oracle1-peer secret=“secret”
/ip ipsec policy add dst-address= peer=oracle1-peer proposal=oracle-proposal-phase2 src-address= tunnel=yes

My log is:
phase1 negotiation failed due to time up

Are there any limitation or problem to configure it to work with oracle’s VPN?

https://docs.oracle.com/en-us/iaas/Content/Resources/Assets/whitepapers/ipsec-vpn-best-practices.pdf
https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/scenarioc.htm