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 dhcpv6-server shared-network-name <name> subnet <ipv6net> sntp-server-address <ipv6>

Specifies the address of the Simple Network Time Protocol (SNTP) for DHCPv6 clients.

set service dhcpv6-server shared-network-name name subnet ipv6net sntp-server-address ipv6
delete service dhcpv6-server shared-network-name name subnet ipv6net sntp-server-address ipv6
show service dhcpv6-server shared-network-name name subnet ipv6net sntp-server-address
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
ipv6
Multinode. The address of the SNTP server for DHCPv6 clients.

You can specify more than one address by entering this command multiple times.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				sntp-server-address ipv6
			}
		}
	}
}

Use this command to specify the address of the SNTP server for DHCPv6 clients. Addresses are listed in the order they are specified. SNTP is a subset of NTP and includes extensions to operate over IPv6. It is specified in: http://tools.ietf.org/html/rfc4330.

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

Use the delete form of this command to delete the address of the SNTP server.

Use the show form of this command to display the address of the SNTP server.