set interface cluster-status peer-cluster-ipv4-addr cluster-ipv4-addr

In the R81.10.X releases, this command is available starting from the R81.10.15 version.

Description

Configure settings of an existing interface and configure it as a cluster interface, as a monitored interface, or as a non-cluster interface.

In WebUI, this corresponds to:

  1. Click the Device view > Network section > Local Network page.

  2. Select an interface.

  3. From the top toolbar, click Edit.

  4. Configure the required IP settings.

  5. In the Interface Configuration section, in the Cluster status field, select High Availability, Monitored, or Non HA.

See:

Syntax

set interface <Name of Interface> ipv4-address <IPv4 Address> mask-length <Subnet Mask Length> cluster-status { clustered | non-ha | monitored } peer-cluster-ipv4-addr <IPv4 Address> cluster-ipv4-addr <Cluster Virtual IPv4 Address>

Parameters

Parameter

Description

interface

Specifies the name of the parent physical interface.

Press the TAB key to see the available options.

ipv4-address

Specifies the IPv4 address of the interface on this Cluster Member.

mask-length

Specifies the subnet mask length.

cluster-status

Specifies the cluster status (cluster role) for this interface:

  • clustered

    This interface is a cluster interface with a Cluster Virtual IP address.

    If the state of this interface changes, or if it cannot send / receive Cluster Control Protocol (CCP) packets, then the cluster mechanism initiates a failover.

  • monitored

    This interface is a cluster interface without a Cluster Virtual IP address.

    If the state of this interface changes, or if it cannot send / receive Cluster Control Protocol (CCP) packets, then the cluster mechanism initiates a failover.

  • non-ha

    This interface is not a cluster interface.

    This interface does not send / receive Cluster Control Protocol (CCP) packets.

    If the state of this interface changes, then the cluster mechanism does not initiate a failover.

peer-cluster-ipv4-addr

Specifies the IPv4 address of the peer interface on the peer Cluster Member.

cluster-ipv4-addr

Specifies the Cluster Virtual IPv4 address on this interface.

Example Output

set interface LAN4 ipv4-address 192.168.3.51 mask-length 24 cluster-status clustered peer-cluster-ipv4-addr 192.168.3.52 cluster-ipv4-addr 192.168.3.55