config members
Description: Configure interfaces to be aggregated.
config system aggregate-interface
edit <name>
config members
edit <name>
set *interface <name1>
set weight [1 – 256]
set health-check-event
set health-check-fail-cnt [1 – 10]
set health-check-recovery-cnt [1 – 10]
unset
next
show
abort
end
delete <name>
purge
show
end
next
show
abort
end
delete <name>
purge
show
end
Sample command:
config system aggregate-interface
edit agg1
set mode loadbalance
set mapping-timeout 244
config members
edit 23
set interface port4
set weight 1
set health-check-event
set health-check-fail-cnt 5
set health-check-recovery-cnt 5
next
end
next
end
| mode |
Aggregate interface mode. |
option |
- |
activebackup |
| |
| activebackup |
Active backup. |
| loadbalance |
Load balance. |
|
| mapping-timeout |
source-mac-to-member mapping timeout in seconds. |
integer |
0 - 86400 |
60 |
| interface |
Member interface. |
option |
- |
none |
| weight |
Member weight in load balancing. |
integer |
1 - 256 |
1 |
| health-check-event |
Member monitor. |
option |
- |
none |
| health-check-fail-cnt |
Number of failures before the member is considered dead. |
integer |
1 - 10 |
5 |
| health-check-recovery-cnt |
Number of successes before the member is considered alive. |
integer |
1 - 10 |
5 |