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

Page 953

Advertising
background image

942

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

13

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:

default-router [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

Parameters

default-router [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

Usage Guidelines:

The IP address of the router should be on the same subnet as the client subnet.

Example

rfs4000-229D58(config-dhcp-policy-test-pool-testPool)#default-router

192.168.13.8 192.168.13.9

rfs4000-229D58(config-dhcp-policy-test-pool-testPool)#show context

dhcp-pool testPool

address 192.168.13.4 class dhcpclass1

ddns server 192.168.13.9

ddns domainname WID

ddns multiple-user-class

bootfile test.txt

default-router 192.168.13.8 192.168.13.9

rfs4000-229D58(config-dhcp-policy-test-pool-testPool)#

Related Commands:

dns-server

dhcp-pool-mode commands

Configures a network’s DNS server. The DNS server supports all clients connected to networks
supported by the DHCP server.

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

Configures the primary default router, using one of the following options:

<IP> – Specifies the primary default router’s IP address

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

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

Optional. Configures the secondary default router, using one of the following options:

<IP1> – Specifies the secondary default router’s IP address

<HOST-ALIAS-NAME1> – Specifies a host alias, mapped to the secondary default router’s IP
address. If the primary default router is unavailable, the secondary router 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

.

A maximum of 8 default routers can be configured.

no

Removes the default router settings

Advertising