Enterasys Networks RBT-8110 Switch User Manual


 
Wireless Switch Configuration Tasks
RBT-8110 Wireless Switch Installation Guide 3-7
Example 2: Deployment Site Has No DHCP and No DNS
ThedeploymentsiteinthisexampledoesnothaveaDHCPserveroralocalDNSserver.
Therefore,IPandDNSinformationmustbestaticallyconfigured.BecausenoDNSserveris
available,anIPaliasisconfiguredtomaptheRASMserver’sIPaddresstothewellknown
hostnamewlanconfig
srv.
1. ConfigureaVLAN:
RBT-8110# set vlan 1 port 1
2. ConfigureanIPinterfaceontheVLAN.
RBT-8110# set interface 1 ip 192.168.1.252 255.255.255.0
3. Configureadefaultroutethroughthelocalgateway:
RBT-8110# set ip route default 192.168.1.1 1
4. ConfigurethedefaultDNSdomainname:
RBT-8110# set ip dns domain example.com
5. ConfigureanIPaliastomaptheRASMserverIPaddresstothewellknownname
wlanconfigsrv:
RBT-8110# set ip alias wlan-config-srv 172.16.22.84
6. Enabletheautoconfigoption:
RBT-8110# set auto-config enable
7. Savetheconfigurationchanges:
RBT-8110# save config
8. Resettheswitchbyusingoneofthefollowingmethods:
•Enterthefollowingcommand:
RBT-8110# reset system
•Turnthepowerofftotheswitch,andthenturnthepowerbackon.
Example 3: Deployment Site Has DNS But No DHCP
ThedeploymentsiteinthisexampledoesnothaveaDHCPserverbutdoeshavealocalDNS
server.TheconfigurationissimilartoExample1,butincludesDNSconfigurationinformation
insteadofanIPalias.
1. ConfigureaVLAN:
RBT-8110# set vlan 1 port 1
2. ConfigureanIPinterfaceontheVLAN.
RBT-8110# set interface 1 ip 192.168.1.252 255.255.255.0
3. Configureadefaultroutethroughthelocalgateway:
RBT-8110# set ip route default 192.168.1.1 0
4. ConfigurethedefaultDNSdomainname:
RBT-8110# set ip dns domain example.com
5. ConfigureDNSserverinformation:
RBT-8110# set ip dns server 192.168.11.2