Title: Message
Thanks Chris,
<?php
$foo = snmpget("192.168.100.5", "dalmation", ".1.3.6.1.4.1.410.1.2.5.2.9");
echo $foo;
?>
The above script just yields INTEGER: 1.  It would be really nice to link a customer's mac address to their name in a database and display their current signal levels on demand.  This would be a good tech support tool.  Anybody else looking at something like that?
----- Original Message -----
Sent: Monday, September 08, 2003 6:55 PM
Subject: RE: [smartBridges] SNMP

TOM GET ON MSN DUDE U NEVER SENT ME THE UDP DATA.

 

Shesh leaving for Disney I hear u didn't even tell me L

 


From: Tom Haynes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 03, 2003 11:42 PM
To: [EMAIL PROTECTED]

 

1.3.6.1.4.1.410.1.2.5.1   -   tells you how many stations are associated (n)

1.3.6.1.4.1.410.1.2.5.2.x   -   x=1-n  tells you information about each station in the for of an octet string

  SYNTAX OCTET STRING (SIZE (24))
     ACCESS  read-only
     STATUS  mandatory
     DESCRIPTION
     "The associated STAtion's Information.
  AssociatedSTAsInfo{
   unsigned short Index;
   unsigned char  MacAddress[6];
   unsigned char  Status;
   unsigned char  Port;
   unsigned char  ParentMacAddress[6];
   unsigned char  RSSI;
   unsigned char  LinkQuality;
   unsigned char  IP[4];
   unsigned char  Reserved1[2];

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcin
Sent: Thursday, September 04, 2003 1:33 AM
To: GRUPA SMARTBRIDGE
Subject: [smartBridges] SNMP

Hello

 

How can i read mac adress association users using snmp ????

 

Martinez

Reply via email to