set internet-connection-bond
In the R82.00.X releases, this command is available starting from the R82.00.00 version.
Description
Configure a link aggregation (bond) between two or more interfaces (WAN).
Syntax
|
Parameters
Parameter |
Description |
---|---|
bond-hash-policy |
The bond hash policy Options: layer2, layer2_3,layer3_4 |
bond-master |
The bond Master port A string that contains these characters:
|
bond-mii-interval |
The bond MII interval between 0 and 5000 seconds (default 100 seconds) |
bond-mode |
The bond operation mode policy Options: 802.3ad, round-robin, xor, high-availability |
name |
Connection name A string that contains these characters:
|
Example Command
set internet-connection-bond "My connection" bond-mode 802.3ad bond-master My_Network bond-mii-interval 200 bond-hash-policy layer2 |