View Single Post
  #4 (permalink)  
Old 09-06-2007, 08: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