home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service dhcp-server shared-network-name <name> subnet <ipv4net> failover status <status>

Specifies the DHCP failover status of the local system.

set service dhcp-server shared-network-name name subnet ipv4net failover status status
delete service dhcp-server shared-network-name name subnet ipv4net failover status
show service dhcp-server shared-network-name name subnet ipv4net failover status
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
status
The DHCP failover status of a peer in the failover configuration. The status is either of the following:
  • primary—Indicates the local system is the primary peer.

  • secondary—Indicates the local system is the secondary peer.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				failover {
					status status
				}
			}
		}
	}
}

Use this command to specify the DHCP failover status of the local system.

Use the set form of this command to specify the DHCP failover status as primary or secondary.

Use the delete form of this command to remove failover status configuration.

Use the show form of this command to view failover status configuration.