Dns-server – Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 975

Advertising
background image

964

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

13

dns-server

static-binding-mode commands

Configures the DNS server for this static binding configuration. This DNS server supports the client
for which the static binding has been configured.

For this client, the DNS server’s IP address maps the host name to an IP address. DHCP clients use
the DNS server’s IP address based on the order (sequence) configured.

Supported in the following platforms:

Access Points — Brocade Mobility 650 Access Point, Brocade Mobility 6511 Access Point,
Brocade Mobility 1220 Access Point, Brocade Mobility 71XX Access Point, Brocade
Mobility 1240 Access Point

Wireless Controllers — Brocade Mobility RFS4000, Brocade Mobility RFS6000, Brocade
Mobility RFS7000

Service Platforms — Brocade Mobility RFS9510

Syntax:

dns-server [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

Parameters

dns-server [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

Example

rfs7000-37FABE(config-dhcp-policy-test-pool-pool1-binding-test)#dns-server

172.16.10.7

rfs7000-37FABE(config-dhcp-policy-test-pool-pool1-binding-test)#show context

static-binding client-identifier test

client-name RFID

bootfile test.txt

default-router 172.16.10.8 172.16.10.9

dns-server 172.16.10.7

rfs7000-37FABE(config-dhcp-policy-test-pool-pool1-binding-test)#

[<IP>|<HOST-ALIAS-NAME>]

Configures the primary DNS server, using one of the following options:

<IP> – Specifies the primary DNS server’s IP address

<HOST-ALIAS-NAME> – Specifies a host alias, mapped to the primary DNS server’s IP address

<HOST-ALIAS-NAME>
<HOST-ALIAS-NAME1>

Configures the primary DNS server’s host alias. The host alias is mapped to the DNS server’s IP address,
and should be existing and configured.

<HOST-ALIAS-NAME1> – Optional. Configures the secondary DNS server’s host alias (if configured).
If the primary DNS server is unavailable, the secondary DNS server is used.

A network host alias maps a name to a single network host. For example, ‘alias host $HOST 1.1.1.100’. In
this example the host alias is ‘$HOST’ and it maps to a single host ‘1.1.1.100’. For more information, see

alias

.

{<IP1>|<HOST-ALIAS-NAME1
>}

Optional. Configures the secondary DNS server, using one of the following options:

<IP1> – Specifies the secondary DNS server’s IP address

<HOST-ALIAS-NAME1> – Specifies a host alias, mapped to the secondary DNS server’s IP address.
If the primary DNS server is unavailable, the secondary DNS server is used.

A network host alias maps a name to a single network host. For example, ‘alias host $HOST 1.1.1.100’. In
this example the host alias is ‘$HOST’ and it maps to a single host ‘1.1.1.100’. For more information, see

alias

.

Advertising