Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

How can I get sensor value for snmp device ?

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forย 
Showย ย onlyย  | Search instead forย 
Did you mean:ย 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • How can I get sensor value for snmp device ?
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
62
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

0 Likes
6
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

How can I get sensor value for snmp device ?

Hello,

I have an issue with the detection of my device sensor, I can't get temperature value, power consumption of my snmp device . Even if I put the oid in the setting of snmp, struxuware don't give me more informations on my sensor

How can I resolve this problem ?

(CID:132650310)

Labels
  • Labels:
  • Data Center Expert
  • Tags:
  • bug
Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

0 Likes
1
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

Hi Kemal,

 

Your first choice should always be to put in a DDF request. This is for new DDFs or for update to current DDFs and they should be able to assist in getting any of the values available through SNMP on your device.

 

If using supplemental OIDs, please make sure you try with a leading period. For instance, instead of:

1.3.6.1.4.1.318

use

.1.3.6.1.4.1.318

Notice the leading period.

Secondly, make sure you use the correct instance(s). As an example, the following OID is for an APC UPS and it's battery capacity:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsBattery.upsAdvBattery.upsAdvBatteryCapacity

.1.3.6.1.4.1.318.1.1.1.2.2.1

This will not return a value in DCE. You should do an SNMP get of the OID to see the proper and available instances and in this case, the device will respond with an instance of 0...you'll need to use the following OID to get this value:

.1.3.6.1.4.1.318.1.1.1.2.2.1.0

 

Another thing to consider is that there is no multiplier. If you pull an OID similar to the one I just mentioned, it may return the value in tenths. At 100% capacity, it may return 1000 to indicate 100.0%

Finally, a supplemental OID in DCE will only work with numeric values. Text will not work and if you were to even poll a value such as time (hh:mm:ss), you will not receive any values after the colon. you may simply see "hh" and nothing else. This is a limitation of supplemental OIDs.

Much of this should also be noted in k-base FA158341 


If you're not getting any values at all, it could be that you need to troubleshoot SNMP as a whole. K-base FA226273 should help with that.

 

Thanks,

Steve.

 

(CID:132650325)

See Answer In Context

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

Replies 6
DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

0 Likes
1
937
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

Hi Kemal,

 

Your first choice should always be to put in a DDF request. This is for new DDFs or for update to current DDFs and they should be able to assist in getting any of the values available through SNMP on your device.

 

If using supplemental OIDs, please make sure you try with a leading period. For instance, instead of:

1.3.6.1.4.1.318

use

.1.3.6.1.4.1.318

Notice the leading period.

Secondly, make sure you use the correct instance(s). As an example, the following OID is for an APC UPS and it's battery capacity:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.ups.upsBattery.upsAdvBattery.upsAdvBatteryCapacity

.1.3.6.1.4.1.318.1.1.1.2.2.1

This will not return a value in DCE. You should do an SNMP get of the OID to see the proper and available instances and in this case, the device will respond with an instance of 0...you'll need to use the following OID to get this value:

.1.3.6.1.4.1.318.1.1.1.2.2.1.0

 

Another thing to consider is that there is no multiplier. If you pull an OID similar to the one I just mentioned, it may return the value in tenths. At 100% capacity, it may return 1000 to indicate 100.0%

Finally, a supplemental OID in DCE will only work with numeric values. Text will not work and if you were to even poll a value such as time (hh:mm:ss), you will not receive any values after the colon. you may simply see "hh" and nothing else. This is a limitation of supplemental OIDs.

Much of this should also be noted in k-base FA158341 


If you're not getting any values at all, it could be that you need to troubleshoot SNMP as a whole. K-base FA226273 should help with that.

 

Thanks,

Steve.

 

(CID:132650325)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

In response to DCIM_Support
0 Likes
0
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:28 PM

Hello Steve,

 

Thank you very much , I can clearly understand now.

(CID:132659396)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

0 Likes
0
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

Dear kemal,

Tell us please, did you solve your problem or not?

With respect.

(CID:132653782)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

0 Likes
0
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

yes the problem is solved

(CID:132653922)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

0 Likes
0
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:40 PM . Last Modified: โ€Ž2024-04-04 11:27 PM

Ok, thanks for the good feedback ๐Ÿ˜€.

(CID:132653938)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: โ€Ž2020-07-04 06:41 PM . Last Modified: โ€Ž2023-10-22 02:18 AM

0 Likes
0
936
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: โ€Ž2020-07-04 06:41 PM . Last Modified: โ€Ž2023-10-22 02:18 AM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings ยฉ 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of