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.42witha24‐bit
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.
dapdap‐num NumberoftheDistributedAPforwhichyouarespecifying
staticIPinformation.
ipip‐addr TheIPaddresstobeassignedtotheAP,indotteddecimal
notation(forexample,10.10.10.10).
netmaskmask‐addr Thesubnetmask,indotteddecimalnotation(forexample,
255.255.255.0).
gatewaygateway‐addr TheIPaddress
ofthenext‐hoprouter,indotteddecimal
notation.
mode{enable|disable}EnablesordisablesthestaticIPaddressfortheAP.