Issue got resolved post making the required change on ASA firewall. i.e we set the data limit ASA from xxxxxxKB to unlimited in crypto map settings using below command.
crypto map map-name seq-num set security-association lifetime {seconds number | kilobytes { number | unlimited }}
“3rd party VPN peer proposes Phase 2 lifetime in kilobytes
Symptoms:
A Phase 2 lifetime in kilobytes is configured on the 3rd party VPN peer. Therefore, it offers it in addition to the lifetime in seconds.
This means the peer wants to renegotiate the tunnel at the end of the lifetime in seconds, or after the number of specified kilobytes has been encrypted - whichever happens first.
On the Check Point Security Gateway, Phase 2 lifetime is configured only in seconds. Therefore, even though it accepts the proposal for Phase 2 lifetime from 3rd party VPN peer in kilobytes, it also sends back a "RESPONDER-LIFETIME" notification to notify that it is only going to enforce the Phase 2 lifetime in seconds.
With some 3rd party VPN vendors, it is necessary to match the exact initiator's proposal, including the lifetime in kilobytes. Otherwise, they will drop the tunnel and initiate a new negotiation over and over again.”