Domain Name Service Commands4-2354ip domain-listThis command defines a list of domain names that can be appended to incompletehost names (i.e., host names passed from a client that are not formatted with dottednotation). Use the no form to remove a name from this list.Syntax[no] ip domain-list namename - Name of the host. Do not include the initial dot that separates thehost name from the domain name. (Range: 1-64 characters)Default SettingNoneCommand ModeGlobal ConfigurationCommand Usage• Domain names are added to the end of the list one at a time.• When an incomplete host name is received by the DNS service on this switch,it will work through the domain list, appending each domain name in the list tothe host name, and checking with the specified name servers for a match.• If there is no domain list, the domain name specified with the ip domain-namecommand is used. If there is a domain list, the default domain name is not used.ExampleThis example adds two domain names to the current list and then displays the list.Related Commandsip domain-name (4-234)Console(config)#ip domain-list sample.com.jpConsole(config)#ip domain-list sample.com.ukConsole(config)#endConsole#show dnsDomain Lookup Status:DNS disabledDefault Domain Name:.sample.comDomain Name List:.sample.com.jp.sample.com.ukName Server List:Console#