Setting the Minimum Number of Slaves in a Bond
Bond interfaces can be monitored by asg stat . A Bond interface is considered down when the number of slaves in the bond that are UP is less than min_slaves value. You can change the min_slaves value in gclish.
Syntax
set chassis high-availability bond <bond port> min_slaves
Example
> set chassis high-availability bond bond1 min_slaves 2
Notes
- The default value for
min_slaves is 1. - The bond is considered Down if the number of slaves in
UP state is below min_slaves value.
|