Despues de un dia intentanto configurar un punto de acceso he dado con la tela. EL problema es el siguiente al inicar el equipo muestra el siguiente mensaje.
flashfs[0]: 148 files, 7 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 15998976
flashfs[0]: Bytes used: 5481472
flashfs[0]: Bytes available: 10517504
flashfs[0]: flashfs fsck took 29 seconds.
Base ethernet MAC Address: 00:1d:a1:fe:7b:f0
Initializing ethernet port 0…
Reset ethernet port 0…
Reset done!
link auto-negotiating….
auto-negotiation takes 10000 milli-seconds to complete
ERROR: timeout waiting for auto-negotiation to complete
ERROR: fail to bring ethernet link up
The system has been encountered an error initializing
ethernet port. You may need to check hardware
The system is ignoring the error and continuing boot.
If you interrupt the system boot process, the following
commands will reinitialize ethernet, tftp, and finish
loading the operating system software:
 ether_init
 tftp_init
 boot
Una vez la IOS ha sido cargada la muestra de mensajes siguientes es continua.
Compiled Wed 16-Sep-09 19:06 by prod_rel_team
*Mar  1 13:42:19.031: %SNMP-5-COLDSTART: SNMP agent on host ap is undergoing a c
old start
*Mar  1 13:42:19.985: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, chan
ged state to up
*Mar  1 13:42:19.999: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio
0, changed state to down
*Mar  1 13:42:30.898: %LINK-3-UPDOWN: Interface BVI1, changed state to down
*Mar  1 13:42:31.899: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, chan
ged state to down
*Mar  1 13:43:21.238: %CDP_PD-4-POWER_OK: Full power – NON_CISCO-NO_CDP_RECEIVED
 inline power source
Y por supuesto no cogia DHCP y aunque le configurara la ip a mano no habia tu tia.
Despues de actualizar el firmware por consola qye ya veremos en otro articulo. Decidi trastear con la tarjeta de red hasta que di con la solucion.
Consiste en fijarle una velocidad y conexion de tipo full. Estos son los comandos.
Conectamos por consola y puerto serie. Hacemos elebacion de privilegios contraseña por defecto Cisco
#enable
#configure terminal
Entramos en la interfaz
#interface FastEthernet0#speed 100
#full-duplex
Las configuracion quedaria asi:
interface FastEthernet0
 description Lan
 no ip address
 no ip route-cache
 no logging event link-status
 carrier-delay 10
 speed 100
 full-duplex
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address 172.26.1.1 255.255.255.0
 no ip route-cache
!
ip default-gateway 172.26.0.1
no ip http server
ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779…onfig/help/eag
bridge 1 route ip
