vrIDParam¶
The following operations can be performed on "vrIDParam":
set vrIDParam¶
Sets global parameters of VMACs on the Citrix ADC.
Synopsis¶
set vrIDParam [-sendToMaster ( ENABLED | DISABLED )] [-helloInterval
Arguments¶
sendToMaster Forward packets to the master node, in an active-active mode configuration, if the virtual server is in the backup state and sharing is disabled.
Possible values: ENABLED, DISABLED Default value: DISABLED
helloInterval Interval, in milliseconds, between vrrp advertisement messages sent to the peer node in active-active mode. Default value: 1000 Minimum value: 200 Maximum value: 1000
deadInterval Number of seconds after which a peer node in active-active mode is marked down if vrrp advertisements are not received from the peer node. Default value: 3 Minimum value: 1 Maximum value: 60
Example¶
set vrIDParam -sendToMaster ENABLED
Related Commands¶
show vrIDParam¶
Displays the VRID global settings on the Citrix ADC.
Synopsis¶
show vrIDParam
Arguments¶
Output¶
sendToMaster Forward packets to the master node, in an active-active mode configuration, if the virtual server is in the backup state and sharing is disabled.
helloInterval Interval, in milliseconds, between vrrp advertisement messages sent to the peer node in active-active mode.
deadInterval Number of seconds after which a peer node in active-active mode is marked down if vrrp advertisements are not received from the peer node.
unset vrIDParam¶
Use this command to remove vrIDParam settings.Refer to the set vrIDParam command for meanings of the arguments.
Synopsis¶
unset vrIDParam [-sendToMaster] [-helloInterval] [-deadInterval]