
C613-50186-01 Rev B
Command Reference for AR2050V
710
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
D
OMAIN
N
AME
S
ERVICE
(DNS) C
OMMANDS
DOMAIN
(D
OMAIN
L
IST
)
domain (Domain List)
Overview
Use this command to add a domain to a domain list.
Use the
no
variant of this command to delete the domain.
Syntax
domain
<domain-string>
no domain
<domain-string>
Mode
Domain List Mode
Usage
Domain lists are objects that contain unsorted lists of domain names. After a
domain list has been created, you can use this command to add domains to the
domain list. There is no limit on the number of domains that can be added to a
domain list.
Examples
To add the domain "acme-solutions.com" to a domain list, use the commands:
awplus#
configure terminal
awplus(config)#
ip dns forwarding domain-list acme-corporation
awplus(config-domain-list)#
domain acme-solutions.com
To delete the domain, use the commands:
awplus#
configure terminal
awplus(config)#
ip dns forwarding domain-list acme-corporation
awplus(config-domain-list)#
no domain acme-solutions.com
Related
Commands
Parameter
Description
<domain-string>
•
A domain name must only contain a-z, A-Z, 0-9, ‘-' (en-dash)
and ‘.’(period) characters.
•
Each sub-section of the domain must not start or end with
the '-' character.
•
Each sub-section must have no more than 64 characters
including the '.'.
•
The last section must not have a '.' at the end.
•
The whole domain must be less than 254 characters long.