SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼
要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼
要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼臺灣塔米歐
 
netis WF2419無線網路模式 – Repeater
netis WF2419無線網路模式 – Repeaternetis WF2419無線網路模式 – Repeater
netis WF2419無線網路模式 – Repeater臺灣塔米歐
 
Principios de operacao de reles
Principios de operacao de relesPrincipios de operacao de reles
Principios de operacao de relesSergio Stulzer
 
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...LojaTotalseg
 
Apostila informativos técnicos vf-n c3
Apostila informativos técnicos   vf-n c3Apostila informativos técnicos   vf-n c3
Apostila informativos técnicos vf-n c3confidencial
 
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324GS-Silva
 
Samsung códigos secretos
Samsung códigos secretosSamsung códigos secretos
Samsung códigos secretosJohn Anthony
 
5 apostila de eletricista predial
5 apostila de eletricista predial5 apostila de eletricista predial
5 apostila de eletricista predialRicardo Akerman
 
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定 netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定 臺灣塔米歐
 
WF2409要如何reset(完全恢復原廠預設值)
WF2409要如何reset(完全恢復原廠預設值)WF2409要如何reset(完全恢復原廠預設值)
WF2409要如何reset(完全恢復原廠預設值)臺灣塔米歐
 
netis WF2419無線橋接-以無線中繼(Repeater)模式設定
netis WF2419無線橋接-以無線中繼(Repeater)模式設定netis WF2419無線橋接-以無線中繼(Repeater)模式設定
netis WF2419無線橋接-以無線中繼(Repeater)模式設定臺灣塔米歐
 
Cap 1 elementos de projetos de uma instalação elétrica industrial - 26
Cap 1   elementos de projetos de uma instalação elétrica industrial - 26Cap 1   elementos de projetos de uma instalação elétrica industrial - 26
Cap 1 elementos de projetos de uma instalação elétrica industrial - 26Zacarias Junior
 
Tabela com conversão de códigos de diodos tipo zener
Tabela com conversão de códigos de diodos tipo zenerTabela com conversão de códigos de diodos tipo zener
Tabela com conversão de códigos de diodos tipo zenerGravatá Eletrônica
 
netis WF2409無線橋接模式 – WISP
netis WF2409無線橋接模式 – WISPnetis WF2409無線橋接模式 – WISP
netis WF2409無線橋接模式 – WISP臺灣塔米歐
 
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁?
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁? 為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁?
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁? 臺灣塔米歐
 
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power Integration
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power IntegrationOriginal Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power Integration
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power IntegrationAUTHELECTRONIC
 

Tendances (20)

要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼
要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼
要怎麼設定TOTOLINK無線路由器的無線網路名稱及密碼
 
netis WF2419無線網路模式 – Repeater
netis WF2419無線網路模式 – Repeaternetis WF2419無線網路模式 – Repeater
netis WF2419無線網路模式 – Repeater
 
Principios de operacao de reles
Principios de operacao de relesPrincipios de operacao de reles
Principios de operacao de reles
 
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...
Manual Técnico do CPE-Wireless Station 5.8 GHz com Antena Acoplada de 20 dBi ...
 
Apostila informativos técnicos vf-n c3
Apostila informativos técnicos   vf-n c3Apostila informativos técnicos   vf-n c3
Apostila informativos técnicos vf-n c3
 
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324
Amplificador Operacional - Slew Rate e Resposta em Frequência LM741 e LM324
 
Samsung códigos secretos
Samsung códigos secretosSamsung códigos secretos
Samsung códigos secretos
 
5 apostila de eletricista predial
5 apostila de eletricista predial5 apostila de eletricista predial
5 apostila de eletricista predial
 
Contatores metaltex
Contatores metaltexContatores metaltex
Contatores metaltex
 
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定 netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定
netis 分享器的無線橋接模式-以無線中繼(Repeater)模式設定
 
WF2409要如何reset(完全恢復原廠預設值)
WF2409要如何reset(完全恢復原廠預設值)WF2409要如何reset(完全恢復原廠預設值)
WF2409要如何reset(完全恢復原廠預設值)
 
Es acs800español
Es acs800españolEs acs800español
Es acs800español
 
netis WF2419無線橋接-以無線中繼(Repeater)模式設定
netis WF2419無線橋接-以無線中繼(Repeater)模式設定netis WF2419無線橋接-以無線中繼(Repeater)模式設定
netis WF2419無線橋接-以無線中繼(Repeater)模式設定
 
Exercicios+de+ladder+2009
Exercicios+de+ladder+2009Exercicios+de+ladder+2009
Exercicios+de+ladder+2009
 
Cap 1 elementos de projetos de uma instalação elétrica industrial - 26
Cap 1   elementos de projetos de uma instalação elétrica industrial - 26Cap 1   elementos de projetos de uma instalação elétrica industrial - 26
Cap 1 elementos de projetos de uma instalação elétrica industrial - 26
 
Tabela com conversão de códigos de diodos tipo zener
Tabela com conversão de códigos de diodos tipo zenerTabela com conversão de códigos de diodos tipo zener
Tabela com conversão de códigos de diodos tipo zener
 
netis WF2409無線橋接模式 – WISP
netis WF2409無線橋接模式 – WISPnetis WF2409無線橋接模式 – WISP
netis WF2409無線橋接模式 – WISP
 
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁?
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁? 為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁?
為什麼在網址列輸入netis分享器的IP位址192.168.1.1(或netis.cc),卻無法顯示網頁?
 
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power Integration
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power IntegrationOriginal Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power Integration
Original Power Supply IC LNK626PG LNK626P LNK626 DIP-7 New Power Integration
 
Manual SLC500.pdf
Manual SLC500.pdfManual SLC500.pdf
Manual SLC500.pdf
 

En vedette

Motorola solutions wing 5.3 wireless controller system reference guide (part ...
Motorola solutions wing 5.3 wireless controller system reference guide (part ...Motorola solutions wing 5.3 wireless controller system reference guide (part ...
Motorola solutions wing 5.3 wireless controller system reference guide (part ...Advantec Distribution
 
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....Motorola solutions wing 4.4 wireless controller cli reference guide (part no....
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....Advantec Distribution
 
Motorola solutions ap6522 m access point installation guide wing 5.5 versio...
Motorola solutions ap6522 m access point installation guide   wing 5.5 versio...Motorola solutions ap6522 m access point installation guide   wing 5.5 versio...
Motorola solutions ap6522 m access point installation guide wing 5.5 versio...Advantec Distribution
 
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...Advantec Distribution
 
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...Advantec Distribution
 
OpenERP Technical Memento
OpenERP Technical MementoOpenERP Technical Memento
OpenERP Technical MementoOdoo
 
Reset to factory default AP6521 or AP7131
Reset to factory default  AP6521 or AP7131Reset to factory default  AP6521 or AP7131
Reset to factory default AP6521 or AP7131Yunar Winardi
 
Elementos da vida no Planeta Terra
Elementos da vida no Planeta TerraElementos da vida no Planeta Terra
Elementos da vida no Planeta TerraDaniela Menezes
 

En vedette (8)

Motorola solutions wing 5.3 wireless controller system reference guide (part ...
Motorola solutions wing 5.3 wireless controller system reference guide (part ...Motorola solutions wing 5.3 wireless controller system reference guide (part ...
Motorola solutions wing 5.3 wireless controller system reference guide (part ...
 
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....Motorola solutions wing 4.4 wireless controller cli reference guide (part no....
Motorola solutions wing 4.4 wireless controller cli reference guide (part no....
 
Motorola solutions ap6522 m access point installation guide wing 5.5 versio...
Motorola solutions ap6522 m access point installation guide   wing 5.5 versio...Motorola solutions ap6522 m access point installation guide   wing 5.5 versio...
Motorola solutions ap6522 m access point installation guide wing 5.5 versio...
 
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...Motorola solutions ap7131 access point installation guide   wi ng 5.5 version...
Motorola solutions ap7131 access point installation guide wi ng 5.5 version...
 
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...
Motorola solutions ap6532 access point installation guide (part no. 72 e 1493...
 
OpenERP Technical Memento
OpenERP Technical MementoOpenERP Technical Memento
OpenERP Technical Memento
 
Reset to factory default AP6521 or AP7131
Reset to factory default  AP6521 or AP7131Reset to factory default  AP6521 or AP7131
Reset to factory default AP6521 or AP7131
 
Elementos da vida no Planeta Terra
Elementos da vida no Planeta TerraElementos da vida no Planeta Terra
Elementos da vida no Planeta Terra
 

Similaire à 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 onlyAdvantec Distribution
 
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 devicescooby_doo
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring iosAsif
 
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 33c telecom
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 routerIT Tech
 
Licensing on Cisco 2960, 3560X and 3750X...
Licensing on Cisco 2960, 3560X and 3750X...Licensing on Cisco 2960, 3560X and 3750X...
Licensing on Cisco 2960, 3560X and 3750X...IT Tech
 
SESI 7 RouterTroubleshooting.pptx
SESI 7 RouterTroubleshooting.pptxSESI 7 RouterTroubleshooting.pptx
SESI 7 RouterTroubleshooting.pptxFirmanAFauzi1
 
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.docxgalerussel59292
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorialIT Tech
 
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docx
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docxCopyright © 2016 VIT, All Rights Reserved. VIT and its log.docx
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docxbobbywlane695641
 
DCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensDCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensartisriva
 
Dell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensDell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensartisriva
 
Wi fi ruckus config
Wi fi ruckus configWi fi ruckus config
Wi fi ruckus configtmukumba
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoRanghel Soto Espinoza
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Abhilash Kuniyil
 
07 comunicação mestre escravo
07 comunicação mestre escravo07 comunicação mestre escravo
07 comunicação mestre escravoMarcio Miranda
 

Similaire à 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
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
 
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
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Day 5.2 startingarouter
Day 5.2 startingarouterDay 5.2 startingarouter
Day 5.2 startingarouter
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 router
 
Licensing on Cisco 2960, 3560X and 3750X...
Licensing on Cisco 2960, 3560X and 3750X...Licensing on Cisco 2960, 3560X and 3750X...
Licensing on Cisco 2960, 3560X and 3750X...
 
SESI 7 RouterTroubleshooting.pptx
SESI 7 RouterTroubleshooting.pptxSESI 7 RouterTroubleshooting.pptx
SESI 7 RouterTroubleshooting.pptx
 
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
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
Basic switch management
Basic switch managementBasic switch management
Basic switch management
 
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docx
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docxCopyright © 2016 VIT, All Rights Reserved. VIT and its log.docx
Copyright © 2016 VIT, All Rights Reserved. VIT and its log.docx
 
DCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensDCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokens
 
Day 13.1 startingaswitch
Day 13.1 startingaswitchDay 13.1 startingaswitch
Day 13.1 startingaswitch
 
Dell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensDell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokens
 
Wi fi ruckus config
Wi fi ruckus configWi fi ruckus config
Wi fi ruckus config
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
 
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
Labpractice1 configuringbasicroutingandswitchingwithanswer-121214084802-phpapp02
 
07 comunicação mestre escravo
07 comunicação mestre escravo07 comunicação mestre escravo
07 comunicação mestre escravo
 

Plus de 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
 

Dernier

A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Dernier (20)

A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

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