sip-server

Syntax

sip-server { address ipv6-address | domain-name domain-name }

undo sip-server { address ipv6-address | domain-name domain-name }

View

DHCPv6 address pool view

Default level

2: System level

Parameters

address ipv6-address: Specifies the IPv6 address of a SIP server.

domain-name domain-name: Specifies the domain name of a SIP server. The domain name is a string of 1 to 50 characters.

Description

Use sip-server to configure the IPv6 address or domain name of a SIP server for the client.

Use undo sip-server to remove the configuration.

No SIP server address or domain name is specified by default.

You can configure up to eight SIP server addresses and eight SIP server domain names in an address pool. The priorities of the specified SIP servers depend on the configuration sequence. The formerly specified SIP server takes precedence over the latter one.

If you repeatedly use the sip-server command, the last configuration does not overwrite the previous one.

Examples

# Specify the SIP server address as 2:2::4 for the client.

<Sysname> system-view
[Sysname] ipv6 dhcp pool 1
[Sysname-dhcp6-pool-1] sip-server address 2:2::4

# Specify the domain name of the SIP server as bbb.com for the client.

[Sysname-dhcp6-pool-1] sip-server domain-name bbb.com