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> lease-time

Sets the client lease time.

set service dhcpv6-server shared-network-name name subnet ipv6net lease-time { default default-time | maximum max-time | minimum min-time }
delete service dhcpv6-server shared-network-name name subnet ipv6net lease-time { default | maximum | minimum }
show service dhcpv6-server shared-network-name name subnet ipv6net lease-time { default | maximum | minimum }
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
default-time
The default lease time in seconds. The time is assigned to a client if the client does not request a specific lease time.
max-time
The maximum lease time in seconds that is assigned to a lease. If the client requests a time larger than the maximum lease time, the maximum time is used.
min-time
The minimum lease time in seconds that is assigned to a lease. If the client requests a time smaller than the minimum lease time, the minimum time is used.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				lease-time {
					default default-time
					maximum max-time
					minimum min-time
				}
			}
		}
	}
}

Use this command to specify the client lease time.

Use the set form of this command to specify the lease time.

Use the delete form of this command to delete the lease time.

Use the show form of this command to display the lease time.