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> address-range start <start-ipv6>

Specifies the beginning and ending addresses in a range of IPv6 addresses that can be assigned to clients.

set service dhcpv6-server shared-network-name name subnet ipv6net address-range start start-ipv6 [ stop stop-ipv6 | temporary ]
delete service dhcpv6-server shared-network-name name subnet ipv6net address-range start start-ipv6 [ stop | temporary ]
show service dhcpv6-server shared-network-name name subnet ipv6net address-range start start-ipv6 [ stop | temporary ]
name
The name of a physical subnet.
ipv6net
Optional. Multinode. An IPv6 subnet served by the DHCPv6 server. The format is ipv6-addr/prefix.
start-ipv6
Optional. Multinode. The beginning address in a range of consecutive IPv6 addresses that are available for assignment to clients.
stop-ipv6
Optional. The ending address in a range of consecutive IPv6 addresses that are available for assignment to clients. If not specified, only the beginning address is available for assignment.
temporary
Optional. If specified, indicates that the range can be used for assigning privacy addresses (RFC 4941).

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				address-range {
					start start ipv6 {
						stop stop ipv6
							temporary
					}
				}
			}
		}
	}
}

Use this command to specify the beginning and ending addresses in a range of IPv6 addresses that can be assigned to clients.

Use the set form of this command to create the address-range configuration.

Use the delete form of this command to remove the address-range configuration.

Use the show form of this command to view the address-range configuration.