cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7383
Views
0
Helpful
28
Replies

Aironet Power Injector -Air-Pwrinj-Blr2=

seanvinson34
Level 1
Level 1

                  I am working with a Aironet Power Injector (Air-Pwrinj-Blr2=) trying to connect it to the access point it comes with to a desktop running Windows XP. I am able to connected to it and use cli commands via hyper terminal, but I am not able to get a network signal to the desktop. I was able to find the IP address or what I assume is the ip address, but can't ping it from inside the office and I am not able to use the ip address to get a connection to the power injector via browser. Has anybody worked with one of these units before this is a first for me and I am hoping somebody can steer me in the right direction and get this working. The Ethernet, Status and Radio are all blinking green lights on the access point and the Install is not used on this model so no light there. Thanks in advance for any help provided!

14 Accepted Solutions

Accepted Solutions

Saurav Lodh
Level 7
Level 7

David Ritter
Level 4
Level 4

Cisco Power Injectors do not have a network presents.  What you get is that of the device on the end.

In this case the BR1310 in an out-of-box mode will come up at 10.0.0.1, unless it gets a DHCP responce.

If not, do a reset..

HTML into the GUI is a lot simpler.  I use them in pairs.  The client side should be in non-root bridge mode lookin for mate in root bridge mode.

View solution in original post

you say you can cli into the unit?

what IOS version?  must be C1310-K9W7-M.  that is the standalone version of the code rather than the light-weight version.

what do you get from a dir flash: req?

Directory of flash:/

    2  -rwx         172  Feb 28 2002 16:00:07 -08:00  env_vars
    4  drwx         256  Dec 31 1969 16:06:11 -08:00  c1310-k9w7-mx.123-8.JEA3
  152  -rwx        1947  Feb 19 2013 18:49:02 -08:00  private-config
  153  -rwx        4185  Feb 19 2013 18:49:02 -08:00  config.txt
  154  -rwx        1048  Feb 19 2013 18:49:02 -08:00  private-multiple-fs

what do you get from a

dir flash:c1310-k9w7-mx.123-8.JEA3
Directory of flash:/c1310-k9w7-mx.123-8.JEA3/

    5  drwx          64  Dec 31 1969 16:00:44 -08:00  html
  149  -rwx     4146048  Dec 31 1969 16:06:06 -08:00  c1310-k9w7-mx.123-8.JEA3
  150  -rwx      131328  Dec 31 1969 16:06:11 -08:00  5501.img
  151  -rwx         277  Dec 31 1969 16:06:11 -08:00  info

You might need to do IOS upgrade or refresh..

View solution in original post

Looks pritty much like mine, just newer..  unless something was corrupt..

It does actuall load/mount the IOS right?

what error do you get when you http://10.0.0.1 ?

the device does a sh tech?  seems to function cli mode fine?

You might need to open a TAC on it..  I just have a few and know the injector is just a media converter...  UTP cat5 to duplex coax (imho thin-net style).

View solution in original post

Sean,

My gut feeling is that a file is missing in the html folder..

The first screen that I get is the: server requests logon and if I cancel I get the 401 not authorized error.

In you config, ip http server is enabled, followed by the no secure http server entry..

If you have your working unit, you could compare file counts in the html directory.

However a reinstall of the .tar file might be in order.

View solution in original post

Check the MD5 hash also to make sure the file didn't get corrupted when you were downloading it.

Thanks,

Scott

Help out other by using the rating system and marking answered questions as "Answered"

-Scott
*** Please rate helpful posts ***

View solution in original post

check this thread:

https://supportforums.cisco.com/thread/2149517

I suspect you should have a c1300-k9w7-tar

View solution in original post

blinking green status light means that the device is not linked to a mate.

A root bridge turns on in TX mode, shouting for one (or more) non-roots to answer.

A non-root bridge turns on in RX mode, listening for its matching root before anouncing its presents.

I usually setup the pair on the bench so I don't have antenna and power issues.

the c1310-rcvk9w8-tar is the lightweight CAPWAP version of the code. 

you need that k9w7-tar to load.

Yes I sometimes trouble getting the syntax of the tftp statement right.

View solution in original post

config.text does not exist until the first time the running config is saved to start.

I confess I have never looked at the power-injector data.  I have been luck, my toys seem to work.

I have 4 pr 1231's in bridge mode

2 pr 1310's

6 pr 1410's

236 ap's

20 oeap's.

what does the your tftp server log record when the 1310 reaches out to retreive the file?

View solution in original post

David Ritter
Level 4
Level 4


Where is the 1310 that went with the power injector?

As was mentioned before, the power injector has no intelligence or ability to talk.  It just converts UTP ethernet to Thin-net ethernet protocol and adds 48 volts.

The serial number presented in both captures was FTX1220U0G1.. same radio, same IOS.

View solution in original post

Hi Sean,

First make sure your BVI1 interface has 10.0.0.1 IP. If not you can easily set it like below. Then set your PC ip as default gateway.

ap(config)#int bvi1   

ap(config-if)#ip address 10.0.0.1 255.255.255.0

ap(config)#ip default-gateway 10.0.0.2

Once you do this & set your PC to 10.0.0.2 with mask 255.255.255.0 & gateway 10.0.0.1   you should be able to ping AP IP. Once rechability is confirmed you can run a TFTP server on your PC & then upload the new image to 1310.

ap#archive download-sw /overwrite /force-reload tftp://10.0.0.2/c1310-k9w7-tar.123-8.JEA3.tar

Also if possible upgrade to this code c1310-k9w7-tar.124-25d.JA2.tar

HTH

Rasika

**** Pls rate all useful responses ****

View solution in original post

Hi Sean,

That's great, you achieved a big success . Your current code should be fine as it is 12.4-25d-JA

Regarding your next query, if you want to create a SSID to connect wireless clients in the simplest way, then you can copy & paste below config (with the modified SSID name & password) & connect this AP to a switchport where DHCP enabled, users will be able to get IP on that DHCP subnet.

dot11 ssid TEST

   authentication open

   authentication key-management wpa version 2

   guest-mode

   wpa-psk ascii Cisco123

!

interface Dot11Radio0

encryption mode ciphers aes-ccm

ssid TEST

no shutdown

!

interface BVI1

ip address dhcp

If your requirement is little different pls let me know.

By the way thanks for rating the resposne as well.

HTH

Rasika

**** Pls rate all useful response ***

View solution in original post

Hi Sean,

Reading further your original query , I think you requirement is different & my proposed solution may not work for you to fulfill that.

Pls clarify if this is what you want ? (wired desktop connect through 1310 to your wireless network)

Desktop -> 1310 (ethernet) -> 1310 (Radio) -> Wireless AP -> Rest of your wired Network

Then I can help you accordingly

HTH

Rasika

**** Pls rate all useful resposnes ****

View solution in original post

Hi Sean,

Thanks for the clarification. One more question, your main facility wireless network is managed via a WLC or you have autonomous AP for that.

If you are using Autonomous AP with PSK then you can configure the 1310 with same pre-shared key (below example is valid if you are using WPA2/AES & PSK as Cisco123). If you use any other security than this you have to configure your 1310 accordingly. Then depend on the your main facility wireless network configuration your desktop should get a DHCP IP from that range.

hostname 1310-WGB

!

dot11 ssid TEST

   authentication open

   authentication key-management wpa version 2

   wpa-psk ascii Cisco123

!

interface Dot11Radio0

encryption mode ciphers aes-ccm

ssid TEST

station-role workgroup-bridge

no shutdown

!

interface BVI1

ip address dhcp

If your set up is different or you may need further assistance I am happy to remotely looking into this if you can give me remote access  via Teamviewer or something else.

HTH

Rasika

**** Pls rate all useful responses ****

View solution in original post

28 Replies 28

Saurav Lodh
Level 7
Level 7

Please find the quick guide for Cisco power injectors

http://www.cisco.com/en/US/docs/wireless/power/quick/guide/pinjcomb.html

Thanks Saurav!

I've been using this manual

http://www.cisco.com/en/US/docs/wireless/access_point/1300/installation/guide/1300hig_book.pdf

I'm just not that familiar with the Cisco power injector and navigating its cli to get it to work.

I have been doing the install steps as suggested but still not getting any network connection via

the access point.

Thanks again for responding, not sure if you can take a look at the manual and provide feed back or not, but any help is much appreciated.

Sean

Leo Laohoo
Hall of Fame
Hall of Fame

What is the model of the AP?

AIR BR 1310G

David Ritter
Level 4
Level 4

Cisco Power Injectors do not have a network presents.  What you get is that of the device on the end.

In this case the BR1310 in an out-of-box mode will come up at 10.0.0.1, unless it gets a DHCP responce.

If not, do a reset..

HTML into the GUI is a lot simpler.  I use them in pairs.  The client side should be in non-root bridge mode lookin for mate in root bridge mode.

I have reset the unit, but unfortunately I'm not able to the html gui to configure.

Any other steps I can take?

Thanks for your help!

you say you can cli into the unit?

what IOS version?  must be C1310-K9W7-M.  that is the standalone version of the code rather than the light-weight version.

what do you get from a dir flash: req?

Directory of flash:/

    2  -rwx         172  Feb 28 2002 16:00:07 -08:00  env_vars
    4  drwx         256  Dec 31 1969 16:06:11 -08:00  c1310-k9w7-mx.123-8.JEA3
  152  -rwx        1947  Feb 19 2013 18:49:02 -08:00  private-config
  153  -rwx        4185  Feb 19 2013 18:49:02 -08:00  config.txt
  154  -rwx        1048  Feb 19 2013 18:49:02 -08:00  private-multiple-fs

what do you get from a

dir flash:c1310-k9w7-mx.123-8.JEA3
Directory of flash:/c1310-k9w7-mx.123-8.JEA3/

    5  drwx          64  Dec 31 1969 16:00:44 -08:00  html
  149  -rwx     4146048  Dec 31 1969 16:06:06 -08:00  c1310-k9w7-mx.123-8.JEA3
  150  -rwx      131328  Dec 31 1969 16:06:11 -08:00  5501.img
  151  -rwx         277  Dec 31 1969 16:06:11 -08:00  info

You might need to do IOS upgrade or refresh..

I have 3 other photos but they are to big to upload to this forum

Looks pritty much like mine, just newer..  unless something was corrupt..

It does actuall load/mount the IOS right?

what error do you get when you http://10.0.0.1 ?

the device does a sh tech?  seems to function cli mode fine?

You might need to open a TAC on it..  I just have a few and know the injector is just a media converter...  UTP cat5 to duplex coax (imho thin-net style).

what error do you get when you http://10.0.0.1 ?

webpage cannot be displayed

seems to function cli mode fine?

it seems to, but I'm also not very familiar with this piece of equipment

I am also receiving a blinking green light under (E) Ethernet and also under (S) Status

the device does a sh tech?

Heres what I received from this command:

ap#sh tech

------------------ show version ------------------

Cisco IOS Software, C1310 Software (C1310-K9W7-M), Version 12.4(25d)JA, RELEASE

SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2010 by Cisco Systems, Inc.

Compiled Thu 09-Dec-10 16:12 by prod_rel_team

ROM: Bootstrap program is C1310 boot loader

BOOTLDR: C1310 Boot Loader (C1310-BOOT-M) Version 12.3(2)JA4, RELEASE SOFTWARE (

fc1)

ap uptime is 4 weeks, 3 days, 21 hours, 11 minutes

System returned to ROM by power-on

System image file is "flash:/c1310-k9w7-mx.124-25d.JA/c1310-k9w7-mx.124-25d.JA"

This product contains cryptographic features and is subject to United

States and local country laws governing import, export, transfer and

use. Delivery of Cisco cryptographic products does not imply

third-party authority to import, export, distribute or use encryption.

Importers, exporters, distributors and users are responsible for

compliance with U.S. and local country laws. By using this product you

agree to comply with applicable laws and regulations. If you are unable

to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:

http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to

export@cisco.com.

cisco AIR-BR1310G-A-K9     (PowerPCElvis) processor (revision A0) with 25590K/71

68K bytes of memory.

Processor board ID FTX1220U0G1

PowerPCElvis CPU at 262Mhz, revision number 0x0950

Last reset from power-on

1 FastEthernet interface

1 802.11 Radio(s)

32K bytes of flash-simulated non-volatile configuration memory.

Base ethernet MAC Address: 00:21:55:CC:70:3A

Part Number                          : 73-8960-09

PCA Assembly Number                  : 800-24963-06

PCA Revision Number                  : A0

PCB Serial Number                    : FOC12171GGX

Top Assembly Part Number             : 800-28764-01

Top Assembly Serial Number           : FTX1220U0G1

Top Revision Number                  : A0

Product/Model Number                 : AIR-BR1310G-A-K9

Configuration register is 0xF

------------------ show running-config ------------------

Building configuration...

Current configuration : 1009 bytes

!

version 12.4

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname ap

!

logging rate-limit console 9

enable secret 5

!

no aaa new-model

!

!

dot11 syslog

!

!

username Cisco password 7

!

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

shutdown

station-role root access-point

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 FastEthernet0

no ip address

no ip route-cache

bridge-group 1

no bridge-group 1 source-learning

bridge-group 1 spanning-disabled

!

interface BVI1

ip address dhcp client-id FastEthernet0

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 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

------------------ show stacks ------------------

Minimum process stacks:

Free/Size   Name

2612/6000   soap_flash init

11624/12000  Setup

5604/6000   Autoinstall

5564/6000   Clock Update Proc

5628/6000   dot11 platform init

8836/12000  Init

11308/12000  BootP Resolver

5456/6000   RADIUS INITCONFIG

10828/12000  DHCP Autoinstall

2544/3000   Rom Random Update Process

9628/12000  Exec

Interrupt level stacks:

Level    Called Unused/Size  Name

  4     2428500   8164/9000  dot11 radio interrupt

  6        9538   8860/9000  NS16550 VECTOR

------------------ show interfaces ------------------

BVI1 is up, line protocol is up

  Hardware is BVI, address is 0021.55cc.703a (bia 0021.55b2.4d70)

  Internet address will be negotiated using DHCP

  MTU 1500 bytes, BW 54000 Kbit/sec, DLY 5000 usec,

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  ARP type: ARPA, ARP Timeout 04:00:00

  Last input never, output never, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

  5 minute input rate 0 bits/sec, 0 packets/sec

  5 minute output rate 0 bits/sec, 0 packets/sec

     79221 packets input, 15586895 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     103299 packets output, 33985371 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     48621 unknown protocol drops

     0 output buffer failures, 0 output buffers swapped out

Dot11Radio0 is administratively down, line protocol is down

  Hardware is 802.11G Radio, address is 0021.55b2.4d70 (bia 0021.55b2.4d70)

  MTU 1500 bytes, BW 54000 Kbit/sec, DLY 1000 usec,

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  ARP type: ARPA, ARP Timeout 04:00:00

  Last input never, output never, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/1127/0/0 (size/max/drops/flushes); Total output drops: 0

  Queueing strategy: fifo

  Output queue: 0/30 (size/max)

  5 minute input rate 0 bits/sec, 0 packets/sec

  5 minute output rate 0 bits/sec, 0 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

     0 input packets with dribble condition detected

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 0 interface resets

     0 unknown protocol drops

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

FastEthernet0 is up, line protocol is up

  Hardware is PowerPCElvis Ethernet, address is 0021.55cc.703a (bia 0021.55cc.70

3a)

  MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation ARPA, loopback not set

  Full-duplex, 100Mb/s, MII

  ARP type: ARPA, ARP Timeout 04:00:00

  Last input 00:00:00, output 00:00:02, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/1127/0/0 (size/max/drops/flushes); Total output drops: 0

  Queueing strategy: fifo

  Output queue: 0/40 (size/max)

  5 minute input rate 1000 bits/sec, 1 packets/sec

  5 minute output rate 0 bits/sec, 0 packets/sec

     2004070 packets input, 385155716 bytes

     Received 2004070 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

     0 watchdog

     0 input packets with dribble condition detected

     424653 packets output, 66628823 bytes, 0 underruns

     0 output errors, 0 collisions, 2 interface resets

     32 unknown protocol drops

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier

     0 output buffer failures, 0 output buffers swapped out

------------------ show controllers ------------------

!

interface Dot11Radio0

Radio AIR-MP31G, Base Address 0021.55b2.4d70, BBlock version 0.00, Software vers

ion 6.30.25

Serial number: FOC1218B109

Number of supported simultaneous BSSID on Dot11Radio0: 16

Carrier Set: Americas (US) (-A)

Uniform Spreading Required: No

Configured Frequency: 0 MHz  Channel 0

Allowed Frequencies: 2412(1) 2417(2) 2422(3) 2427(4) 2432(5) 2437(6) 2442(7) 244

7(8) 2452(9) 2457(10) 2462(11)

Listen Frequencies: 2412(1) 2417(2) 2422(3) 2427(4) 2432(5) 2437(6) 2442(7) 2447

(8) 2452(9) 2457(10) 2462(11) 2467(12) 2472(13) 2484(14)

Beacon Flags: 0, Interface Flags 60109, Interface Events 0, Mode 9; Beacons are

disabled; Probes are disabled

Configured CCK Power: 100 mW

Configured OFDM Power: 100 mW

Active power levels by rate

     1.0 to 54.0  , 0   mW

  OffChnl Power: 32767, Rate 1.0

Allowed CCK Power Levels:  1 5 10 20 30 50 100

Allowed OFDM Power Levels: 1 5 10 20 30 50 100

Allowed Client Power Levels: 1 5 10 20 30 50 100

Receive Antennas : right-a

Transmit Antennas : right-a

Antenna: internal, Gain: Allowed 4, Reported 4, In Use 4

Active Rates:

Current Rates:  basic-1.0 basic-2.0 basic-5.5 basic-11.0 6.0 9.0 12.0 18.0 24.0

36.0 48.0 54.0

Allowed Rates:  1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0

All Rates:  1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0

Default Rates:  basic-1.0 basic-2.0 basic-5.5 basic-11.0 6.0 9.0 12.0 18.0 24.0

36.0 48.0 54.0

Best Range Rates:  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0

Best Throughput Rates:  basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic

-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0

Current Voice Rates:  basic-5.5 basic-11.0 6.0 12.0 24.0 [disabled until voice p

acket-discard enabled]

Default Voice Rates:  basic-5.5 basic-11.0 6.0 12.0 24.0

Managment Rates:

Multicast Rates:

Data Rate Sensitivity (rate, SNR dB, Contention dBm)

( 1.0,  1, -98)   ( 2.0,  7, -94)   ( 5.5,  9, -92)   (11.0, 16, -86)

( 6.0,  7, -92)   ( 9.0, 14, -87)   (12.0, 12, -87)   (18.0, 15, -84)

(24.0, 17, -82)   (36.0, 24, -76)   (48.0, 29, -73)   (54.0, 33, -69)

ERP settings:.

Neighbors in non-erp mode:

Number of MFP Indices: 10

RFID Tag Detection: Disabled

Multicast Address filtered:

Packet type filtered:

Probe limit: active off, filter on, count 0, time 0

Assoc limit: active off, count 0, time 0

Radio Management (RM) Configuration: Regular AP, Mode 1, Disabled

MCST RSCs: [0]0x0 [1]0x0 [2]0x0 [3]0x0 [4]0x0 [5]0x0 [6]0x0 [7]0x0 [8]0x0

TKIP Cum Stats: STA            MIC-L-Errs MIC-R-Errs Replay   C-Measure

                0000.0000.0000 00000000   00000000   00000000 00000000

AES-CCMP Cum Stats: 00000000 replays discarded

QBSS Load: 0x0, Policing Stats: Rx downgrades 0, Tx downgrades 0

Classifier Stats tx_on_up6  0, tx_on_up4 0

Configured Local Access Class Parameters

  Back      : cw-min 4 cw-max 10 fixed-slot 7 admission-control Off txop 0

  Best      : cw-min 4 cw-max 6 fixed-slot 3 admission-control Off txop 0

  Video     : cw-min 3 cw-max 4 fixed-slot 1 admission-control Off txop 3008

  Voice     : cw-min 2 cw-max 3 fixed-slot 1 admission-control Off txop 1504

Configured Cell Access Class Parameters

  Back      : cw-min 4 cw-max 10 fixed-slot 7 admission-control Off txop 0

  Best      : cw-min 4 cw-max 10 fixed-slot 3 admission-control Off txop 0

  Video     : cw-min 3 cw-max 4 fixed-slot 2 admission-control Off txop 3008

  Voice     : cw-min 2 cw-max 3 fixed-slot 2 admission-control Off txop 1504

SIP stats sip_udp_rx_pkt 0, sip_tcp_rx_pkt 0,

                            downlink classified_pkt 0,

                            uplink classified_pkt 0,

                            num_processed_SIP_Calls 0

Transmit queues: Limit 650 Current 0 In-Progress 0

       ---- Active --- In-Progress --------------- Counts --------------

       Cnt Quo Bas Max Cnt Quo Bas       Sent   Discard  Fail    Retry  Multi

Uplink   0   0   0   0   0   0   0          0         0     0        0      0

Voice    0   0   0   0   0   0   0          0         0     0        0      0

Video    0   0   0   0   0   0   0          0         0     0        0      0

Best     0   0   0   0   0   0   0          0         0     0        0      0

Back     0   0   0   0   0   0   0          0         0     0        0      0

BSSIDS Index Flags State Next Held Defer NonDefer Clients Tsf Dtim Txq

Driver TX blocks: in use 0, high 0, at reset 0, fail 0 drop 0

Off Channel Metrics: Timeouts - Tx 0 Beacon 0 DTIM MC Waits 0

---Clients     AID VLAN      Status    Age  Tx   Mode Enc Key       Rate

                 RxPkts KBytes  Dup Dec Mic   TxPkts  KBytes  Retry RSSI SNR

               IP Address      Pauses   RSC

Video Report:  Cnt  Rate  Retries/Tot

8021x auth in prog 0 allowed 0

Vlan BSSID   Clients PSP Pri HT Encr  Key0 Key1 Key2 Key3 SSIDs MFP

   0n 0000 0       0   0   0  0    0

Protocol 55

Registers: io E8000000 mem 80000000 aux A0000000

0000 FF6A 0000 0000 0021 0000 0000 0000

0000 0000 0000 0000 0000 0000 0000 0000

0000 0000 0000 0000 0000 0000 0000 0000

0000 0000 0000 0000 0220 1A1C FFFF 0504

0000 0000 0000 0000 9936 0020 E5FF 73C9

00000000 18200340 30540041 BFFFF7FF FFFFFFEF 00000000 10840000 08008208

FFFFFDCE 00000FFF 9C6276F3 00690706 00000000 00000000 00008000 00008080

00000000 00000000 00000000 00000000 00000F7A 00000000 00000000 0000E6B4

Radio running:  temp 0 C tx_power 0 bb_code 0x0

    rssi_threshold 0x3E gain offset 0 platform 0

PCI sys_id: 0xA506 subsys_id 0x5500 (0x5501)

Unicast ciphers 0x0 mcast ciphers 0x0

Rid Ring:

A0000970: 01C08000 21D6A1BC * n

Rx Ring:

A0000950: 89380000 21BF493C * v, 89380000 21BF3EA8   v

A0000960: 89380000 21BF3414   v, 89380000 21BF2980   v

Tx Ring:

A0000800: 00000000 00000000 * n, 00000000 00000000   n

A0000810: 00000000 00000000   n, 00000000 00000000   n

A0000820: 00000000 00000000   n, 00000000 00000000   n

A0000830: 00000000 00000000   n, 00000000 00000000   n

A0000840: 00000000 00000000   n, 00000000 00000000   n

A0000850: 00000000 00000000   n, 00000000 00000000   n

A0000860: 00000000 00000000   n, 00000000 00000000   n

A0000870: 00000000 00000000   n, 00000000 00000000   n

A0000880: 00000000 00000000   n, 00000000 00000000   n

A0000890: 00000000 00000000   n, 00000000 00000000   n

A00008A0: 00000000 00000000   n, 00000000 00000000   n

A00008B0: 00000000 00000000   n, 00000000 00000000   n

A00008C0: 00000000 00000000   n, 00000000 00000000   n

A00008D0: 00000000 00000000   n, 00000000 00000000   n

A00008E0: 00000000 00000000   n, 00000000 00000000   n

A00008F0: 00000000 00000000   n, 00000000 00000000   n

A0000900: 00000000 00000000   n, 00000000 00000000   n

A0000910: 00000000 00000000   n, 00000000 00000000   n

A0000920: 00000000 00000000   n, 00000000 00000000   n

TxDn Ring:

A0000930: 802C0000 21D6A9C4 * v, 802C0000 21D6AAA4   v

A0000940: 802C0000 21D6AB84   v, 802C0000 21D6AC64   v

Multicast counters:

Internal MC counts:

0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0

(0) 0 (0) 0 (0)

-Channel Range-  -------Rates------ Max Power   Allowed

  1 to  11 by 1  1.0    to 11.0     100       1 5 10 20 30 50 100

                 6.0    to 54.0     30

        DOT11 Statistics (Cumulative Total/Last 5 Seconds):

RECEIVER                               TRANSMITTER

Host Rx K Bytes:          0 / 0        Host Tx K Bytes:             0 / 0

Unicasts Rx:              0 / 0        Unicasts Tx:                 0 / 0

Unicasts to host:         0 / 0        Unicasts by host:            0 / 0

Broadcasts Rx:            0 / 0        Broadcasts Tx:               0 / 0

Beacons Rx:               0 / 0        Beacons Tx:                  0 / 0

Broadcasts to host:       0 / 0        Broadcasts by host:          0 / 0

Multicasts Rx:            0 / 0        Multicasts Tx:               0 / 0

Multicasts to host:       0 / 0        Multicasts by host:          0 / 0

Mgmt Packets Rx:          0 / 0        Mgmt Packets Tx:             0 / 0

RTS received:             0 / 0        RTS transmitted:             0 / 0

Duplicate frames:         0 / 0        CTS not received:            0 / 0

CRC errors:               0 / 0        Unicast Fragments Tx:        0 / 0

WEP errors:               0 / 0        Retries:                     0 / 0

Buffer full:              0 / 0        Packets one retry:           0 / 0

Host buffer full:         0 / 0        Packets > 1 retry:           0 / 0

Header CRC errors:        0 / 0        Protocol defers:             0 / 0

Invalid header:           0 / 0        Energy detect defers:        0 / 0

Length invalid:           0 / 0        Jammer detected:             0 / 0

Incomplete fragments:     0 / 0        Packets aged:                0 / 0

Rx Concats:               0 / 0        Tx Concats:                  0 / 0

Multicast throttle drops: 0

Client TX pause count: 0

Media Direct Band Configuration

        Unicast Video Redirect = 0

        Client Min Phy Rate = 0

        Max Retry Percentage = 0

Dot11 Current Video Transmission Metrics:

        Arrivals:0 Q-Drops:0 Tries:0 Agg:0 Success:0 Fail:0

Dot11 5-second Video Transmission Metrics:

        Arrivals:0 Tries:0 Agg:0 Success:0 Fail:0

        Radio-Q-Peak:0 Video-Q-Peak:0 Video-Q-Drops:0

        Delay - Tot Msec:0 10/20/40/40+ Msec:0/0/0/0

Dot11 1-second Video Transmission Metrics:

        Q-util:0 max-tx-time:0 p-chan:0 p-video:0 L/r:0

Last radio reset code: 37

Radio resets - total:4 retries:0 failed:0

Reset Stats: -- Start Cnt: 1,   Recovery:  Cnt 0Last Ret: 200, Fails: 0, Recover

y Status: Stalled? NO, In Prog? NO

   Code/Count: 37/00003 54/00001

Log Buffer:

PowerPCElvis Ethernet unit 0

PHY Hardware is Broadcom BCM5914 rev. 2 (id_register: 0x40, 0x6322)

rx_intr: 0 tx_intr: 0 mac_err_isr: 0 phy_link_isr:0

Current station address 0021.55cc.703a, default address 0021.55cc.703a

MAL register dump:

malcr        0x0007C082  0x180

malesr       0x00000000  0x181

malier       0x0000000F  0x182

maltxcasr    0x80000000  0x184

maltxcarr    0x80000000  0x185

maltxeobisr  0x00000000  0x186

maltxdeir    0x00000000  0x187

malrxcasr    0x80000000  0x190

malrxcarr    0x80000000  0x191

malrxeobisr  0x00000000  0x192

malrxdeir    0x00000000  0x193

maltxctp0r   0x01D6AEA0  0x1A0

malrxctp0r   0x01D6ADA0  0x1C0

malrcbs0   0x00000060  0x1E0

EMAC register dump:

emacmr0      0x18000000  0x00

emacmr1      0xA1788000  0x04

emactmr0     0x00000000  0x08

emactmr1     0x380F0000  0x0C

emacrmr      0x7D180000  0x10

emacisr      0x00000002  0x14

emacier      0x00000001  0x18

emaciah      0x00000021  0x1C

emacial      0x55CC703A  0x20

emacptr      0x0000FFFF  0x2C

emaclsah     0x00000000  0x50

emaclsal     0x00000000  0x54

emacipgr     0x00000004  0x58

emacstacr    0x002F8018  0x5C

emactrtr     0x18000000  0x60

emacrwmr     0x0F002000  0x64

emacoctx     0x041380E4  0x68

emacocrx     0x176FF93A  0x6C

UIC register dump:

uicsr      0x00009FB4  0xC0

uicer      0x803F0048  0xC2

uicmsr     0x00000000  0xC6

PHY register dump:

3000 782D 0040 6322 05E1 45E1 0005 2001 0000 0000 0000 0000 0000 0000 0000 0000

1000 0300 0000 0000 0200 008F 0400 0000 002F 8D1F 4400 008A 002F 0000 80A0

RX ring with 16 entries at 0x1D6ADA0, Buffer size 1524

Rxhead = 0x1D6ADF0 (10), Rxp = 0x111A11C (10)

00 pak=0x1060830 buf=0x1BF7E68 status=9C00 pak_size=0

01 pak=0x10604AC buf=0x1BF73D4 status=9C00 pak_size=0

02 pak=0x1060BB4 buf=0x1BF88FC status=9C00 pak_size=0

03 pak=0x105E88C buf=0x1BF1F34 status=9C00 pak_size=0

04 pak=0x105FA20 buf=0x1BF5418 status=9C00 pak_size=0

05 pak=0x1060128 buf=0x1BF6940 status=9C00 pak_size=0

06 pak=0x10620CC buf=0x1BFC874 status=9C00 pak_size=0

07 pak=0x105FDA4 buf=0x1BF5EAC status=9C00 pak_size=0

08 pak=0x1061640 buf=0x1BFA8B8 status=9C00 pak_size=0

09 pak=0x1062EDC buf=0x1BFF2C4 status=9C00 pak_size=0

10 pak=0x1060F38 buf=0x1BF9390 status=9C00 pak_size=0

11 pak=0x1061D48 buf=0x1BFBDE0 status=9C00 pak_size=0

12 pak=0x105E508 buf=0x1BF14A0 status=9C00 pak_size=0

13 pak=0x10627D4 buf=0x1BFDD9C status=9C00 pak_size=0

14 pak=0x10619C4 buf=0x1BFB34C status=9C00 pak_size=0

15 pak=0x10612BC buf=0x1BF9E24 status=DC00 pak_size=0

TX ring with 8 entries at 0x1D6AEA0, tx_count = 0

tx_head = 0x1D6AEB8 (3), head_txp = 0x111A15C (3)

tx_tail = 0x1D6AEB8 (3), tail_txp = 0x111A15C (3)

00 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

01 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

02 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

03 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

04 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

05 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

06 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0

07 pak=0x0000000 buf=0x0000000 status=5400 pak_size=0

0 missed datagrams, 0 overruns

0 transmitter underruns, 0 excessive collisions

0 single collisions, 0 multiple collisions

0 dma memory errors, 0 CRC errors

0 alignment errors, 0 runts, 0 giants

emac/mal specific errors:

0 rx in range, 0 rx out range

0 mal_rx_serr, 0 mal_tx_serr

0 mal_rx_de, 0 mal_tx_de

0 emac_int

0 mal_err_isr

0 SQE errors, 0 tx CRC errors

0 output queue fail

------------------ show user ------------------

    Line       User       Host(s)              Idle       Location

*  0 con 0                idle                 00:00:23

  Interface    User               Mode         Idle     Peer Address

------------------ show data-corruption ------------------

No data inconsistency errors have been recorded.

------------------ show file systems ------------------

File Systems:

     Size(b)     Free(b)      Type  Flags  Prefixes

*    7483392     1940480     flash     rw   flash:

           -           -    opaque     rw   bs:

     7483392     1940480   unknown     rw   zflash:

           -           -    opaque     rw   archive:

           -           -    opaque     rw   system:

       32768       31692     nvram     rw   nvram:

           -           -   network     rw   tftp:

           -           -    opaque     rw   null:

           -           -    opaque     ro   xmodem:

           -           -    opaque     ro   ymodem:

           -           -   network     rw   rcp:

           -           -   network     rw   ftp:

           -           -   network     rw   http:

           -           -   network     rw   scp:

           -           -   network     rw   https:

------------------ show flash: all ------------------

Directory of flash:/

    2  drwx           0   Mar 1 2002 23:49:39 +00:00  Test

    3  drwx         256   Jan 1 1970 01:15:32 +00:00  c1310-k9w7-mx.124-25d.JA

  152  -rwx           5   Mar 1 2002 00:15:39 +00:00  private-config

  153  -rwx        1048   Mar 1 2002 00:15:39 +00:00  private-multiple-fs

  154  -rwx           0   Mar 1 2002 00:00:03 +00:00  env_vars

7483392 bytes total (1940480 bytes free)

------------------ dir nvram: ------------------

Directory of nvram:/

   30  -rw-           0                      startup-config

   31  ----           0                      private-config

    1  -rw-           0                      ifIndex-table

32768 bytes total (31692 bytes free)

------------------ show memory statistics ------------------

                Head    Total(b)     Used(b)     Free(b)   Lowest(b)  Largest(b)

Processor     D2CB44    12389564     7066360     5323204     5237068     5256656

      I/O    1900000     7340032     4632280     2707752     2707580     2707688

------------------ show process memory ------------------

Processor Pool Total:   12389564 Used:    7066272 Free:    5323292

      I/O Pool Total:    7340032 Used:    4632268 Free:    2707764

PID TTY  Allocated      Freed    Holding    Getbufs    Retbufs Process

   0   0   11640760     831304    9313600          0          0 *Init*

   0   0      12324     142912      12324          0          0 *Sched*

   0   0    2259352    2409964     216696    4536992    4536992 *Dead*

   0   0          0          0    1349016          0          0 *MallocLite*

   1   0      10052          0      17064          0          0 Chunk Manager

   2   0        196        196       4012          0          0 Load Meter

   3   0    1034696    1032992      14768          0          0 Exec

   4   0       3348        196      10164          0          0 Check heaps

   5   0          0          0       7012          0          0 Pool Manager

   6   0        196        196       7012          0          0 Timers

   7   0        196        196       7012          0          0 AAA high-capacit

   8   0          0          0       7012          0          0 AAA_SERVER_DEADT

   9   0          0          0      13012          0          0 Policy Manager

  10   0          0          0      25012          0          0 Crash writer

  11   0          0          0       7012          0          0 RO Notify Timers

  13   0          0          0       7012          0          0 ARP Input

  14   0        588          0       7600          0          0 Entity MIB API

  15   0          0          0       7012          0          0 HC Counter Timer

  16   0        196        196       7012          0          0 GraphIt

  17   0          0          0       7012          0          0 Net Input

  18   0          0          0       7012          0          0 Critical Bkgnd

  19   0      21704        152      13528          0          0 Net Background

  20   0   68328420   68328420      13012          0          0 IDB Work

  21   0        196        196      13012          0          0 Logger

  22   0      92460        748       7136          0          0 TTY Background

  23   0          0          0      10012          0          0 Per-Second Jobs

  25   0          0          0       7012          0          0 Transport Port A

  26   0        196        196       7012          0          0 Compute load avg

  27   0          0       1056       7012          0          0 Per-minute Jobs

  28   0        196        196       7012          0          0 Dot11 Install Mo

  29   0        196        196       7012          0          0 sys monitor

  30   0        196        196       7012          0          0 Power Injector m

  31   0        196        196       7012          0          0 Dot11 driver

  32   0        196        196       7012          0          0 Dot11 dumper

  33   0        196        196       7012          0          0 Dot11 driver log

  34   0          0          0       7012          0          0 Voice Metrics Ta

  35   0          0          0       7012          0          0 SOAP LED Process

  36   0        196        196       7012          0          0 AAA Server

  37   0          0          0       7012          0          0 AAA ACCT Proc

  38   0          0          0       7012          0          0 ACCT Periodic Pr

  39   0          0          0      13012          0          0 IP Input

  40   0          0          0       7012          0          0 ICMP event handl

  42   0        196        196       7012          0          0 AAA Dictionary R

  43   0        656        196       7472          0          0 CDP Protocol

  44   0          0          0       7012          0          0 linktest

  45   0        196        196      10012          0          0 Dot11 aaa proces

  46   0          0          0      10012          0          0 pmkid

  47   0        196        196       7012          0          0 Dot11 Mgmt & Ass

  48   0        196        196       7012          0          0 DOT11 MFP IO

  49   0       1324        196       8140          0          0 AiroIAPP Protoco

  50   0        196        196       7012          0          0 Triggered events

  51   0        196        196      10012          0          0 Dot11 auth Dot1x

  52   0          0          0       7012          0          0 Dot11 Mac Auth

  53   0        748          0       7760          0          0 Dot11CACprocess

  54   0        196        196       7012          0          0 Dot1x Mgr Proces

  55   0          0          0       7012          0          0 MAB Framework

  56   0          0          0       7012          0          0 EAP Framework

  57   0          0          0       7012          0          0 EAP Test

  58   0          0          0      13012          0          0 TCP Timer

  59   0          0          0      13012          0          0 TCP Protocols

  60   0          0          0       7012          0          0 Socket Timers

  61   0          0          0       7012          0          0 IP Traceroute

  62   0        800          0       7812          0          0 L2MM

  63   0          0          0       7012          0          0 MRD

  64   0          0          0       7012          0          0 IGMPSN

  65   0       3244          0      13256          0          0 HTTP CORE

  66   0       1096        196      13912          0          0 Soap Upgrade fet

  67   0      10540        196      17356          0          0 DDP

  68   0        196        196       7012          0          0 WLCCP MFP AP

  69   0        360        196       7176          0          0 Dot1x Supplicant

  70   0        360        196       7176          0          0 Dot1x Supplicant

  71   0        360        196       7176          0          0 Dot1x Supplicant

  72   0        196        196       7012          0          0 LOCAL AAA

  73   0        196        196       7012          0          0 AAA Cached Serve

  74   0        196        196       7012          0          0 ENABLE AAA

  75   0        196        196       7012          0          0 LINE AAA

  76   0      66600        196       7828          0          0 TPLUS

  77   0        392        196       9208          0          0 Crypto WUI

  78   0          0          0       7012          0          0 EM Background Pr

  79   0          0          0      13012          0          0 encrypt proc

  80   0        196        196       7012          0          0 Soap Consoleless

  81   0      66960      66184      13788          0          0 Crypto CA

  82   0          0          0      13012          0          0 Crypto PKI-CRL

  83   0          0          0       9012          0          0 Crypto SSL

  84   0          0          0       7012          0          0 crypto engine pr

  85   0        196        196       7012          0          0 AAA SEND STOP EV

  86   0        196        196       7012          0          0 Dot11 LBS Proc

  87   0          0          0       7012          0          0 Syslog Traps

  88   0        196        196       7012          0          0 Radio Temperatur

  89   0       3724       3724      13012          0          0 Syslog

  92   0          0   32495900      13012          0          0 DHCP Client

  94   0        196        196      13044          0          0 HyBridge Input P

  95   0        512        348       7360          0          0 Tbridge Monitor

  96   0       5412       5248      13208          0          0 Spanning Tree

  97   0   33453996       3480       7012          0          0 RAC I/F Conf.

                                 11695864 Total

------------------ show process cpu ------------------

CPU utilization for five seconds: 0%/0%; one minute: 0%; five minutes: 0%

PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process

   1           0         3          0  0.00%  0.00%  0.00%   0 Chunk Manager

   2          51    550818          0  0.00%  0.00%  0.00%   0 Load Meter

   3         475       565        840  0.24%  0.37%  0.10%   0 Exec

   4     1253541    281225       4457  0.00%  0.05%  0.05%   0 Check heaps

   5           0         1          0  0.00%  0.00%  0.00%   0 Pool Manager

   6           0         2          0  0.00%  0.00%  0.00%   0 Timers

   7           0         2          0  0.00%  0.00%  0.00%   0 AAA high-capacit

   8           0         1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT

   9           0         1          0  0.00%  0.00%  0.00%   0 Policy Manager

  10           0         1          0  0.00%  0.00%  0.00%   0 Crash writer

  11           1         1       1000  0.00%  0.00%  0.00%   0 RO Notify Timers

  13       33858     80352        421  0.00%  0.00%  0.00%   0 ARP Input

  14           1         2        500  0.00%  0.00%  0.00%   0 Entity MIB API

  15          22    826230          0  0.00%  0.00%  0.00%   0 HC Counter Timer

  16          65   2754084          0  0.00%  0.00%  0.00%   0 GraphIt

  17           0        32          0  0.00%  0.00%  0.00%   0 Net Input

  18           0         1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd

  19          28    826252          0  0.00%  0.00%  0.00%   0 Net Background

  20          51    275412          0  0.00%  0.00%  0.00%   0 IDB Work

  21           1        15         66  0.00%  0.00%  0.00%   0 Logger

  22          41   2754073          0  0.00%  0.00%  0.00%   0 TTY Background

  23          48   2754134          0  0.00%  0.00%  0.00%   0 Per-Second Jobs

  25           0         1          0  0.00%  0.00%  0.00%   0 Transport Port A

  26          21    550819          0  0.00%  0.00%  0.00%   0 Compute load avg

  27      319831     45903       6967  0.00%  0.01%  0.00%   0 Per-minute Jobs

  28           1    183608          0  0.00%  0.00%  0.00%   0 Dot11 Install Mo

  29        6334    629456         10  0.00%  0.00%  0.00%   0 sys monitor

  30       97907   1924609         50  0.00%  0.00%  0.00%   0 Power Injector m

  31       13808  39941824          0  0.00%  0.00%  0.00%   0 Dot11 driver

  32           0         2          0  0.00%  0.00%  0.00%   0 Dot11 dumper

  33           0         2          0  0.00%  0.00%  0.00%   0 Dot11 driver log

  34          20   2754125          0  0.00%  0.00%  0.00%   0 Voice Metrics Ta

  35         369  18360875          0  0.00%  0.00%  0.00%   0 SOAP LED Process

  36           0         2          0  0.00%  0.00%  0.00%   0 AAA Server

  37           0         1          0  0.00%  0.00%  0.00%   0 AAA ACCT Proc

  38           0         1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr

  39        7608    124872         60  0.00%  0.00%  0.00%   0 IP Input

  40           0         1          0  0.00%  0.00%  0.00%   0 ICMP event handl

  42           0         2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R

  43          14    277776          0  0.00%  0.00%  0.00%   0 CDP Protocol

  44          18   2754126          0  0.00%  0.00%  0.00%   0 linktest

  45           0         2          0  0.00%  0.00%  0.00%   0 Dot11 aaa proces

  46           1     45903          0  0.00%  0.00%  0.00%   0 pmkid

  47           1         2        500  0.00%  0.00%  0.00%   0 Dot11 Mgmt & Ass

  48           0         2          0  0.00%  0.00%  0.00%   0 DOT11 MFP IO

  49          26   3298517          0  0.00%  0.00%  0.00%   0 AiroIAPP Protoco

  50           0         2          0  0.00%  0.00%  0.00%   0 Triggered events

  51           0         2          0  0.00%  0.00%  0.00%   0 Dot11 auth Dot1x

  52           0         1          0  0.00%  0.00%  0.00%   0 Dot11 Mac Auth

  53           5    550827          0  0.00%  0.00%  0.00%   0 Dot11CACprocess

  54           1         2        500  0.00%  0.00%  0.00%   0 Dot1x Mgr Proces

  55           0         1          0  0.00%  0.00%  0.00%   0 MAB Framework

  56           0         1          0  0.00%  0.00%  0.00%   0 EAP Framework

  57           0         1          0  0.00%  0.00%  0.00%   0 EAP Test

  58           0         1          0  0.00%  0.00%  0.00%   0 TCP Timer

  59           0         1          0  0.00%  0.00%  0.00%   0 TCP Protocols

  60           0         1          0  0.00%  0.00%  0.00%   0 Socket Timers

  61           0         1          0  0.00%  0.00%  0.00%   0 IP Traceroute

  62           1         3        333  0.00%  0.00%  0.00%   0 L2MM

  63           0         1          0  0.00%  0.00%  0.00%   0 MRD

  64           3        53         56  0.00%  0.00%  0.00%   0 IGMPSN

  65           0      9182          0  0.00%  0.00%  0.00%   0 HTTP CORE

  66           0         2          0  0.00%  0.00%  0.00%   0 Soap Upgrade fet

  67           0         2          0  0.00%  0.00%  0.00%   0 DDP

  68           1    137707          0  0.00%  0.00%  0.00%   0 WLCCP MFP AP

  69           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant

  70           1         2        500  0.00%  0.00%  0.00%   0 Dot1x Supplicant

  71           1         2        500  0.00%  0.00%  0.00%   0 Dot1x Supplicant

  72           0         2          0  0.00%  0.00%  0.00%   0 LOCAL AAA

  73           0         2          0  0.00%  0.00%  0.00%   0 AAA Cached Serve

  74           0         2          0  0.00%  0.00%  0.00%   0 ENABLE AAA

  75           0         2          0  0.00%  0.00%  0.00%   0 LINE AAA

  76           1         2        500  0.00%  0.00%  0.00%   0 TPLUS

  77           0         3          0  0.00%  0.00%  0.00%   0 Crypto WUI

  78           0         1          0  0.00%  0.00%  0.00%   0 EM Background Pr

  79           0         1          0  0.00%  0.00%  0.00%   0 encrypt proc

  80           0         2          0  0.00%  0.00%  0.00%   0 Soap Consoleless

  81           6         4       1500  0.00%  0.00%  0.00%   0 Crypto CA

  82           0         1          0  0.00%  0.00%  0.00%   0 Crypto PKI-CRL

  83           0         1          0  0.00%  0.00%  0.00%   0 Crypto SSL

  84           0         1          0  0.00%  0.00%  0.00%   0 crypto engine pr

  85           0         2          0  0.00%  0.00%  0.00%   0 AAA SEND STOP EV

  86           0         2          0  0.00%  0.00%  0.00%   0 Dot11 LBS Proc

  87           0         1          0  0.00%  0.00%  0.00%   0 Syslog Traps

  88           0     45904          0  0.00%  0.00%  0.00%   0 Radio Temperatur

  89           1         7        142  0.00%  0.00%  0.00%   0 Syslog

  92          25   2754129          0  0.00%  0.00%  0.00%   0 DHCP Client

  94        4801    364480         13  0.00%  0.00%  0.00%   0 HyBridge Input P

  95          56   3077274          0  0.00%  0.00%  0.00%   0 Tbridge Monitor

  96           0         2          0  0.00%  0.00%  0.00%   0 Spanning Tree

  97         183   5543231          0  0.00%  0.00%  0.00%   0 RAC I/F Conf.

------------------ show process cpu history ------------------

ap   09:02:23 PM Monday Apr 1 2002 UTC

               11111                    22222

100

90

80

70

60

50

40

30

20

10

   0....5....1....1....2....2....3....3....4....4....5....5....6

             0    5    0    5    0    5    0    5    0    5    0

               CPU% per second (last 60 seconds)

    2

100

90

80

70

60

50

40

30

20

10

   0....5....1....1....2....2....3....3....4....4....5....5....6

             0    5    0    5    0    5    0    5    0    5    0

               CPU% per minute (last 60 minutes)

              * = maximum CPU%   # = average CPU%

100

90

80

70

60

50

40

30

20

10

   0....5....1....1....2....2....3....3....4....4....5....5....6....6....7..

             0    5    0    5    0    5    0    5    0    5    0    5    0

                   CPU% per hour (last 72 hours)

                  * = maximum CPU%   # = average CPU%

------------------ show dot11 associations all-client ------------------

------------------ show wlccp ap mobility traffic ------------------

------------------ show wlccp ap mobility forwarding ------------------

------------------ show crypto key mypubkey rsa ------------------

------------------ show inventory ------------------

NAME: "BR1310", DESCR: "Cisco Aironet 1300 Series (IEEE 802.11g) Bridge"

PID: AIR-BR1310G-A-K9  , VID: V04, SN: FTX1220U0G1

------------------ Mempool statistics ------------------

                Head    Total(b)     Used(b)     Free(b)   Lowest(b)  Largest(b)

Processor     D2CB44    12389564     7066360     5323204     5238084     5256656

      I/O    1900000     7340032     4632280     2707752     2707580     2707688

-------------- Top 100 allocator pc summary -----------

Allocator PC Summary for: Processor

    PC          Total   Count  Name

0x000FD014    1591200    1768  *Packet Header*

0x0008732C     955488      14  MallocLite

0x001ABE58     710836      93  Process Stack

0x001B1188     393528       6  MallocLite

0x0005AA84     262196       1  Init

0x0030C5A0     170884      17  Flashfs Sector

0x00509580     167236       1  802.11 driver Instance

0x0050A584     159252       1  Init

0x00194E14      98616       6  TW Buckets

0x008469A8      88736    1163  Init

0x00195BEC      85640       2  pak subblock chunk

0x004340C4      77252       1  Spanning Tree Opt Port Block

0x001741BC      69524      91  Process

0x001C0B3C      65588       1  Memory RO RU Chunks

0x001C0C80      65588       1  Memory RO RU Index Chunks

0x001A64A8      65588       1  CPU RO RU Chunks

0x0011AB34      65588       1  Buffer RO RU Chunks

0x0011AB5C      65588       1  Buffer RU Notify Chunks

0x0011A844      65588       1  Buffer Display Chunks

0x0009DF8C      65588       1  Parseinfo Blocks

0x001369EC      65588       1  IDB List Element Chunks

0x0052ABEC      65588       1  dot11drvr clients

0x005491E0      65588       1  Dot11 Pmkid Record Chunks

0x005593D8      65588       1  Dot11 Mgmt Station  Chunk

0x000133FC      65588       1  AAA DB Chunk

0x0017C11C      62936     228  Init

0x0048AEBC      60076       1  BTE Entries

0x0008F544      49628       3  Init

0x000DBC6C      49204       1  Exec

0x001814A8      40104       2  RMI-RO_RU Chun

0x000F5044      32824       1  Init

0x0009E004      32820       1  Parse Nodes

0x00509FD8      32820       1  dot11 call control events data

0x0055BA1C      32820       1  Dot11 Mgmt SSID  Chunk

0x0055BA54      32820       1  Dot11 Mgmt SSID Config. Chunk

0x00029314      32820       1  AAA SG ID table

0x005D2F24      26716       2  dot11 auth client chunk

0x00099500      26452       1  PM Event Pool

0x0007D868      26424       6  TTY data

0x001916C4      21364       7  Keepalive

0x001C19B8      20052       1  Managed Chunk Queue Elements

0x0017FD08      20052       1  RMI-RO_RU Chunks

0x0017FD30      20052       1  RMI-RO_RG Chunks

0x0017FE4C      20052       1  RMI-RU Chunks

0x005B2244      20052       1  wlan_ip_mcast_record

0x005B2D04      20052       1  wgb_ip_mcast_record

0x000A35CC      19748     258  Parser Linkage

0x000E79AC      19732       1  Init

0x00177088      17984      91  Process Events

0x001063FC      14860       5  *Hardware IDB*

0x0030C4BC      11704     154  soap_flash init

0x007BF4D4      11676       1  DISC specific structure members

0x000E7A2C      10776      86  Init

0x0036DA6C      10432       2  dhcpc_lq_chunk

0x0017BCD0      10260       5  Reg Function 1

0x0016DDDC      10052       1  List Elements

0x00179694      10052       1  Watched Queue

0x001796BC      10052       1  Watched Boolean

0x001796E4      10052       1  Watched Bitfield

0x0017FEB4      10052       1  RMI-RG Chunks

0x0016C940      10052       1  List Elements

0x00103018      10052       1  Packet Elements Cache

0x00103044      10052       1  Packet Elements

0x002C689C      10052       1  Pathents for parsing

0x002C68C4      10052       1  TTY Pathents for parsing

0x00311B84      10052       1  Flashfs Sector Pointers

0x0030B668      10052       1  Flashfs Sector

0x0052AC7C      10052       1  dot11 cc info

0x0015480C      10052       1  AAA chunk

0x001C1D28      10052       1  List Elements

0x005B14F0      10052       1  wlan_ip_mcast_host

0x005B152C      10052       1  wlan_ip_mcast_domain

0x002A5390      10052       1  IPTRACE probe chunks

0x003C00C4      10052       1  SNMP SMALL CHUNK

0x003C010C      10052       1  SNMP MEDIUM CHUNK

0x002BE794      10052       1  Time Range Entry Chunks

0x000E700C      10052       1  Init

0x000E7044      10052       1  Init

0x005D7728      10052       1  DDP UDP tx  Chunk

0x00361E40       9652       1  NET ACCT LISTS

0x00361E7C       9652       1  SYS ACCT LISTS

0x0003964C       8852       1  PPP ACC LISTS

0x00799E10       8448      88  *Init*

0x0017BC3C       8208       4  Reg Function 1

0x0088D140       8128       1  Crypto Engine Object Table

0x0007C064       8080     102  NameDB String

0x00039688       8052       1  NET AUTHOR LISTS

0x000A4240       7668      71  Parser Mode

0x005510A0       7312       1  Dot11 Mgmt Client Send Fail Event Chunk

0x005510D8       7312       1  Dot11 Mgmt Client Not Found Event Chunk

0x00106418       6700       5  *Software IDB*

0x0039DEC0       6488       1  Init

0x00705468       6300       3  Init

0x007054B4       6300       3  Init

0x007054E8       6300       3  Init

0x000A42CC       5444      71  Parser Mode Q2

0x000A42A8       5404      71  Parser Mode Q1

0x000A6C2C       5368      10  Chain Cache No

0x0016DE18       5052       1  List Headers

0x00179734       5052       1  Watcher Info

Allocator PC Summary for: I/O

    PC          Total   Count  Name

0x000FD064    4628876    1767  *Packet Data*

0x007B8DD0       2056       1  Init

0x007BA3BC        896       4  Init

0x005C1480        296       2  Init

------------------ show region ------------------

Region Manager:

      Start         End     Size(b)  Class  Media  Name

0x00000000  0x018FD7FF    26204160  Local  R/W    main

0x00003000  0x0089B823     9013284  IText  R/W    main:text

0x0089B840  0x00B8E17F     3090752  IData  R/W    main:data

0x00B8E180  0x00D2CB3F     1698240  IBss   R/W    main:bss

0x00D2CB44  0x018FD7FF    12389564  Local  R/W    main:heap

0x01900000  0x01FFFFFF     7340032  Iomem  R/W    iomem

Free Region Manager:

      Start         End     Size(b)  Class  Media  Name

------------------ show buffers ------------------

Buffer elements:

     1119 in free list (1119 max allowed)

     849266 hits, 0 misses, 619 created

Public buffer pools:

Small buffers, 104 bytes (total 128, permanent 128):

     128 in free list (20 min, 256 max allowed)

     276656 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

Middle buffers, 600 bytes (total 128, permanent 128):

     128 in free list (10 min, 256 max allowed)

     84869 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

Big buffers, 1536 bytes (total 128, permanent 128):

     128 in free list (5 min, 256 max allowed)

     257231 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

VeryBig buffers, 4520 bytes (total 256, permanent 256):

     256 in free list (0 min, 256 max allowed)

     0 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

Large buffers, 5024 bytes (total 0, permanent 0):

     0 in free list (0 min, 5 max allowed)

     0 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

Huge buffers, 18024 bytes (total 0, permanent 0):

     0 in free list (0 min, 2 max allowed)

     0 hits, 0 misses, 0 trims, 0 created

     0 failures (0 no memory)

Interface buffer pools:

Wlan Pool buffers, 2500 bytes (total 1127, permanent 1127):

     548 in free list (0 min, 1127 max allowed)

     579 hits, 0 fallbacks

     563 max cache size, 559 in cache

     2003962 hits in cache, 0 misses in cache

Header pools:

ap#

Sean,

My gut feeling is that a file is missing in the html folder..

The first screen that I get is the: server requests logon and if I cancel I get the 401 not authorized error.

In you config, ip http server is enabled, followed by the no secure http server entry..

If you have your working unit, you could compare file counts in the html directory.

However a reinstall of the .tar file might be in order.

David,

Unfortunately this is the only unit I have, I did pull down a c1310-k9w7-tar.123-7.JA3.tar I will reinstall.

Thanks,

Sean

Check the MD5 hash also to make sure the file didn't get corrupted when you were downloading it.

Thanks,

Scott

Help out other by using the rating system and marking answered questions as "Answered"

-Scott
*** Please rate helpful posts ***

Well..I am having a brain freeze I can't get the .tar to update...could you please send me the steps?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card