set interface mlag reload-delay
The set interface mlag reload-delay command sets the reload delay timer of an MLAG. It is a global MLAG configuration.
Command Syntax
set interface mlag reload-delay <delay-value>
Parameters
Parameter | Description |
reload-delay <delay-value> | Specifies the value of reload-delay timer. The value is an integer that ranges from 0 to 2147483647, in seconds. The default value is 0s. |
Usage Guidelines
After the MLAG master device fails, the peer device considers the peer-link down if it fails to receive a hello packet for a period of 3 times the hello-interval. If the reload-delay timer is not set to zero, the reload delay timer will be started. Before the reload-delay timer expires, the MAC address of the slave device will not be changed, thus the link of the downstream device to slave device will operate normally, ensuring the normal service delivery.
Example
• Set the value of reload-delay timer to 180 seconds.
admin@XorPlus# set interface mlag reload-delay 180 admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.