DNSHostEntry Table |
|
Description |
This table allows you to configure a DNS Host. |
|
Guidelines |
The following values may be configured for a DNS Host.
|
|
Related Topics |
|
Location |
Systemwide Configuration > DNS Hosts > |
|
Options |
Click Add to display the Add DNS Host dialog. Enter the following values:
|
|
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. |