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}]
ThedapnumparameteridentifiestheAPconnectionfortheAP.TherangeofvalidconnectionID
numbersdependsontheRoamAboutSwitchmodel:
•ForanRBT8400,youcanspecifyanumberfrom1to480.
•ForanRBT8200,youcanspecifyanumberfrom1to360.
•Foran
RBT8100,youcanspecifyanumberfrom1to120.
Example
ToconfigureAPconnection 1forAPmodelAP3000withserialID0322199999,typethefollowing
command:
RBT-8100# set dap 1 serial-id 0322199999 model AP3000
success: change accepted.
(Tospecifytheexternalantennatype,usetheset{ap | dap}radioantennatypecommand.Referto
ConfiguringtheExternalAntennaModelandLocationonpage 950.)
Configuring Static IP Addresses on Distributed APs
Bydefault,DistributedAPsusetheproceduredescribedinHowanAPObtainsanIPAddress
throughDHCPonpage 96toobtainanIPaddressandconnecttoanRoamAboutSwitch.In
someinstallations,DHCPmaynotbeavailable.Insuchacase,youcanmanuallyassignstaticIP
addressinformationtotheAP.
YoucanalsooptionallyspecifytheRoamAboutSwitchtheDistributedAPusesasitsbootdevice,
andan802.1QVLANtagtobeappliedtoEthernetframesemittedfromtheDistributedAP.
WhenyouconfigurestaticIPinformationforaDistributedAP,itusestheboot
procedure
describedinHowaDistributedAPContactsanRBTSwitch(StaticallyConfiguredAddress)on
page 98insteadofthedefaultbootprocedure.
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.42witha24bitnetmask,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.