set interface WAN

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

Description

Configure WAN as a separate (LAN) network.

See:

Syntax

set interface WAN

      ipv4-address <ipv4-address> {subnet-mask <subnet-mask> | mask-length <mask-length>}

      mtu <mtu>

      cluster-status { clustered | monitored | non-ha } peer-cluster-ipv4-addr <IPv4 Address> cluster-ipv4-addr <Cluster Virtual IPv4 Address>

Parameters

Parameter

Description

ipv4-address

Configures the IPv4 address

subnet-mask

Configures the IPv4 subnet mask

mask-length

Configures the IPv4 subnet mask length

mtu

Configures the MTU

cluster-status

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

In a cluster configuration, specifies the cluster status (cluster role) for this Bond 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

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

In a cluster configuration, specifies the IPv4 address of the peer Bond interface on the peer Cluster Member.

cluster-ipv4-addr

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

In a cluster configuration, specifies the Cluster Virtual IPv4 address on this Bond interface.

Example Command in R81.10.00

set interface WAN ipv4-address 192.168.20.100 subnet-mask 255.255.255.0

Example Command in R81.10.15

set interface WAN ipv4-address 192.168.20.100 subnet-mask 255.255.255.0 cluster-status clustered peer-cluster-ipv4-addr 192.168.3.52 cluster-ipv4-addr 192.168.3.55