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> time-offset <seconds>

Specifies a time offset in seconds from Universal Time Coordinated (UTC) of the subnet of a client.

set service dhcp-server shared-network-name name subnet ipv4net time-offset seconds
delete service dhcp-server shared-network-name name subnet ipv4net time-offset
show service dhcp-server shared-network-name name subnet ipv4net time-offset
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
seconds
Time offset in seconds from UTC of the subnet of a client.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				time-offset seconds
			}
		}
	}
}

Use this command to specify a time offset in seconds from UTC of the subnet of a client.

Use the set form of this command to specify a time offset.

Use the delete form of this command to remove a time offset.

Use the show form of this command to display a time offset.