Ipv6 host – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual

Page 627

Advertising
background image

Brocade 6910 Ethernet Access Switch Configuration Guide

577

53-1002581-01

Domain Name Service Commands

27

Command Usage

The listed name servers are queried in the specified sequence until a response is received, or the
end of the list is reached with no response.

Example

This example adds two domain-name servers to the list and then displays the list.

Console(config)#ip name-server 192.168.1.55 10.1.0.55

Console(config)#end

Console#show dns

Domain Lookup Status:

DNS disabled

Default Domain Name:

sample.com

Domain Name List:

sample.com.jp

sample.com.uk

Name Server List:

192.168.1.55

10.1.0.55

Console#

Related Commands

ip domain-name (575)
ip domain-lookup (574)

ipv6 host

This command creates a static entry in the DNS table that maps a host name to an IPv6 address.
Use the no form to remove an entry.

Syntax

[no] ipv6 host name ipv6-address

name - Name of an IPv6 host. (Range: 1-100 characters)

ipv6-address - Corresponding IPv6 address. This address must be entered according to
RFC 2373 “IPv6 Addressing Architecture,” using 8 colon-separated 16-bit hexadecimal
values. One double colon may be used in the address to indicate the appropriate number
of zeros required to fill the undefined fields.

Default Setting

No static entries

Command Mode

Global Configuration

Example

This example maps an IPv6 address to a host name.

Console(config)#ipv6 host rd6 2001:0db8:1::12

Console(config)#end

Advertising