Specifications

11-20 Access Point Commands
set dap boot-ip
SpecifiesstaticIPaddressinformationforaDistributedAP.
Syntax
set dap dap-num boot-ip ip ip-addr netmask mask-addr gateway gateway-addr [mode
{enable | disable}]
set dap dap-num boot-ip mode {enable | disable}
set dap dap-num boot-ip mode {enable | disable}
Parameters
Defaults
BydefaultAPsuseDHCPtoobtainanIPaddress,ratherthanausingamanuallyassignedIP
address.
Mode
Enabled.
Usage
Normally,DistributedAPsuseDHCPtoobtainIPaddressinformation.Insomeinstallations,
DHCPmaynotbeavailable.Inthiscase,youcanassignstaticIPaddressinformationtotheAP,
includingtheAP’sIPaddressandnetmask,anddefaultgateway.
IfthemanuallyassignedIPinformationisincorrect,theAP
usesDHCPtoobtainitsIPaddress.
Example
ThefollowingcommandconfiguresDistributedAP1touseIPaddress172.16.0.42witha24bit
netmask,anduse172.16.0.20asitsdefaultgateway:
RBT-8100# set dap 1 boot-ip ip 172.16.0.42 netmask 255.255.255.0 gateway
172.16.0.20 mode en
success: change accepted.
dapdapnum NumberoftheDistributedAPforwhichyouarespecifying
staticIPinformation.
ipipaddr TheIPaddresstobeassignedtotheAP,indotteddecimal
notation(forexample,10.10.10.10).
netmaskmaskaddr Thesubnetmask,indotteddecimalnotation(forexample,
255.255.255.0).
gatewaygatewayaddr TheIPaddress
ofthenexthoprouter,indotteddecimal
notation.
mode{enable|disable}EnablesordisablesthestaticIPaddressfortheAP.