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> description <desc>

Provides a description of a subnet.

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

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv6net {
				description desc
			}
		}
	}
}

Use this command to provide a description of a subnet.

Use the set form of this command to provide a description of a subnet.

Use the delete form of this command to delete the description of a subnet.

Use the show form of this command to display the description of a subnet.