C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1549
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
D
YNAMIC
H
OST
C
ONFIGURATION
P
ROTOCOL
(DHCP) C
OMMANDS
DOMAIN
-
NAME
domain-name
Overview
This command adds a domain name to the DHCP address pool you are
configuring. Use this command to specify the domain name that a client should
use when resolving host names using the Domain Name System. This sets the
domain name details using the pre-defined option 15.
Note that if you add a user-defined option 15 using the
option
command, then you
will override any settings created with this command.
The
no
variant of this command removes the domain name from the address pool.
Syntax
domain-name <
domain-name
>
no domain-name
Mode
DHCP Configuration
Examples
To add the domain name
Nerv_Office
to DHCP pool
P2
, use the commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
domain-name Nerv_Office
To remove the domain name
Nerv_Office
from DHCP pool
P2
, use the
commands:
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
no domain-name Nerv_Office
Related
Commands
default-router
dns-server
option
service dhcp-server
show ip dhcp pool
subnet-mask
Parameter
Description
<
domain-name
>
The domain name you wish to assign the DHCP pool. Valid
characters are any printable character. If the name contains
spaces then you must enclose it in “quotation marks”.