geomonitor vipmonitor instance vips
Configures VIP interface monitoring parameters.
Command Mode
Exec > Global Configuration (config) > Instance Configuration (config-instance-instance_id )
Syntax
vips vip_interface_name [ retryCount retry_count | retryFailOverInterval retry_interval | retryInterval retry_interval | vipIp vip_ip | vipPort vip_port_number ]
retryCount retry_count
Specify the counter value to retry if VIP failed to ping after which VIP is marked as down.
Must be an integer in the range of 1-10.
retryFailOverInterval retry_interval
Specify, in milliseconds, the retry interval if VIP failed to ping.
Must be an integer in the range of 200-10000.
retryInterval retry_interval
Specify, in milliseconds, the retry interval if VIP pinged successfully.
Must be an integer in the range of 200-10000.
vipIp vip_ip
Specify the IPv4 address.
Must be a string.
vipPort vip_port_number
Specify the diagnostic port number.
Must be an integer.
vip_interface_name
Specify name of the interface to monitor.
Must be a string.
Usage Guidelines
Use this command to configure VIP interface monitoring parameters.