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

Page 970

Advertising
background image

Brocade Mobility RFS Controller CLI Reference Guide

959

53-1003098-01

13

Configures static address bindings

A static address binding is a collection of configuration parameters, including an IP address,
associated with, or bound to, a DHCP client. Bindings are managed by DHCP servers. DHCP
bindings automatically map a device MAC address to an IP address using a pool of DHCP supplied
addresses. Static bindings assign IP addresses without creating numerous host pools with manual
bindings. Static host bindings use a text file the DHCP server reads. It eliminates the need for a
lengthy configuration file and reduces the space required to maintain address pools.

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:

static-binding [client-identifier <CLIENT>|hardware-address <MAC>]

Parameters

static-binding [client-identifier <CLIENT>|hardware-address <MAC>]

Example

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

client-identifier test

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

dhcp-pool testPool

address 192.168.13.4 class dhcpclass1

update dns override

ddns server 192.168.13.9

ddns multiple-user-class

excluded-address range 192.168.13.25 192.168.13.28

netbios-node-type b-node

dns-server 192.168.13.19

netbios-name-server 192.168.13.25

option option1 157.235.208.80

respond-via-unicast

static-route 192.168.13.0/24 192.168.13.7

static-binding client-identifier test

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

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

DHCP static binding Mode commands:

bootfile Boot file name

client-name Client name

default-router Default routers

dns-server DNS Servers

client-identifier <CLIENT>

Enables a static binding configuration for a client based on its client identifier (as provided by DHCP
option 61 and its key value)

<CLIENT> – Specify the client identifier (DHCP option 61).

hardware-address <MAC>

Enables a static binding configuration for a client based on its MAC address

<MAC> – Specify the MAC address of the client.

Advertising