cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
1524
Visitas
4
ÚTIL
8
Respuestas

AP mode Autonomous

ekeas-2012
Level 1
Level 1

Hi everybody, I have a real problem, I tell you, I need configure an AP

cisco air ap1261n-a-k9 on mode Autonomous

Someone who helpme !?!?!?!?!

TNX

8 RESPUESTAS 8

ekeas-2012
Level 1
Level 1

aaaaaaaaaaaaaaaayyyyyyyyyyyyyyyyyyyyyyyyuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuudddddddddddddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Well I share with you the solution that worked with my devices

do sh run

Building configuration...

Current configuration : 1861 bytes

!

version 12.4

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname casa2

!

logging rate-limit console 9

enable secret 5 $1$oLCJ$yT7nlIKB7toRhBSz3oqUN0

!

no aaa new-model

ip dhcp excluded-address 192.168.1.1 192.168.1.73

!

!

dot11 syslog

dot11 vlan-name internet vlan 2

dot11 vlan-name red_lan vlan 1

!

dot11 ssid sala

   vlan 1

   authentication open

   authentication key-management wpa

   guest-mode

   mbssid guest-mode

   infrastructure-ssid optional

   wpa-psk ascii 7 095C4F1A0A1218000F

!

!

!

username Cisco password 7 032752180500

!

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

encryption vlan 1 mode ciphers tkip

!

encryption vlan 2 mode ciphers tkip

!

ssid sala

!

antenna gain 0

mbssid

channel 2462

station-role root

!

interface Dot11Radio0.1

encapsulation dot1Q 1 native

no ip route-cache

bridge-group 1

bridge-group 1 subscriber-loop-control

bridge-group 1 block-unknown-source

no bridge-group 1 source-learning

no bridge-group 1 unicast-flooding

bridge-group 1 spanning-disabled

!

interface Dot11Radio0.2

encapsulation dot1Q 2

no ip route-cache

bridge-group 2

bridge-group 2 subscriber-loop-control

bridge-group 2 block-unknown-source

no bridge-group 2 source-learning

no bridge-group 2 unicast-flooding

bridge-group 2 spanning-disabled

!

interface GigabitEthernet0

no ip address

no ip route-cache

duplex auto

speed auto

no keepalive

bridge-group 1

no bridge-group 1 source-learning

bridge-group 1 spanning-disabled

!

interface BVI1

ip address 192.168.1.73 255.255.255.0

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

bridge 1 protocol ieee

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

Hola Aron,

Me podrias brindar mas informacion sobre el problema que tienes con la configuracion de tu AP?

Que necesitas configurar? que no te esta funcionando?

Dame todos los detalles que puedas y con mucho gusto te ayudare.

Saludos,

Angel Vargas

Cisco TAC Wireless Engineer

Que tal Angel,

Pues el problema quedo resuelto con la cofig que deje, pues el problema radicaba en como pasar una red hacia el ap, pero no tenia idea de como le tenia que hacer ademas que era muy urgente, por eso necesitaba una ayuda practicamente de un dia para otro pero ya quedo pero te agradezco el interes y bueno una ultima pregunta, Notas algo raro en la configuracion que deje??

Buen dia y muchas gracias...

Hola Aron,

Gracias por la informacion.

Lo unico que note en tu configuracion es lo siguiente:

en el SSID tienes:

guest-mode

mbssid guest-mode

Solo necesitas 1 de esos comandos:

guest-mode si solo vas a hacer broadcast de 1 solo SSID.

Mbssid guest-mode si vas a hacer broadcast de mas de 1 SSID ( cada SSID debe llevar este comando)

Note: el commando mbssid debe estar en el radio para poder hacer broadcast de mas de 1 SSID

---------------------------------

infrastructure-ssid optional

este comando no es necesario si solo vas a conectar clientes wireless.

----------------------------------

encryption vlan 1 mode ciphers tkip

!

encryption vlan 2 mode ciphers tkip

TKIP es un method de encripcion un poco viejo (WPA1) Te recomiendo usar AES-CCM que es WPA2.

encryption vlan 1 mode ciphers aes

encryption vlan 2 mode ciphers aes

---------------------------------

No veo ningun otro problema con al configuracion.

Espero esto te ayude.

Ten un muy buen dia.

Saludos,

Angel V.

Muchas gracias Angel, es informacion muy valiosa me sirvio mucho para depurar

Buen dia...

Con todo gusto Aron.

Cualquier otra duda, aqui estamos para ayudarte.

Saludos,

Angel V.

Abhishek Abhishek
Cisco Employee
Cisco Employee

Hello Aron,

As per your query i can suggest you the following solution-

Using a Controller to Return the Access Point to Autonomous Mode

Follow these steps to return a lightweight access point to autonomous mode using a controller:


Step 1 Log into the CLI on the controller to which the access point is associated and enter this command:

config ap tftp-downgrade tftp-server-ip-address filename access-point-name
(where: 
a) tftp-server-ip-address is the IP address of the TFTP server
b) filename is the full path and filename of the access point image file, such as 
D:/Images/c1200-k9w7-tar.123-8.JA.tar
c) access-point-name is the name that identifies the access point on the 
gondolier.)
 

Step 2 Wait until the access point completes the reboot, as indicated by the Status LED turning green to indicate a client is associated or blinking green to indicate a client is not associated.

Step 3 After the access point reboots, reconfigure it using the access point GUI or the CLI.

Hope this will help you.