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

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

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • '/' (slash)

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:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • ' ' (space)

Example Command

set internet-connection-bond "My connection" bond-mode 802.3ad bond-master My_Network bond-mii-interval 200 bond-hash-policy layer2