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>

Assigns a name to a physical subnet.

set service dhcpv6-server shared-network-name name
delete service dhcpv6-server shared-network-name name
show service dhcpv6-server shared-network-name name
name
Multinode. The name for a physical subnet.

You can define multiple subnets by creating multiple shared-network-name configuration nodes, each with a different name.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
		}
	}
}

Use this command to assign a name to a physical subnet. The subnet created may be directly connected to the system. The name is arbitrary and need not match any name used for this subnet elsewhere within the system.

Use the set form of this command to assign a name to a physical subnet.

Use the delete form of this command to delete the name of a physical subnet.

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