Hi Guys,
I need to find out what DPD Payload Sequence my Cisco ASR uses (There is an IPSec tunnel initiated from the ASR and it uses DPD to detect the remote link faliure). I can see the following on my remote Peer (Huawei) as follows.
DPD : Enable
DPD type : periodic
DPD retry-limit : 2
DPD retransmit-interval(s) : 2
DPD idle-time(s) : 10
DPD msg : seq-hash-notify <<<<<<<<<<<< I'm interested in finding the equivalent parameter in Cisco.
------
Cisco only has the following.
Cisco_ASR#show run | inc dpd
dpd 10 2 periodic
Cisco_ASR#
I need to find out what DPD Payload Sequence my Cisco ASR uses.
Any help will be appreciated.