C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1627
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
IPV
6
DHCP
SERVER
ipv6 dhcp server
Overview
Use this command in Interface Configuration mode to enable DHCPv6 server for
the current IPv6 configured interface to use the specified DHCPv6 server pool
name.
The DHCPv6 server service listens for DHCPv6 requests on the IPv6 configured
interface. The DHCPv6 server service does not run on interfaces without IPv6
configured on them.
Use the
no
variant of this command to disable the DHCPv6 server.
Syntax
ipv6 dhcp-server [<
DHCPv6-poolname
>]
no ipv6 dhcp-server
Mode
Interface Configuration
Usage
The
ipv6
dhcp
server
command enables the DHCPv6 service on a specified
interface using the pool for prefix delegation and configuration through the
specified interface.
Note that DHCPv6 client, DHCPv6 server and DHCPv6 relay are mutually exclusive
on an interface. When one of the DHCPv6 functions is enabled on an interface then
another DHCPv6 function cannot be enabled on the same interface.
Examples
To enable the DHCPv6 server service and use the DHCPv6 pool named P2 on VLAN
interface vlan2, use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 dhcp server P2
To disable the DHCPv6 server on VLAN interface vlan2, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 dhcp server
Related
Commands
ipv6 dhcp pool
show ipv6 dhcp binding
show ipv6 dhcp pool
Parameter
Description
<DHCPv6-poolname>
Specify a named DHCPv6 server pool as defined with the
ipv6 dhcp pool
command. Valid characters are any
printable character. If the name contains spaces then you
must enclose it in “quotation marks”.