C613-50105-01 REV C Command Reference for x210 Series 1275
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) COMMANDS
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.
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
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”.