Routing Virtual Router Redundancy Protocol (VRRP)
IX20 User Guide
465
(config)> network interface eth2 ipv4 surelink interval 5s
(config)>
iv. Create a SureLink test target:
(config)> add network interface eth2 ipv4 surelink target end
(config network interface eth2 ipv4 surelink target 0)>
v. Configure the type of test for the test target:
(config network interface eth2 ipv4 surelink target 0)> test value
(config network interface eth2 ipv4 surelink target 0)>
where value is one of:
n
ping: Tests connectivity by sending an ICMPecho request to a specified
hostname or IPaddress.
l
Specify the hostname or IPaddress:
(config network interface eth2 ipv4 surelink target 0)>
ping_host host
(config network interface eth2 ipv4 surelink target 0)>
l
(Optional) Set the size, in bytes, of the ping packet:
(config network interface eth2 ipv4 surelink target 0)>
ping_size [num]
(config network interface eth2 ipv4 surelink target 0)>
n
dns: Tests connectivity by sending a DNSquery to the specified DNSserver.
l
Specify the DNSserver. Allowed value is the IPaddressof the DNSserver.
(config network interface eth2 ipv4 surelinktarget 0)>
dns_server ip_address
(config network interface eth2 ipv4 surelinktarget 0)>
n
dns_configured: Testsconnectivity by sending a DNSquery to the DNSservers
configured for thisinterface.
n
http: Tests connectivity by sending an HTTPor HTTPSGET request to the
specified URL.
l
Specify the url:
(config network interface eth2 ipv4 surelink target 0)>
http_url value
(config network interface eth2 ipv4 surelink target 0)>
where value usesthe format http[s]://hostname/[path]
n
interface_up: The interface is considered to be down based on the interfaces
down time, and the amount of time an initial connection to the interfacetakes
before this test isconsidered to have failed.