Br5181>admin(network.lan.dhcp)> set, Br5181>admin(network.lan.dhcp)> add – Brocade Mobility 5181 Access Point Product Reference Guide (Supporting software release 4.4.0.0) User Manual

Page 229

Advertising
background image

Brocade Mobility 5181 Access Point Product Reference Guide

215

53-1002516-01

Network Commands

8

BR5181>admin(network.lan.dhcp)> set

Description

Sets DHCP parameters for the LAN port.

Syntax

Example

admin(network.lan.dhcp)>set range 1 192.168.0.100 192.168.0.254

admin(network.lan.dhcp)>set lease 1 86400

admin(network.lan.dhcp)>show

**LAN1 DHCP Information**

DHCP Address Assignment Range:

Starting IP Address : 192.168.0.100

Ending IP Address

: 192.168.0.254

Lease Time

: 86400

For information on configuring DHCP using the applet (GUI), see

“Configuring the LAN interface”

on

page 93.

BR5181>admin(network.lan.dhcp)> add

Description

Adds static DHCP address assignments.

Syntax

Example

admin(network.lan.dhcp)>add 1 00A0F8112233 192.160.24.6

admin(network.lan.dhcp)>add 1 00A0F1112234 192.169.24.7

admin(network.lan.dhcp)>list 1

-----------------------------------------------------------------------------

Index MAC Address IP Address

-----------------------------------------------------------------------------

1

00A0F8112233

192.160.24.6

2

00A0F8112234

192.169.24.7

For information on adding client MAC and IP address information using the applet (GUI), see

“Configuring Advanced DHCP Server Settings”

on page 99.

set range

<LAN-idx> <ip1>

<ip2> Sets the DHCP assignment range from IP address <ip1> to IP address

<ip2> for the specified LAN.

lease

<LAN-idx> <lease>

Sets the DHCP lease time <lease> in seconds (1-999999) for the
specified LAN.

add

<LAN-idx>

<mac>

<ip>

Adds a reserved static IP address to a MAC address for the specified LAN.

Advertising