1614
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
DOMAIN
-
NAME
(DHCP
V
6)
domain-name (DHCPv6)
Overview
Use this command in DHCPv6 Configuration mode to add a domain name to the
DHCPv6 server address pool you are configuring.
Use the
no
variant of this command to remove a domain name from the address
pool.
Syntax
domain-name <
domain-name
>
no domain-name
Mode
DHCPv6 Configuration
Usage
This command specifies the domain name that a client should use when resolving
host names using the Domain Name System, and sets the domain name details
using the pre- defined option 15. Note that if you add a user-defined option 15
using the
option (DHCPv6)
command, then you will override any settings created
with this command.
Examples
To add the domain name
Engineering
to DHCPv6 server pool
P2
, use the
commands:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool P2
awplus(dhcpv6-config)#
domain-name Engineering
To remove the domain name
Engineering
from DHCPv6 server pool
P2
, use the
commands:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool P2
awplus(dhcpv6-config)#
no domain-name Engineering
Related
Commands
dns-server (DHCPv6)
option (DHCPv6)
show ipv6 dhcp pool
Parameter
Description
<
domain-name
>
Specify the domain name you wish to assign the DHCPv6
server address pool. Valid characters are printable characters.
If the name contains spaces then you must enclose it in
“quotation marks”.