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 name <peer-name>

Specifies the DHCP failover IP address for the local peer.

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

Configuration mode


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

Use this command to specify a name for the local peer in a DHCP failover pair.

Use the set form of this command to specify the DHCP failover peer name.

Use the delete form of this command to remove the local peer name configuration.

Use the show form of this command to view local peer name configuration.