Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Users connected to an Access Point

Reply
Thread Tools Display Modes

Users connected to an Access Point

 
 
Panos
Guest
Posts: n/a

 
      09-06-2007, 03:41 PM
Hello, does anybody know if there is a tool to easily detect all the
PC's (their IP & MAC) that are connected to a wireless access point
and what bandwidth each is using?

Thank you very much

Panos

 
Reply With Quote
 
 
 
 
Aaron Leonard
Guest
Posts: n/a

 
      09-06-2007, 06:27 PM

~ Hello, does anybody know if there is a tool to easily detect all the
~ PC's (their IP & MAC) that are connected to a wireless access point
~ and what bandwidth each is using?
~
~ Thank you very much
~
~ Panos

Assuming that you are using a Cisco Aironet AP, then just use the command
"show dot11 associations all-client".

Assuming that you don't know what kind of AP you have, then there is
no general answer to your question.

Aaron
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      09-06-2007, 07:47 PM
Panos <(E-Mail Removed)> hath wroth:

>Hello, does anybody know if there is a tool to easily detect all the
>PC's (their IP & MAC) that are connected to a wireless access point
>and what bandwidth each is using?


Such information is usually extracted directly from the wireless
access point via SNMP or proprietary managment software. Sniffing
traffic between the wireless access point and router will not yield
this information. Some clue as to what you have for hardware might be
helpful.


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      09-06-2007, 08:24 PM
Aaron Leonard <(E-Mail Removed)> hath wroth:
>~ Hello, does anybody know if there is a tool to easily detect all the
>~ PC's (their IP & MAC) that are connected to a wireless access point
>~ and what bandwidth each is using?
>~ Panos


>Assuming that you are using a Cisco Aironet AP, then just use the command
>"show dot11 associations all-client".


Bah-humbug. Use SNMP instead. Using SNMPUTIL.EXE from:
<http://www.wtcs.org/snmp4tpc/testing.htm#SNMPUTIL>
pointing to my WRT54GS running DD-WRT v23 SP3:

List of connected IP addresses:
snmputil walk 192.168.1.1 public .1.3.6.1.2.1.3.1.1.3.1.1
which returns:

Variable = at.atTable.atEntry.atNetAddress.1.1.63.249.85.1
Value = IpAddress 63.249.85.1

Variable = at.atTable.atEntry.atNetAddress.1.1.192.168.1.11
Value = IpAddress 192.168.1.11

Variable = at.atTable.atEntry.atNetAddress.1.1.192.168.1.51
Value = IpAddress 192.168.1.51

Variable = at.atTable.atEntry.atNetAddress.1.1.192.168.1.113
Value = IpAddress 192.168.1.113


Corresponding MAC addresses:
snmputil walk 192.168.1.1 public .1.3.6.1.2.1.3.1.1.2.1.1
which returns:

Variable = at.atTable.atEntry.atPhysAddress.1.1.63.249.85.1
Value = String <0x00><0x10><0x67><0x00><0xd0><0x9b>

Variable = at.atTable.atEntry.atPhysAddress.1.1.192.168.1.11
Value = String <0x00><0x02><0xb3><0x1e><0x39><0xed>

Variable = at.atTable.atEntry.atPhysAddress.1.1.192.168.1.51
Value = String <0x00><0xc0><0xa8><0x7f><0xfe><0x92>

Variable = at.atTable.atEntry.atPhysAddress.1.1.192.168.1.113
Value = String <0x00><0x0f><0x66><0x14><0xe5><0x4b>


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling connected Access Point through DeviceIoControl on Vista John Wireless Networks 0 10-02-2007 10:05 AM
connected to access point but no internet found glenn Wireless Internet 4 06-27-2006 05:03 PM
connected to access point but internet not found maryann Windows Networking 0 06-02-2006 03:07 AM
Identify access point connected to Chad Wireless Networks 1 11-02-2005 11:00 PM
Access Point For 10 Simultaneous Users dhatala@gmail.com Wireless Internet 4 07-30-2005 06:41 AM



1 2 3 4 5 6 7 8 9 10 11