Displaying the domain name list, Verifying domain name or ip address – Brocade BigIron RX Series Configuration Guide User Manual

Page 255

Advertising
background image

BigIron RX Series Configuration Guide

177

53-1002484-04

Configuring IP parameters

7

BigIron RX(config)# ip dns domain-list company.com

BigIron RX(config)# ip dns domain-list ds.company.com

BigIron RX(config)# ip dns domain-list hw_company.com

BigIron RX(config)# ip dns domain-list qa_company.com

BigIron RX(config)#

The domain names are tried in the order you enter them.

Syntax: [no] ip dns domain-list <domain-name> sequence-number <sequence-number>

The <domain-name> parameter specifies the domain name to be added to the list.

The <sequence-number> parameter specifies a sequence number that is generated internally in
steps of 10 starting with sequence number 5. The entries are tried in order of sequence number of
entries.

Use the no form of the command to remove a domain name from the domain-list.

Displaying the domain name list

To determine what domain names have been configured in the domain list, enter the following
command.

BigIron RX(config)#show ip dns domain-list

Total number of entries : 3

Primary Domain Name:

Domain Name List:

seq:4 eng.company.co

seq:5 facilities.company.com

seq:12. support.company.com

Syntax: show ip dns domain-list

Verifying domain name or IP address

You can use the ip domain-lookup command to verify the host name for an IP address or the IP
address for a host name. For example, if you have an IP address and you want to find out what host
name it resolves to, enter the following command.

BigIron RX#ip domain-lookup 66.151.144.5

Host Flag TTL/min Type Address

border2.pc0-0-bbnet1.sje.pnap.net (TMP,OK) 720 IP 66.151.144.5

You can also enter the following.

BigIron RX#ip domain-lookup border2

Host Flag TTL/min Type Address

border2.pc0-0-bbnet1.sje.pnap.net (TMP,OK) 720 IP 66.151.144.5

Syntax: ip domain-loopkup <ip-address> | <host-name>

<ip-address> Enter an IP address to obtain the host name.

<host-name> Enter the host name to obtain the IP address.

The complete, qualified host name, along with its IP address and TTL value are displayed.

Advertising