sip-server

Use this command to assign one or more Session Initiation Protocol (SIP) servers to DHCPv6 clients.

Syntax

sip-server address [address2...address8]
no sip-server address [address2...address8]

Parameters

address Specifies the IPv6 address of a SIP server.
address2...
address8 (Optional) Specifies, in order of preference, up to 7 additional SIP server IPv6 address(es).

Defaults

If address2...address8 is not specified, no additional addresses will be configured.

Mode

DHCPv6 server information options pool configuration command mode for IPv6.

Usage

This command configures DHCPv6 server option 22 in an IPv6 information DHCPv6 server pool context.

The “no” form of this command deletes the SIP servers.

Example

This example shows how to assign an IPv6 SIP server at addresses 1111::12, 1111::13, and 1111::14 to the docPool DHCPv6 server information options pool:

System(rw-config)->ipv6 dhcp pool docPool
System(rw-config-dhcp-v6-pool)->sip-dns-server 1111::12 1111::13 1111::14