add interface-bond
In the R81.10.X releases, this command is available starting from the R81.10.00 version.
Description
Create a new bond interface that contains two subordinate interfaces.
|
Note - The appliance gives names to bond interfaces automatically, starting with 0:
|
In WebUI, this corresponds to:
-
Click the Device view > Network section > Local Network page.
-
From the top toolbar, click New > Bond (Link Aggregation).
-
Configure the required settings.
See:
Syntax
|
|
Notes:
|
Parameters
Parameter |
Description |
||
---|---|---|---|
slave-port-1 |
Specifies the name of the first subordinate interface. Press the TAB key to see the available options. This interface must be unassigned, disabled, and without VLANs. |
||
slave-port-2 |
Specifies the name of the second subordinate interface. Press the TAB key to see the available options. This interface must be unassigned, disabled, and without VLANs. |
||
bond-mode |
Specifies the bond operation mode:
|
||
bond-hash policy |
Specifies the bond hash policy:
Applies only to these bond modes:
|
||
bond-master |
Specifies the name of the leading subordinate interface in the bond interface. Applies only to the " |
||
bond-mii-interval |
Specifies the bond MII interval (in milliseconds). Range: 0 - 5000 Default: 100 |
||
ipv4-address |
Specifies the IPv4 address of the bond interface. |
||
mask-length |
Specifies the IPv4 mask length for the bond interface. |
||
subnet-mask |
Specifies the IPv4 subnet mask for the bond interface. |
||
cluster-status |
In a cluster configuration, specifies the cluster status (cluster role) for this Bond interface:
|
||
peer-cluster-ipv4-addr |
In a cluster configuration, specifies the IPv4 address of the peer Bond interface on the peer Cluster Member. |
||
cluster-ipv4-addr |
In a cluster configuration, specifies the Cluster Virtual IPv4 address on this Bond interface. |
Example Commands in R81.10.00
add interface-bond slave-port-1 LAN2 slave-port-2 LAN3 bond-mode high-availability bond-master LAN2 ipv4-address
172.30.40.50 subnet-mask 255.255.255.0
|
|
Example Command in R81.10.15
add interface-bond slave-port-1 LAN2 slave-port-2 LAN3 bond-mode high-availability bond-master LAN2 ipv4-address
172.30.40.50 subnet-mask 255.255.255.0 cluster-status clustered peer-cluster-ipv4-addr 192.168.3.52 cluster-ipv4-addr 192.168.3.55
|