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> sip-server-name <sip-server-name>

Specifies the name of the Session Initiation Protocol (SIP) server for DHCPv6 clients.

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

You can specify more than one name by entering this command multiple times.

Configuration mode


service {
	dhcpv6-server {
		shared-network-name name {
			subnet ipv6net {
				sip-server-name sip-server-name
			}
		}
	}
}

Use this command to specify the name of the SIP server for DHCPv6 clients. Addresses are listed in the order they are specified.

Use the set form of this command to specify the SIP server name.

Use the delete form of this command to delete the name of the SIP server.

Use the show form of this command to display the name of the SIP server.