Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-06-2007, 02:41 PM
Panos
Guest
 
Posts: n/a
Default Users connected to an Access Point

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
  #2 (permalink)  
Old 09-06-2007, 05:27 PM
Aaron Leonard
Guest
 
Posts: n/a
Default Re: Users connected to an Access Point


~ 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
  #3 (permalink)  
Old 09-06-2007, 06:47 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: Users connected to an Access Point

Panos <pkassianidis@gmail.com> 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 jeffl@cruzio.com
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
  #4 (permalink)  
Old 09-06-2007, 07:24 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: Users connected to an Access Point

Aaron Leonard <Aaron@Cisco.COM> 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 jeffl@cruzio.com
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
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Point connects to internet on labtop Mac, but not desktop windows! azurecoyote Troubleshooting 2 08-14-2007 06:03 PM
Re: Access Point connects to internet on labtop Mac, but not desktop windows! Jeff Liebermann alt.internet.wireless 0 07-12-2007 06:06 AM
Access Point Problems youthminman@yahoo.com alt.internet.wireless 1 10-22-2005 05:08 PM
Using a Linksys router as an access point bwadamson@gmail.com alt.internet.wireless 4 09-28-2005 04:06 PM
Google "Secure Access" FAQ + Download link frankdowling1@yahoo.com alt.internet.wireless 11 09-23-2005 08:22 PM


All times are GMT. The time now is 06:06 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45