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

Specifies a range of IPv6 addresses that can be assigned to clients.

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

Configuration mode


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

Use this command to specify a range of IPv6 addresses that can be assigned to clients. If no address range is provided, the DHCPv6 server operates in a stateless mode on this subnet, which means that it does not assign dynamic IPv6 addresses and thus does not maintain state information about those assignments.

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

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.