client
|
Name of cluster to be configured.
Value range is from 1 - 8 characters
|
sync-id
|
Unique ID per cluster. VMs with the same sync-id synchronize connection data. All VMs in the named dra-distributor synchronize
their connection data in case of VM failure.
Value range is from 0 - 255
|
sync-interface
|
Interface used to send multicast connection sync data. Typically an interface on the Internal network.
Example: ens192
|
global-tracking-service
|
Container to track for health check of dra-director VMs for all services.
Default value is diameter-endpoint
|
host-ip
|
IP address of member VM.
Value: Any IP address that exists on the VM. Typically, internal IP address.
|
global-priority
|
Global priority for all services of the host on which the service must run. Can be overridden in an individual service configuration.
Priority range is from 1 to 255. Larger values have higher priority than lower values.
Example: 10 has a higher priority than 5.
|
service-name
|
Unique name for peer service.
|
virtual-router-id
|
Virtual router ID is the identity for a virtual router for hosts that are managed for the virtual IP of the service.
Value range is from 0 - 255.
For more details, refer to VRRP (Virtual Router Redundancy Protocol) RFC 3768 and keepalive documentation.
|
tracking-service
|
Container to track for health check of dra-director VM. Overrides global-tracking-service.
Default value is global-tracking-service.
|
preempt-delay
|
Preempt delay is delay in seconds before a VIP switches from backup to master.
Default value is 30 seconds.
Value range is from 1 - 1000.
|
interface
|
Interface of the host where the virtual IP is installed as secondary address when active.
|
service-ip
|
Virtual IP address of service.
|
service-port
|
TCP port of service.
|
service-host-ip
|
IP address of VM. Used to override global priority.
|
service-priority
|
Overrides global-priority. This allows a VIP to run on VM1 and another VIP to run on VM2.
Example: Gx VIP on VM1 and Rx VIP on VM2.
|
preempt
|
Enable or disable VIP preemption for a single VIP.
Default value is true.
Value: true, false
|
real-service-ip
|
IP address of a dra-director supporting the service.
|
weight
|
Relative weight of real-server used by weighted least connection scheduling algorithm.
Value range is from 0 - 255.
Default value is 1.
A value of 0 disables new connections to this real-server.
|
connection-timeout tcp
|
Idle timer for TCP connections in seconds. A connection is dropped if no traffic is seen for the duration of the timer.
Default value is 30 seconds.
|
connection-timeout tcpfin
|
Timeout value in seconds for a connection after receiving a TCP FIN packet. A connection is dropped if no traffic is seen
for the duration of the timer.
Default value is 5 seconds.
|