DNSHostEntry Table

   
 

Description

This table allows you to configure a DNS Host.

Guidelines

The following values may be configured for a DNS Host.

  • The HostName can be a URL like www.yahoo.com, or any other legal host name that you wish to associate with a static IP address. See RFC 952 for a definition of legal host names.

  • The IPAddress is the address that you want to associate with a HostName. More than one IP address may be entered for a HostName. For example, in the case of a URL like www.yahoo.com, multiple IP addresses can be defined so that there is load sharing among several servers. You also have the option of assigning a port number.

  • The Priority indicates the order in which the host names will be stored internally. The lower the number, the higher the priority.

Related Topics

DNSHosts-1# (dnsh 1) Prompt Commands

Configuration Manager

Location

Systemwide Configuration > DNS Hosts >

Options

Click Add to display the Add DNS Host dialog. Enter the following values:

  • Host Name

  • IP Address

  • Priority

Command Line

Cmd Type

Command

Prompt Level

config-DNSHosts-1#  

Syntax

add hn {HostName} ipa {IPAddress} p {Priority}

change{index} hn {HostName} ipa {IPAddress} p {Priority}

remove{index}

Arguments

HostName   The URL of the DNS Host

IPAddress   The IP address and (optionally) port of the DNS Host

Priority   The numeric priority of the DNS Host

Default

null

Examples

config-DNSHosts-1# add www.quintum.com ipa 192.168.2.30 p 1

DNSHostEntry Table

index HostName                   IPAddress          Priority

----- -------------------------- ------------------ --------

1     www.quintum.com            192.168.2.30       1

Adds a new DNS Host named www.quintum.com, at IP address 192.168.2.30, with a priority of 1.

config-DNSHosts-1# change 1 ipa 192.168.2.30:5020

DNSHostEntry Table

index HostName                   IPAddress          Priority

----- -------------------------- ------------------ --------

1     www.quintum.com            192.168.2.30:5020  1

Changes the existing entry at index 1 to add a port number to the IP address.