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> pop-server <ipv4>

Specifies the address of a Post Office Protocol 3 (POP3) server that is available to clients.

set service dhcp-server shared-network-name name subnet ipv4net pop-server ipv4
delete service dhcp-server shared-network-name name subnet ipv4net pop-server ipv4
show service dhcp-server shared-network-name name subnet ipv4net pop-server
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
Optional. The IP address of a POP3 server. Multiple POP3 server addresses can be specified in separate commands. The POP3 servers should be specified in a preferred order.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				pop-server ipv4
			}
		}
	}
}

Use this command to specify the address of a POP3 server that is available to clients.

Use the set form of this command to specify the address of a POP3 server.

Use the delete form of this command to remove the POP3 server configuration.

Use the show form of this command to view the POP3 server configuration.