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

Page 952

Advertising
background image

Brocade Mobility RFS Controller CLI Reference Guide

941

53-1003098-01

13

ddns multiple-user-class

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

ddns ttl <1-864000>

Example

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

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

multiple-user-class

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

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

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

Related Commands:

default-router

dhcp-pool-mode commands

Configures a default router or gateway IP address for a network pool

After a DHCP client has booted, the client begins sending packets to its default router. Set the IP
address of one or a group of routers the controller uses to map host names into IP addresses
available to DHCP supported clients. Up to 8 default router IP addresses are supported.

multiple-user-class

Enables the multiple user class options with this DDNS domain

server

Configures the DDNS server used by this DHCP profile

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

Configures the primary DDNS server. This is the default server.
Use one of the following options to specify the primary DDNS server:

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

<HOST-ALIAS-NAME> – Specifies a host alias, mapped to the primary DDNS server’s IP address.
The host alias should be existing and configured.

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 DDNS server. If the primary server is not reachable, this server is
used.
Use one of the following options to identify the secondary DDNS server:

<IP> – Specifies the secondary DDNS server’s IP address

<HOST-ALIAS-NAME> – Specifies a host alias, mapped to the secondary DDNS server’s IP address.
The host alias should be existing and configured.

ttl <1-864000>

Configures the Time To Live (TTL) value for DDNS updates

<1-86400> – Specify a value from 1- 864000 seconds.

no

Resets or disables a DHCP pool’s DDNS settings

Advertising