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

Page 964

Advertising
background image

Brocade Mobility RFS Controller CLI Reference Guide

953

53-1003098-01

13

no excluded-address range [<START-IP>|<START-HOST-ALIAS-NAME>]

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

no option <OPTION-NAME>

no static-binding client-identifier <CLIENT-IDENTIFIER>

no static-binding hardware-address <MAC>

no static-route <IP/MASK> <GATEWAY-IP>

no update dns {override}

Example

The following example shows the DHCP pool settings before the ‘no’ commands

are executed:

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

dhcp-pool testPool

network 192.168.13.0/24

address 192.168.13.4 class dhcpclass1

lease 100 23 59 59

ddns server 192.168.13.9

ddns domainname WID

ddns multiple-user-class

excluded-address range 192.168.13.25 192.168.13.28

domain-name documentation

netbios-node-type b-node

no excluded-address

Removes a range of excluded IP addresses from the list of addresses that cannot be issued by the DHCP
server

range
[<START-IP>|<START-HOST-ALI
AS-NAME>]
[<END-IP>|
<END-HOST-ALIAS-NAME>]

Removes a range of IP addresses and host aliases associated with this DHCP pool’s excluded address
list.

<START-IP> – Specify the first IP address in the range.

<START-HOST-ALIAS-NAME> – Specify the host alias, mapped to the first IP address in the range.

<END-IP> – Specify the last IP address in the range.

<END-HOST-ALIAS-NAME> – Specify the host alias, mapped to the last IP address in the range.

The specified IP addresses and host aliases are removed from the DHCP pool’s excluded address list.

no option

Resets DHCP option information

<OPTION-NAME>

Defines the DHCP option

no static-binding

Removes static bindings for DHCP client

client-identifier
<CLIENT-IDENTIFIER>

Resets client identifier information

<CLIENT-IDENTIFIER> – Specify the client identifier.

no static-binding

Removes static bindings for a DHCP client

hardware-address <MAC>

Resets information based on the hardware address

<MAC> – Specify the hardware MAC address.

no static-route

Removes static routes for this DHCP pool

<IP/MASK>

Removes routing information for a particular subnet

<GATEWAY-IP>

Removes the gateway information from a particular subnet’s routing information

no update dns

Removes DDNS settings

override

Optional. Removes DDNS updates from an onboard DHCP server

Advertising