![HP A5120 EI Series Command Reference Manual Download Page 205](http://html.mh-extra.com/html/hp/a5120-ei-series/a5120-ei-series_command-reference-manual_163029205.webp)
197
Description
Use the
sip-server
command to configure the IPv6 address or domain name of a SIP server for the client.
Use the
undo sip-server
command 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
static-bind prefix
Syntax
static-bind prefix
prefix/prefix-len
duid
duid
[
iaid
iaid
] [
preferred-lifetime
preferred-lifetime
valid-
lifetime
valid-lifetime
]
undo static-bind prefix
prefix/prefix-len
View
DHCPv6 address pool view
Default level
2: System level
Parameters
prefix/prefix-len
: Specifies the static prefix and prefix length.
duid
duid
: Client DUID. The value is an even hexadecimal number, in the range 2 to 256.
iaid
iaid
: Client IAID. The value is a hexadecimal number in the range 0 to FFFFFFFF. If no IAID is
specified, the server does not match against the client IAID for prefix assignment.
preferred-lifetime
preferred-lifetime
: Specifies the preferred lifetime of the prefix to be assigned. The value
ranges from 60 to 4,294,967,295, in seconds. The default value is 604,800 seconds, that is, seven days.
valid-lifetime
valid-lifetime
: Specifies the valid lifetime of the prefix to be assigned. The value ranges from
60 to 4,294,967,295, in seconds. The default value is 2,592,000 seconds, that is, 30 days. The valid
lifetime must be greater than or equal to the preferred lifetime.
Description
Use the
static-bind prefix
command to configure a static prefix.
Use the
undo static-bind prefix
command to remove a static prefix.
No static prefix is configured by default.