Set heartbeat – Enterasys Networks X-Pedition XSR CLI User Manual
Page 583
Tunnel Commands
XSR CLI Reference Guide 14-129
Mode
Tunnel configuration:
XSR(config-tms-tunnel)#
Example
The following example enables the tunnel ACME_VPN:
XSR(config)#interface vpn 57 multi-point
XSR(config-int
XSR#(config-tms-tunnel)#set active
set heartbeat
This command configures the mechanism to probe a tunnel peer to monitor tunnel connectivity.
Ping is used over IKE/IPSec tunnels configured with dynamically assigned addresses.
Syntax
set heartbeat {interval | retries>} [A.B.C.D]
Syntax of the “no” Form
The no form of this command disables the heartbeat:
no set heartbeat
Defaults
•
Interval: 6 seconds
•
Retries: 3
Mode
Tunnel configuration:
XSR#(config-tms-tunnel)#
Example
The following example sets tunnel heartbeat values:
XSR(config)#interface vpn 57 multi-point
XSR(config-int
XSR#(config-tms-tunnel)#set heartbeat 50 10 192.168.57.9
interval
Interval between heartbeat tries before timing out, ranging from 1 to 3600
seconds. Zero (0) disables the heartbeat.
retries
Number of retries before the tunnel is declared down, ranging from 3 to 100.
A.B.C.D.
IP address of a specified remote peer to ping to monitor tunnel connectivity.