Domain Name Service Commands4-2334ip hostThis command creates a static entry in the DNS table that maps a host name to anIP address. Use the no form to remove an entry.Syntax[no] ip host name address1 [address2 … address8]• name - Name of the host. (Range: 1-64 characters)• address1 - Corresponding IP address.• address2 … address8 - Additional corresponding IP addresses.Default SettingNo static entriesCommand ModeGlobal ConfigurationCommand UsageServers or other network devices may support one or more connections viamultiple IP addresses. If more than one IP address is associated with a hostname using this command, a DNS client can try each address in succession,until it establishes a connection with the target device.ExampleThis example maps two address to a host name.clear hostThis command deletes entries from the DNS table.Syntaxclear host {name | *}• name - Name of the host. (Range: 1-64 characters)show dns Displays the configuration for DNS services PE 4-238show dns cache Displays entries in the DNS cache PE 4-238clear dns cache Clears all entries from the DNS cache PE 4-239Console(config)#ip host rd5 192.168.1.55 10.1.0.55Console(config)#endConsole#show hostsHostnamerd5Inet address10.1.0.55 192.168.1.55AliasConsole#Table 4-77 DNS Commands (Continued)Command Function Mode Page