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 local-address <ipv4>

Specifies the IP address of the local failover peer.

set service dhcp-server shared-network-name name subnet ipv4net failover local-address ipv4
delete service dhcp-server shared-network-name name subnet ipv4net failover local-address
show service dhcp-server shared-network-name name subnet ipv4net failover local-address
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
ipv4
The IP address of the local failover peer.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				failover {
					local-address ipv4
				}
			}
		}
	}
}

Use this command to specify the IP address of the local failover peer.

Use the set form of this command to specify the IP address of the local failover peer.

Use the delete form of this command to remove local failover IP address configuration.

Use the show form of this command to view local failover IP address configuration.