SlideShare a Scribd company logo
1 of 4
Download to read offline
Motorola AP650

 Configuring an AP650 Running WiNG 5.X as a Sensor Only
AP650 WiNG5.X Default Configuration
An AP650 Access Point running WiNG 5.0.0.0-107R or higher firmware includes the following factory default
configuration:
     1. No regulatory, regional or contact information.
     2. A default username admin and password Motorola.
     3. The SSHv2 remote management interface is enabled.
     4. Will obtain IP addressing from DHCP on VLAN 1.
      5. Radios are configured for client services.
An AP650 Access Point running WiNG 5.0.0.0-005R has a different factory default configuration and should be
configured using Part Number 72E-135967-01, Configuring an AP650 as a Sensor Only.

Log into the AP650
     1. Using a SSH tool such as PuTTy connect to the IP address assigned to the AP650 from the DHCP server.
     2. Log in using the default username/password.
        login as: admin
        admin@192.168.11.101's password: Motorola
                     Note    The latest WiNG 5.X firmware requires you to change the default password when you
                             initially connect to the AP650 Access Point.
     3. When prompted enter a new password.
          Welcome to CLI
          System is currently using the factory default login credentials.
          Please change the default password to protect from unauthorized
          access.

          Enter new password: hellomoto
          Confirm new password: hellomoto
          Password for user ā€˜adminā€™ changed successfully.
          Please write this password change to memory (write memory) to be
          persistent.

Basic Configuration Procedure (All Deployments)
     1. Enter enable and then press <Enter>.
        ap650-31142D> enable
     2. Enter self and then press <Enter>.
        ap650-31142D# self
        Enter configuration commands, one per line. End with CNTL/Z.
                 Note By default the AP650 Access Point will not remember its startup configuration and
                         requires a Wireless Controller. The following command will configure the AP650 to
                         save and remember its startup configuration.
     3.   Enter configuration-persistence then press <Enter>.
          ap650-31142D(config-device-00-23-68-31-14-2D)# configuration-persistence

                                                                                                                 1
Motorola AirDefense


             4. Optionally, enter hostname followed by the assigned hostname then press <Enter>.
                ap650-31142D(config-device-00-23-68-31-14-2D)# automatic-write
             5. Optionally, enter contact followed by a contact name/email address then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D)# contact admin@example.com
             6. Optionally, enter location followed by a location name then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D)# location 1st-floor-lobby
                             Note    You can display the list of available ISO country codes by issuing the show wireless
                                     regulatory country-code command.
             7. Enter country-code us and then press <Enter>.
                ap650-31142D(config-device-00-23-68-31-14-2D)# country-code us
                             Note    The AP650 Access Point can support up to three sensor server IP addresses. At least
                                     one sensor server IP address must be defined.
                             Note    By default the AP650 will communicate to the sensor servers using TCP port 443. This
                                     port can be changed if required by using the sensor-server <1-3> ip <ip-address> port
                                     <port> command.
             8. Enter sensor-server <1-3> ip <server-ip> then press <Enter>. This command allows
                you to define primary, secondary and tertiary sensor server IP address on the AP650 Access Point.
                 ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 1 ip 192.168.10.35
                 ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 2 ip 192.168.10.36
                 ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 3 ip 192.168.10.37
             9. Enter interface radio 1 and then press <Enter>.
                ap650-31142D(config-device-00-23-68-31-14-2D)# interface radio 1
             10. Enter rf-mode sensor then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D-if-radio1)# rf-mode sensor
             11. Enter interface radio 2 and then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D)# interface radio 2
             12. Enter rf-mode sensor then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D-if-radio2)# rf-mode sensor
             13. Enter end and then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D-if-radio2)# end
             14. Enter commit write then press <Enter>. This will commit and save the changes on the AP650
                 Access Point.
                 ap650-31142D# commit write

        Co-Existence with Wireless Controllers Running WiNG 4.X

                      Note   By default the AP650 Access Point will automatically downgrade its firmware if it discovers
                             and adopts to a Wireless Controller running WiNG 4.X. The following procedure will disable
                             automatic downgrades and allow the AP650 to co-exist on a network with Wireless Controllers
                             running WiNG 4.X firmware.
             1. Enter enable and then press <Enter>.
                ap650-31142D> enable
             2. Enter self and then press <Enter>.
                ap650-31142D# self
                Enter configuration commands, one per line. End with CNTL/Z.
             3. Enter no legacy-auto-downgrade and then press <Enter>.
                 ap650-31142D(config-device-00-23-68-31-14-2D)# no legacy-auto-downgrade


2
4. Enter end and then press <Enter>.
      ap650-31142D(config-device-00-23-68-31-14-2D)# end
   5. Enter commit write then press <Enter>. This will commit and save the changes on the AP650
      Access Point.
      ap650-31142D# commit write

Configuring Static IP Address
   1. Enter enable and then press <Enter>.
      ap650-31142D> enable
   2. Enter self and then press <Enter>.
      ap650-31142D# self
      Enter configuration commands, one per line. End with CNTL/Z.
   3. Enter interface vlan1 and then press <Enter>.
      ap650-31142D(config-device-00-23-68-31-14-2D)# interface vlan 1
   4. Enter ip address <ip-address>/<mask-length> then press <Enter>.
       ap650-31142D(config-device-00-23-68-31-14-2D-if-vlan1)# ip address 192.168.1.100/24
   5. Enter exit and then press <Enter>.
      ap650-31142D(config-device-00-23-68-31-14-2D-if-vlan1)# exit
   6. Enter ip default-gateway <gateway-ip-address> then press <Enter>.
       ap650-31142D(config-device-00-23-68-31-14-2D)# ip default-gateway 192.168.1.1
   7. Optionally, enter ip name-server <ip-address> then press <Enter>.
       ap650-31142D(config-device-00-23-68-31-14-2D)# ip name-server 192.168.1.6
   8. Optionally, enter ip domain-name <domain-name> then press <Enter>.
       ap650-31142D(config-device-00-23-68-31-14-2D)# ip domain-name example.com
   9. Enter end and then press <Enter>.
      ap650-31142D(config-device-00-23-68-31-14-2D)# end
   10. Enter commit write then press <Enter>. This will commit and save the changes on the AP650
       Access Point.
       ap650-31142D# commit write
         Note     Static IP addressing can be removed by issuing a remove-override interface vlan 1
                  command.

Changing Passwords

         Note     The default password is changed when you initially login to the AP650 Access Point. The
                  following procedure outlines how to change the password post login if required.
   1. Enter enable and then press <Enter>.
   2. Enter config terminal and then press <Enter>.
      ap650-31142D# configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.
   3. Enter management-policy default and then press <Enter>.
      ap650-31142D(config)# management-policy default
   4. Enter username admin password <newpassword> role superuser access all
      and the press <Enter>.
       ap650-31142D(config-management-policy-default)# username admin password hellomoto role superuser access all




                                                                                                                     3
Motorola AirDefense


             5. Enter end and then press <Enter>.
                ap650-31142D(config-management-policy-default)# end
             6. Enter commit write and then press <Enter>. This will commit and save the changes on the AP650
                Access Point.
                ap650-31142D# commit write


        Verification
            1.   Verify the AP650 radios are configured for sensor operation. The STATE field for the radios should display
                 as Sensor.
                 ap650-1# show wireless radio
                 ------------------------------------------------------------------------------------------------------
                  AP-NAME      AP-LOCATION           AP-MAC    :Rn    RF-MODE STATE       CHANNEL    POWER CLIENTS
                 ------------------------------------------------------------------------------------------------------
                  ap650-1        default    00-23-68-31-14-2D :R1      sensor Sensor     N/A ( smt) 0 (smt)      0
                  ap650-1        default    00-23-68-31-14-2D :R2      sensor Sensor     N/A ( smt) 0 (smt)      0
                 ------------------------------------------------------------------------------------------------------

            2. Verify that the AP650 is communicating with the sensor-server. The STATUS field for the first available
               sensor server should display as connected.
               ap650-31142D# show wireless sensor-server
                 -----------------------------------------------------------------------
                   #          SENSOR SERVER IP        PORT        STATUS
                 -----------------------------------------------------------------------
                   1          192.168.10.35           443         connected
                   2          192.168.10.36           443         not connected
                   3          192.168.10.37           443         not connected
                 -----------------------------------------------------------------------




        MOTOROLA is registered in the US Patent & Trademark Office. AirDefense is a registered trademark of AirDefense,
        Inc. All other product or service names are the property of their respective owners. Ā© Motorola, Inc. 2011. All rights
        reserved.
                                                                                                        72E-145523-01, Rev B
4

More Related Content

What's hot

Linmot overzicht servo_controller_serie_e1100_duits_4_mb
Linmot overzicht servo_controller_serie_e1100_duits_4_mbLinmot overzicht servo_controller_serie_e1100_duits_4_mb
Linmot overzicht servo_controller_serie_e1100_duits_4_mb
mahdi nasiri
Ā 
2003 presentation24
2003 presentation242003 presentation24
2003 presentation24
Sarth Lodhi
Ā 
Advanced motion controls dpqnnie 015b200
Advanced motion controls dpqnnie 015b200Advanced motion controls dpqnnie 015b200
Advanced motion controls dpqnnie 015b200
Electromate
Ā 
Advanced motion controls dprnlie 025b200
Advanced motion controls dprnlie 025b200Advanced motion controls dprnlie 025b200
Advanced motion controls dprnlie 025b200
Electromate
Ā 
Advanced motion controls mc1xaz01 hr
Advanced motion controls mc1xaz01 hrAdvanced motion controls mc1xaz01 hr
Advanced motion controls mc1xaz01 hr
Electromate
Ā 
Iai psel controller_specsheet
Iai psel controller_specsheetIai psel controller_specsheet
Iai psel controller_specsheet
Electromate
Ā 
Advanced motion controls dpcanir c100a400
Advanced motion controls dpcanir c100a400Advanced motion controls dpcanir c100a400
Advanced motion controls dpcanir c100a400
Electromate
Ā 
Advanced motion controls dpranie 060a800
Advanced motion controls dpranie 060a800Advanced motion controls dpranie 060a800
Advanced motion controls dpranie 060a800
Electromate
Ā 
Advanced motion controls dpcanie c100a400
Advanced motion controls dpcanie c100a400Advanced motion controls dpcanie c100a400
Advanced motion controls dpcanie c100a400
Electromate
Ā 
Advanced motion controls dzcante 060l080
Advanced motion controls dzcante 060l080Advanced motion controls dzcante 060l080
Advanced motion controls dzcante 060l080
Electromate
Ā 
Advanced motion controls dpranie c100a400
Advanced motion controls dpranie c100a400Advanced motion controls dpranie c100a400
Advanced motion controls dpranie c100a400
Electromate
Ā 
Advanced motion controls dq111se15a40nac
Advanced motion controls dq111se15a40nacAdvanced motion controls dq111se15a40nac
Advanced motion controls dq111se15a40nac
Electromate
Ā 
Advanced motion controls bd25a20i
Advanced motion controls bd25a20iAdvanced motion controls bd25a20i
Advanced motion controls bd25a20i
Electromate
Ā 
Advanced motion controls dpranie c060a400
Advanced motion controls dpranie c060a400Advanced motion controls dpranie c060a400
Advanced motion controls dpranie c060a400
Electromate
Ā 

What's hot (19)

Linmot overzicht servo_controller_serie_e1100_duits_4_mb
Linmot overzicht servo_controller_serie_e1100_duits_4_mbLinmot overzicht servo_controller_serie_e1100_duits_4_mb
Linmot overzicht servo_controller_serie_e1100_duits_4_mb
Ā 
2003 presentation24
2003 presentation242003 presentation24
2003 presentation24
Ā 
Advanced motion controls dpqnnie 015b200
Advanced motion controls dpqnnie 015b200Advanced motion controls dpqnnie 015b200
Advanced motion controls dpqnnie 015b200
Ā 
Advanced motion controls dprnlie 025b200
Advanced motion controls dprnlie 025b200Advanced motion controls dprnlie 025b200
Advanced motion controls dprnlie 025b200
Ā 
Advanced motion controls mc1xaz01 hr
Advanced motion controls mc1xaz01 hrAdvanced motion controls mc1xaz01 hr
Advanced motion controls mc1xaz01 hr
Ā 
Iai psel controller_specsheet
Iai psel controller_specsheetIai psel controller_specsheet
Iai psel controller_specsheet
Ā 
Advanced motion controls dpcanir c100a400
Advanced motion controls dpcanir c100a400Advanced motion controls dpcanir c100a400
Advanced motion controls dpcanir c100a400
Ā 
CubeFreight
CubeFreightCubeFreight
CubeFreight
Ā 
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vnLs catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ls catalog thiet bi tu dong i e5_e_1105_dienhathe.vn
Ā 
Advanced motion controls dpranie 060a800
Advanced motion controls dpranie 060a800Advanced motion controls dpranie 060a800
Advanced motion controls dpranie 060a800
Ā 
Advanced motion controls dpcanie c100a400
Advanced motion controls dpcanie c100a400Advanced motion controls dpcanie c100a400
Advanced motion controls dpcanie c100a400
Ā 
Advanced motion controls dzcante 060l080
Advanced motion controls dzcante 060l080Advanced motion controls dzcante 060l080
Advanced motion controls dzcante 060l080
Ā 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone
Ā 
VIPA SLIO Introduction
VIPA SLIO IntroductionVIPA SLIO Introduction
VIPA SLIO Introduction
Ā 
Advanced motion controls dpranie c100a400
Advanced motion controls dpranie c100a400Advanced motion controls dpranie c100a400
Advanced motion controls dpranie c100a400
Ā 
Osc4 ltm Automatic lift truck onboard OSHA compliances recorders with impact ...
Osc4 ltm Automatic lift truck onboard OSHA compliances recorders with impact ...Osc4 ltm Automatic lift truck onboard OSHA compliances recorders with impact ...
Osc4 ltm Automatic lift truck onboard OSHA compliances recorders with impact ...
Ā 
Advanced motion controls dq111se15a40nac
Advanced motion controls dq111se15a40nacAdvanced motion controls dq111se15a40nac
Advanced motion controls dq111se15a40nac
Ā 
Advanced motion controls bd25a20i
Advanced motion controls bd25a20iAdvanced motion controls bd25a20i
Advanced motion controls bd25a20i
Ā 
Advanced motion controls dpranie c060a400
Advanced motion controls dpranie c060a400Advanced motion controls dpranie c060a400
Advanced motion controls dpranie c060a400
Ā 

Viewers also liked

3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
3000 tį»« tiįŗæng anh thĆ“ng dį»„ng3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
HelianthusDo
Ā 
3 swpp ps for const sites tonning ksa apr 2010
3 swpp ps for const sites   tonning ksa apr 20103 swpp ps for const sites   tonning ksa apr 2010
3 swpp ps for const sites tonning ksa apr 2010
guest7dbf4
Ā 
Pintura en el quattrocento
Pintura en el quattrocentoPintura en el quattrocento
Pintura en el quattrocento
Filomena LĆ³pez
Ā 

Viewers also liked (18)

Digitale NƤhe - Zukunft des digitalen Tourismusmarketings
Digitale NƤhe -  Zukunft des digitalen TourismusmarketingsDigitale NƤhe -  Zukunft des digitalen Tourismusmarketings
Digitale NƤhe - Zukunft des digitalen Tourismusmarketings
Ā 
Un 02 act 03 anexo 01
Un 02 act 03 anexo 01Un 02 act 03 anexo 01
Un 02 act 03 anexo 01
Ā 
3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
3000 tį»« tiįŗæng anh thĆ“ng dį»„ng3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
3000 tį»« tiįŗæng anh thĆ“ng dį»„ng
Ā 
DiseƱando para Apple Watch
DiseƱando para Apple WatchDiseƱando para Apple Watch
DiseƱando para Apple Watch
Ā 
Documento peh chdraam 06 febrero 12_versiĆ³n resumida renovada
Documento peh chdraam 06 febrero 12_versiĆ³n resumida renovadaDocumento peh chdraam 06 febrero 12_versiĆ³n resumida renovada
Documento peh chdraam 06 febrero 12_versiĆ³n resumida renovada
Ā 
Poquet a Poquet - Octubre 2015
Poquet a Poquet - Octubre 2015Poquet a Poquet - Octubre 2015
Poquet a Poquet - Octubre 2015
Ā 
3 swpp ps for const sites tonning ksa apr 2010
3 swpp ps for const sites   tonning ksa apr 20103 swpp ps for const sites   tonning ksa apr 2010
3 swpp ps for const sites tonning ksa apr 2010
Ā 
Cybersecurity and Legal lessons after Apple v FBI
Cybersecurity and Legal lessons after Apple v FBICybersecurity and Legal lessons after Apple v FBI
Cybersecurity and Legal lessons after Apple v FBI
Ā 
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
Hands-On Workshop: Introduction to Coding for on Force.com for Admins and Non...
Ā 
ACCIONA ENERGIA EN MƉXICO: UNA ESTRATEGIA EMPRESARIAL CON VALOR SOCIAL
ACCIONA ENERGIA EN MƉXICO: UNA ESTRATEGIA EMPRESARIAL CON VALOR SOCIALACCIONA ENERGIA EN MƉXICO: UNA ESTRATEGIA EMPRESARIAL CON VALOR SOCIAL
ACCIONA ENERGIA EN MƉXICO: UNA ESTRATEGIA EMPRESARIAL CON VALOR SOCIAL
Ā 
800001c huerto escolar_c
800001c huerto escolar_c800001c huerto escolar_c
800001c huerto escolar_c
Ā 
DirecciĆ³n De Empresas 1a Parte
DirecciĆ³n De Empresas 1a ParteDirecciĆ³n De Empresas 1a Parte
DirecciĆ³n De Empresas 1a Parte
Ā 
Teaching Grammar Through Technology
Teaching Grammar Through TechnologyTeaching Grammar Through Technology
Teaching Grammar Through Technology
Ā 
Stakeholder Management for Product Managers - ProductTank Paris
Stakeholder Management for Product Managers - ProductTank ParisStakeholder Management for Product Managers - ProductTank Paris
Stakeholder Management for Product Managers - ProductTank Paris
Ā 
Crude oil
Crude oilCrude oil
Crude oil
Ā 
Virtual Goods in Asia
Virtual Goods in AsiaVirtual Goods in Asia
Virtual Goods in Asia
Ā 
Rfid ppt
Rfid pptRfid ppt
Rfid ppt
Ā 
Pintura en el quattrocento
Pintura en el quattrocentoPintura en el quattrocento
Pintura en el quattrocento
Ā 

Similar to Motorola air defense configuring an ap650 running wing 5.x as a sensor only

Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor onlyMotorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Advantec Distribution
Ā 
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docxAll contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
galerussel59292
Ā 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
Asif
Ā 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
IT Tech
Ā 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
manikkan
Ā 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)
IT Tech
Ā 
Guia de configuracao_ms9520
Guia de configuracao_ms9520Guia de configuracao_ms9520
Guia de configuracao_ms9520
plisleo
Ā 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Abhilash Kuniyil
Ā 
Cisco labs practical2
Cisco labs practical2Cisco labs practical2
Cisco labs practical2
Tai Lam
Ā 

Similar to Motorola air defense configuring an ap650 running wing 5.x as a sensor only (20)

Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor onlyMotorola air defense configuring an ap650 running wing 5.x as a sensor only
Motorola air defense configuring an ap650 running wing 5.x as a sensor only
Ā 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS device
Ā 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
Ā 
lab1
lab1lab1
lab1
Ā 
HĘ°į»›ng dįŗ«n cĆ i đįŗ·t switch planet layer 3
HĘ°į»›ng dįŗ«n cĆ i đįŗ·t switch planet layer 3HĘ°į»›ng dįŗ«n cĆ i đįŗ·t switch planet layer 3
HĘ°į»›ng dįŗ«n cĆ i đįŗ·t switch planet layer 3
Ā 
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docxAll contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
All contents are Copyright Ā© 1992ā€“2012 Cisco Systems, Inc. A.docx
Ā 
corporate network
corporate networkcorporate network
corporate network
Ā 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
Ā 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
Ā 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
Ā 
Day 5.2 startingarouter
Day 5.2 startingarouterDay 5.2 startingarouter
Day 5.2 startingarouter
Ā 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
Ā 
Day 13.1 startingaswitch
Day 13.1 startingaswitchDay 13.1 startingaswitch
Day 13.1 startingaswitch
Ā 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
Ā 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
Ā 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)
Ā 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
Ā 
Guia de configuracao_ms9520
Guia de configuracao_ms9520Guia de configuracao_ms9520
Guia de configuracao_ms9520
Ā 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Ā 
Cisco labs practical2
Cisco labs practical2Cisco labs practical2
Cisco labs practical2
Ā 

More from Advantec Distribution (20)

E pmp for public presentation feb 27 2015
E pmp for public presentation feb 27 2015E pmp for public presentation feb 27 2015
E pmp for public presentation feb 27 2015
Ā 
1 wi ng5_wlan_brochure
1 wi ng5_wlan_brochure1 wi ng5_wlan_brochure
1 wi ng5_wlan_brochure
Ā 
Vx9000 datasheet
Vx9000 datasheetVx9000 datasheet
Vx9000 datasheet
Ā 
Nx7500 datasheet
Nx7500 datasheetNx7500 datasheet
Nx7500 datasheet
Ā 
Nx9500 datasheet
Nx9500 datasheetNx9500 datasheet
Nx9500 datasheet
Ā 
Nx4500 6500 datasheet
Nx4500 6500 datasheetNx4500 6500 datasheet
Nx4500 6500 datasheet
Ā 
Rfs7000 datasheet
Rfs7000 datasheetRfs7000 datasheet
Rfs7000 datasheet
Ā 
Rfs6000 datasheet
Rfs6000 datasheetRfs6000 datasheet
Rfs6000 datasheet
Ā 
Rfs4000 datasheet
Rfs4000 datasheetRfs4000 datasheet
Rfs4000 datasheet
Ā 
Ap8200 datasheet
Ap8200 datasheetAp8200 datasheet
Ap8200 datasheet
Ā 
Ap7181 datasheet
Ap7181 datasheetAp7181 datasheet
Ap7181 datasheet
Ā 
Ap8222 datasheet
Ap8222 datasheetAp8222 datasheet
Ap8222 datasheet
Ā 
Ap8163 datasheet
Ap8163 datasheetAp8163 datasheet
Ap8163 datasheet
Ā 
Ap6562 datasheet
Ap6562 datasheetAp6562 datasheet
Ap6562 datasheet
Ā 
Ap8122 datasheet
Ap8122 datasheetAp8122 datasheet
Ap8122 datasheet
Ā 
Ap8132 datasheet
Ap8132 datasheetAp8132 datasheet
Ap8132 datasheet
Ā 
Ap7532 datasheet
Ap7532 datasheetAp7532 datasheet
Ap7532 datasheet
Ā 
Ap7502 datasheet
Ap7502 datasheetAp7502 datasheet
Ap7502 datasheet
Ā 
Ap7131 datasheet
Ap7131 datasheetAp7131 datasheet
Ap7131 datasheet
Ā 
Ap7522 datasheet
Ap7522 datasheetAp7522 datasheet
Ap7522 datasheet
Ā 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(ā˜Žļø+971_581248768%)**%*]'#abortion pills for sale in dubai@
Ā 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
Ā 

Recently uploaded (20)

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
Ā 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
Ā 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
Ā 
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Ā 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
Ā 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
Ā 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
Ā 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
Ā 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
Ā 

Motorola air defense configuring an ap650 running wing 5.x as a sensor only

  • 1. Motorola AP650 Configuring an AP650 Running WiNG 5.X as a Sensor Only AP650 WiNG5.X Default Configuration An AP650 Access Point running WiNG 5.0.0.0-107R or higher firmware includes the following factory default configuration: 1. No regulatory, regional or contact information. 2. A default username admin and password Motorola. 3. The SSHv2 remote management interface is enabled. 4. Will obtain IP addressing from DHCP on VLAN 1. 5. Radios are configured for client services. An AP650 Access Point running WiNG 5.0.0.0-005R has a different factory default configuration and should be configured using Part Number 72E-135967-01, Configuring an AP650 as a Sensor Only. Log into the AP650 1. Using a SSH tool such as PuTTy connect to the IP address assigned to the AP650 from the DHCP server. 2. Log in using the default username/password. login as: admin admin@192.168.11.101's password: Motorola Note The latest WiNG 5.X firmware requires you to change the default password when you initially connect to the AP650 Access Point. 3. When prompted enter a new password. Welcome to CLI System is currently using the factory default login credentials. Please change the default password to protect from unauthorized access. Enter new password: hellomoto Confirm new password: hellomoto Password for user ā€˜adminā€™ changed successfully. Please write this password change to memory (write memory) to be persistent. Basic Configuration Procedure (All Deployments) 1. Enter enable and then press <Enter>. ap650-31142D> enable 2. Enter self and then press <Enter>. ap650-31142D# self Enter configuration commands, one per line. End with CNTL/Z. Note By default the AP650 Access Point will not remember its startup configuration and requires a Wireless Controller. The following command will configure the AP650 to save and remember its startup configuration. 3. Enter configuration-persistence then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# configuration-persistence 1
  • 2. Motorola AirDefense 4. Optionally, enter hostname followed by the assigned hostname then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# automatic-write 5. Optionally, enter contact followed by a contact name/email address then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# contact admin@example.com 6. Optionally, enter location followed by a location name then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# location 1st-floor-lobby Note You can display the list of available ISO country codes by issuing the show wireless regulatory country-code command. 7. Enter country-code us and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# country-code us Note The AP650 Access Point can support up to three sensor server IP addresses. At least one sensor server IP address must be defined. Note By default the AP650 will communicate to the sensor servers using TCP port 443. This port can be changed if required by using the sensor-server <1-3> ip <ip-address> port <port> command. 8. Enter sensor-server <1-3> ip <server-ip> then press <Enter>. This command allows you to define primary, secondary and tertiary sensor server IP address on the AP650 Access Point. ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 1 ip 192.168.10.35 ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 2 ip 192.168.10.36 ap650-31142D(config-device-00-23-68-31-14-2D)# sensor-server 3 ip 192.168.10.37 9. Enter interface radio 1 and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# interface radio 1 10. Enter rf-mode sensor then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D-if-radio1)# rf-mode sensor 11. Enter interface radio 2 and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# interface radio 2 12. Enter rf-mode sensor then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D-if-radio2)# rf-mode sensor 13. Enter end and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D-if-radio2)# end 14. Enter commit write then press <Enter>. This will commit and save the changes on the AP650 Access Point. ap650-31142D# commit write Co-Existence with Wireless Controllers Running WiNG 4.X Note By default the AP650 Access Point will automatically downgrade its firmware if it discovers and adopts to a Wireless Controller running WiNG 4.X. The following procedure will disable automatic downgrades and allow the AP650 to co-exist on a network with Wireless Controllers running WiNG 4.X firmware. 1. Enter enable and then press <Enter>. ap650-31142D> enable 2. Enter self and then press <Enter>. ap650-31142D# self Enter configuration commands, one per line. End with CNTL/Z. 3. Enter no legacy-auto-downgrade and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# no legacy-auto-downgrade 2
  • 3. 4. Enter end and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# end 5. Enter commit write then press <Enter>. This will commit and save the changes on the AP650 Access Point. ap650-31142D# commit write Configuring Static IP Address 1. Enter enable and then press <Enter>. ap650-31142D> enable 2. Enter self and then press <Enter>. ap650-31142D# self Enter configuration commands, one per line. End with CNTL/Z. 3. Enter interface vlan1 and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# interface vlan 1 4. Enter ip address <ip-address>/<mask-length> then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D-if-vlan1)# ip address 192.168.1.100/24 5. Enter exit and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D-if-vlan1)# exit 6. Enter ip default-gateway <gateway-ip-address> then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# ip default-gateway 192.168.1.1 7. Optionally, enter ip name-server <ip-address> then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# ip name-server 192.168.1.6 8. Optionally, enter ip domain-name <domain-name> then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# ip domain-name example.com 9. Enter end and then press <Enter>. ap650-31142D(config-device-00-23-68-31-14-2D)# end 10. Enter commit write then press <Enter>. This will commit and save the changes on the AP650 Access Point. ap650-31142D# commit write Note Static IP addressing can be removed by issuing a remove-override interface vlan 1 command. Changing Passwords Note The default password is changed when you initially login to the AP650 Access Point. The following procedure outlines how to change the password post login if required. 1. Enter enable and then press <Enter>. 2. Enter config terminal and then press <Enter>. ap650-31142D# configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3. Enter management-policy default and then press <Enter>. ap650-31142D(config)# management-policy default 4. Enter username admin password <newpassword> role superuser access all and the press <Enter>. ap650-31142D(config-management-policy-default)# username admin password hellomoto role superuser access all 3
  • 4. Motorola AirDefense 5. Enter end and then press <Enter>. ap650-31142D(config-management-policy-default)# end 6. Enter commit write and then press <Enter>. This will commit and save the changes on the AP650 Access Point. ap650-31142D# commit write Verification 1. Verify the AP650 radios are configured for sensor operation. The STATE field for the radios should display as Sensor. ap650-1# show wireless radio ------------------------------------------------------------------------------------------------------ AP-NAME AP-LOCATION AP-MAC :Rn RF-MODE STATE CHANNEL POWER CLIENTS ------------------------------------------------------------------------------------------------------ ap650-1 default 00-23-68-31-14-2D :R1 sensor Sensor N/A ( smt) 0 (smt) 0 ap650-1 default 00-23-68-31-14-2D :R2 sensor Sensor N/A ( smt) 0 (smt) 0 ------------------------------------------------------------------------------------------------------ 2. Verify that the AP650 is communicating with the sensor-server. The STATUS field for the first available sensor server should display as connected. ap650-31142D# show wireless sensor-server ----------------------------------------------------------------------- # SENSOR SERVER IP PORT STATUS ----------------------------------------------------------------------- 1 192.168.10.35 443 connected 2 192.168.10.36 443 not connected 3 192.168.10.37 443 not connected ----------------------------------------------------------------------- MOTOROLA is registered in the US Patent & Trademark Office. AirDefense is a registered trademark of AirDefense, Inc. All other product or service names are the property of their respective owners. Ā© Motorola, Inc. 2011. All rights reserved. 72E-145523-01, Rev B 4