Specifications
Configuring Access Points
RoamAbout Mobility System Software Configuration Guide 9-31
Configuring an Indirectly Connected AP
IfanaccesspointthatyouwanttomanageusingtheRoamAboutSwitchisindirectlyconnectedto
theswitchthroughaLayer 2orLayer 3network,configuretheAPusingthefollowingcommand:
set dap dap-num serial-id serial-ID
model {AP3000} [radiotype {11a | 11b| 11g}]
Thedap‐numparameteridentifiestheAPconnectionfortheAP.TherangeofvalidconnectionID
numbersdependsontheRoamAboutSwitchmodel:
•ForanRBT‐8400,youcanspecifyanumberfrom1to480.
•ForanRBT‐8200,youcanspecifyanumberfrom1to360.
•Foran
RBT‐8100,youcanspecifyanumberfrom1to120.
Example
ToconfigureAPconnection 1forAPmodelAP3000withserial‐ID0322199999,typethefollowing
command:
RBT-8100# set dap 1 serial-id 0322199999 model AP3000
success: change accepted.
(Tospecifytheexternalantennatype,usetheset{ap | dap}radioantennatypecommand.Referto
“ConfiguringtheExternalAntennaModelandLocation”onpage 9‐50.)
Configuring Static IP Addresses on Distributed APs
Bydefault,DistributedAPsusetheproceduredescribedin“HowanAPObtainsanIPAddress
throughDHCP”onpage 9‐6toobtainanIPaddressandconnecttoanRoamAboutSwitch.In
someinstallations,DHCPmaynotbeavailable.Insuchacase,youcanmanuallyassignstaticIP
addressinformationtotheAP.
YoucanalsooptionallyspecifytheRoamAboutSwitchtheDistributedAPusesasitsbootdevice,
andan802.1QVLANtagtobeappliedtoEthernetframesemittedfromtheDistributedAP.
WhenyouconfigurestaticIPinformationforaDistributedAP,itusestheboot
procedure
describedin“HowaDistributedAPContactsanRBTSwitch(StaticallyConfiguredAddress)”on
page 9‐8insteadofthedefaultbootprocedure.
Specifying IP Information
TospecifystaticIPaddressinformationforaDistributedAP,usethefollowingcommand:
set dap dap-num boot-ip ip ip-addr netmask mask-addr gateway gateway-addr [mode
{enable | disable}]
Example
ToconfigureDistributedAP1touseIPaddress172.16.0.42witha24‐bitnetmask,anduse
172.16.0.20asitsdefaultrouter(gateway),typethefollowingcommand:
RBT-8100# set dap 1 boot-ip ip 172.16.0.42 netmask 255.255.255.0 gateway
172.16.0.20 mode enable
success: change accepted.