
XG700 User's Guide
60/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
5.2.3 management-lan domain
Function
Sets the default domain name when referring to DNS (Domain Name Service) server.
For example, when the host name is "hostname1," and "abc.jp" is specified to the default domain name, perform a search for
the address with an FQDN (Fully Qualified Domain Name) name of "hostname1.abc.jp."
Use the no form to delete the set domain name.
Prompt
xg(config)#
Command syntax
management-lan domain DOMAIN-NAME
no management-lan domain
Parameter
domain DOMAIN-NAME
Specifies the default domain name.
Follow the rules below for the domain name:
−
Characters usable for the name
Alphabet ([a - z], [A - Z]), numerical characters ([0 - 9]), hyphen (-), and period (.)
−
First characters
Alphabet ([a - z], [A - Z])
−
Last characters
Alphabet ([a - z], [A - Z]), numerical characters ([0 - 9]), and period (.)
Command type
Configuration command
Default
None
Example
Specify "corp.co.jp" for the default domain name when referring to the DNS server.
Then, return to the operator exec mode, specify "hostname1" for TFTP server name, and execute the "tftp" command. At this
time, the default domain name is added to "hostname1," and the IP address can be referenced from the DNS server with the
FQDN name of "hostname1.corp.co.jp."
xg(config)# management-lan domain corp.co.jp
xg(config)# exit
xg# tftp get hostname1 remotefile localfile