set internet-connection-bond
Description
Configure a link aggregation (bond) between two or more interfaces (WAN).
Syntax
set internet-connection-bond <name> [ bond-mode <bond-mode> ] [ bond-mii-interval <bond-mii-interval> ] [ bond-hash-policy <bond-hash-policy> ] [ bond-master <bond-master> ] |
Parameters
Parameter |
Description |
---|---|
bond-hash-policy |
The bond hash policy Options: layer2, layer2_3,layer3_4 |
bond-master |
The bond Master port Type: A string that contains [A-Z], [0-9], ’_’, ’.’, ’-’ and ’/’ characters |
bond-mii-interval |
The bond MII interval Type: A number with no fractional part (integer) |
bond-mode |
The bond operation mode policy Options: 802.3ad, round-robin, xor, high-availability |
name |
Connection name Type: A string that contains [A-Z], [0-9], ’-’, ’@’, ’.’, ’_’ and space characters |
Example
set internet-connection-bond My connection bond-mode 802.3ad bond-master My_Network bond-mii-interval -1000000 bond-hash-policy layer2 |