Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
63/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.2.4 management-lan domain
Function
Sets the default domain name when referring to a DNS (Domain Name Service) server.
For example, when the host name is "hostname1," and "abc.jp" is specified as the default domain name, perform a search for
the address with an FQDN (Fully Qualified Domain 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
z domain DOMAIN-NAME
Specifies the default domain name.
Follow these rules for specifying a domain name:
Characters usable for the name
Alphabet ([a - z], [A - Z]), numerical characters ([0 - 9]), hyphen (-), and period (.)
First character
Alphabet ([a - z], [A - Z])
Last character
Alphabet ([a - z], [A - Z]), numerical characters ([0 - 9]), and period (.)
Command type
Configuration command
Default
None
Note
z If the default domain name is changed, the new setting becomes enabled after executing “copy running-config
startup-config” command and restart the device.
Example
Specify "corp.co.jp" for the default domain name of a DNS server.
Then, return to the operator exec mode, specify "hostname1" for a TFTP server name, and execute the "tftp" command. 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