Installation guide

Wireless Switch Configuration Tasks
RBT-8100 Wireless Switch Installation Guide 3-5
DomainnameandDNSserveraddress
YoucanenabletheswitchtousetheMSSDHCPclienttoobtainthisinformationfromaDHCP
serverinthelocalnetworkwheretheswitchwillbedeployed.Alternatively,youcanstatically
configuretheinformation.
TheIPaddressandDNSinformationareconfiguredindependently.
Youcanconfigurethe
combinationofsettingsthatworkwiththenetworkresourcesavailableatthedeploymentsite.
Thefollowingexamplesshowsomeofthecombinationsyoucanconfigure.
Youmustconfigureanadministrativecertificate,toenabletheswitchtocommunicatewiththe
RASMserver.Youcanconfigureaselfsigned
certificateorinstallonefromacertificateauthority
(CA).Theseexamplesuseaselfsignedcertificate.
Example 1: Deployment Site Has DHCP and Local DNS
ThedeploymentsiteinthisexamplehasaDHCPserver.TheswitchisconfiguredtousetheMSS
DHCPclienttoobtainanIPaddress,defaultgatewayaddress,DNSdomainname,andDNS
serverIPaddresses.
1. ConfigureaVLAN:
RBT-8100# set vlan 1 port 1
2. EnabletheDHCPclientonVLAN 1:
RBT-8100# set interface 1 ip dhcp-client enable
3. Enabletheautoconfigoption:
RBT-8100# set auto-config enable
4. Createaselfsignedadministrativecertificate,toenableRASMorWebViewtocommunicate
withtheRoamAboutwirelessswitch.
RBT-8100# crypto generate key admin 1024
RBT-8100# crypto generate self-signed admin
Country Name:
State Name:
Locality Name:
Organizational Name:
Organizational Unit:
Common Name: remoteswitch1@example.com
Email Address:
Unstructured Name:
Self-signed cert for admin is
-----BEGIN CERTIFICATE-----
MIICUzCCAbygAwIBAgICA+cwDQYJKoZIhvcNAQEEBQAwNjELMAkGA1UEBhMCVVMx
CzAJBgNVBAgTAkNBMRowGAYDVQQDFBF0ZWNocHVic0B0cnB6LmNvbTAeFw0wMzA0
...
Lm8wmVYLxP56MpCUAm9O8C2foYgOY40=
-----END CERTIFICATE-----
5. Savetheconfigurationchanges:
RBT-8100# save config
6. Powerofforrestarttheswitch.