Configures DHCPv6
server(s) with which the DHCPv6 client is to communicate.
Platform:
ASR
5000
ASR
5500
Privilege:
Security Administrator,
Administrator
Syntax
server-ipv6-address ipv6_address [ port port_number ] [ priority priority ] [ -noconfirm ]
no server-ipv6-address ipv6_address
no
Deletes a previously
configured DHCPv6 server.
ipv6_address
Specifies the IP address
of the DHCPv6 server expressed in IPv6 colon-separated-hexadecimal
notation.
Default: FF02::1:2
port port_number
Specifies the port
used for communicating with the DHCPv6 server.
port_number must
be an integer from 1 through 65535. If unspecified, the default
port is 547.
priority priority
Specifies the priority
of the server if multiple servers are configured.
priority is
an integer from 1 through 1000. 1 is the highest priority.
-noconfirm
Executes the command
without prompting for further input from the user.
Usage:
Use this command to
configure the DHCPv6 server(s) that the client is to communicate with.
Multiple servers can be configured, each with their own priority.
Example:
The following command
configures a DHCPv6 server with an IP address of
1234:245:3456:4567:5678:6789:7890:8901,
a port of
300,
and a priority of
1:
server-ipv6-address 1234:245:3456:4567:5678:6789:7890:8901
port 300 priority 1