• February 22, 2025, 03:12:07 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: SNMP OIDs  (Read 55117 times)

christh0mas

  • Level 1 Member
  • *
  • Posts: 1
SNMP OIDs
« on: April 21, 2011, 07:18:53 AM »

I jut purchased 6 DAP-2553s for our business and was able to set them up on my Cacti network manager using the standard Cisco router template.  This gave me the ability to monitor traffic on each of the interfaces as well as system uptime but I would like to be able to see how many clients I have attached to each WAP.  Are the OIDs for this device documented somewhere?  I have tried walking it using snmputil but I haven't had much success finding the information I'm after.

I appreciate any assistance that can be lent.
Thanks
-Chris
Logged

gobris

  • Level 1 Member
  • *
  • Posts: 7
Re: SNMP OIDs
« Reply #1 on: May 23, 2011, 02:17:28 AM »

Hi,
I need same online users data with DAP-2590.
They are identical devices. As dlink support told me before,, you should check
".1.3.6.1.4.1.171.10.37.36.2.1.3.3.4.2" dot11clientinformationtable

But, with 2590..There is no data on this OID. I think there is a problem with it.

Maybe u are luckier with 2553. Give it a try.
Logged

gobris

  • Level 1 Member
  • *
  • Posts: 7
Re: SNMP OIDs
« Reply #2 on: May 26, 2011, 10:42:47 AM »

I think nobody from dlink reads this forum.We are on our own :)
Figured out smthing.
.1.3.6.1.4.1.171.10.37.36.2.1.1.1.1  dot11clientrefresh  or smthing like this..not sure right now.... this snmp parameter is set to integer "0".
You should set this snmp to "1". Then it starts to show online users on snmp queries
Logged

ebj075

  • Level 1 Member
  • *
  • Posts: 2
Re: SNMP OIDs
« Reply #3 on: August 05, 2011, 07:41:56 AM »

Hi gobris,

I'm not sure if you are able to help with this or not, but I thought I would ask. 

Following your post, I am trying to get the client info from my 2590 (Firmware 1.13), using PHP using the code below.

The snmp2_set returns TRUE, but when I perform the GET, I receive the error: "No such instance currently exists".  I have logged into the web interface of the 2590 and it reports that there are clients.  I suspect I am not referencing the client information table properly. 

I'd appreciate any ideas you have. 
Bruce.

Code: [Select]
$DAP_2590_dot11ClientInformationRefresh =".1.3.6.1.4.1.171.10.37.36.2.1.3.3.4.1.1.1.1";
$DAP_2590_dot11ClientInformationMAC =".1.3.6.1.4.1.171.10.37.36.2.1.3.3.4.2.1.2";

$refresh = snmp2_set($AP, "private", $DAP_2590_dot11ClientInformationRefresh,'i','1');
$clientMac = snmp2_get($AP, "private", $DAP_2590_dot11ClientInformationMAC);
Logged

ebj075

  • Level 1 Member
  • *
  • Posts: 2
Re: SNMP OIDs
« Reply #4 on: August 05, 2011, 08:59:16 AM »

Answered my own question.

Changed my snmp2_get to:
Code: [Select]
snmp2_walk($AP, "private", ".1.3.6.1.4.1.171.10.37.36.2.1.3.3.4.2.1.2");
and I get the array of mac addresses returned.
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: SNMP OIDs
« Reply #5 on: September 04, 2012, 01:45:00 PM »

OIDs are Dlink confidential and proprietary information. DLink does not publish this information anywhere.
« Last Edit: September 04, 2012, 01:47:07 PM by FurryNutz »
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

RHenningsgard

  • Level 1 Member
  • *
  • Posts: 1
Re: SNMP OIDs
« Reply #6 on: October 30, 2012, 08:37:03 AM »

Greetings all!  I am just working to duplicate some of the functionality of APM-II in a program for my (very non-network-savvy) customers, to automate setting up DAP-2553's.  In any case, I'm very new to this game, so am scouring around for information everywhere I can, so ran across this forum.

With respect to the SNMP OIDs, are those the ones I found on the D-Link.com support section, in the file "dap2553_MIB_125.zip," or am I confusing this with something else?

I'm very wet behind the ears on actually using SNMP, but I understand the general idea.

Rob---
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: SNMP OIDs
« Reply #7 on: October 30, 2012, 08:40:41 AM »

I would contact D-Link support, level 2 or higher and ask about this. Not much information regarding OIDs are used here.
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

Vidya

  • Level 1 Member
  • *
  • Posts: 2
Re: SNMP OIDs
« Reply #8 on: June 11, 2013, 12:49:28 AM »

Hi team,

Please please help me on CPU and Memory SNMP OIDs for 1226, 1228 and 3026 and 3226 Dlink models... Its quite urgent.. :( ???
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: SNMP OIDs
« Reply #9 on: June 11, 2013, 06:55:57 AM »

I would contact D-Link support, level 2 or higher and ask about this. Not much information regarding OIDs are used here.

Hi team,

Please please help me on CPU and Memory SNMP OIDs for 1226, 1228 and 3026 and 3226 Dlink models... Its quite urgent.. :( ???

Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

Vidya

  • Level 1 Member
  • *
  • Posts: 2
Re: SNMP OIDs
« Reply #10 on: June 23, 2013, 10:52:03 PM »

Expecting a revert... Dlink
Logged