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!

OID for Particle and leak rope sensors

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
  • OID for Particle and leak rope sensors
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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

0 Likes
4
715
  • 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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

OID for Particle and leak rope sensors

Hello DCIM Support team,

 

My customer has a running SNMP manager system , he wants to see the status of the Particle and Leak rope sensors (values too), I explored the netbotz410.mib file but I can´t found the right OID, anyone know where can I get the right OID for this sensors? 

Thank you very much for your time.

 

Best regards,

 

Erlinson Bravo G.

Cotel S.A. - Colombia

(CID:96044438)

Labels
  • Labels:
  • NetBotz
Reply

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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

0 Likes
1
715
  • 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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

Hi Erlinson

For a spot leak, you'll want to poll "other state" sensors label first:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorLabel
.1.3.6.1.4.1.5528.100.4.2.10.1.4

This will return all state sensors. I suggest naming them uniquely so that you can determine which spot leak is the one you want.
Make note of the instance associated with the label you're looking for. They are long instances and different every time.
In my case, the return for that OID was:
.1.3.6.1.4.1.5528.100.4.2.10.1.4.1266778845
Next, poll the value with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorValueStr
.1.3.6.1.4.1.5528.100.4.2.10.1.7

Match the instance with the one you found under label. IN my case, the one I wanted was:
.1.3.6.1.4.1.5528.100.4.2.10.1.7.1266778845
The value returned in my case was "No Leak"

You could also poll otherStateSensorEntry.otherStateSensorValue
.1.3.6.1.4.1.5528.100.4.2.10.1.2
Which will return a numeric value associated with leak / no leak.

Looking up a particle sensor would be similar. Name the sensors uniquely. Poll them with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorLabel
.1.3.6.1.4.1.5528.100.4.1.10.1.4
2082493542

Make note of the instance and then poll the value (string, integer, or integer x 1000)
.otherNumericSensorEntry.otherNumericSensorValueStr
otherNumericSensorEntry.otherNumericSensorValueInt
.otherNumericSensorEntry.otherNumericSensorValueIntX1000

 

Steve

(CID:96044498)

See Answer In Context

Reply

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

Replies 4
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

0 Likes
0
715
  • 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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

Hi Erlinson, thanks for posting. We will have a look. @community - similar experiences?

(CID:96044461)

Reply

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

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

0 Likes
1
716
  • 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-02 12:17 PM . Last Modified: ‎2024-04-09 11:54 PM

Hi Erlinson

For a spot leak, you'll want to poll "other state" sensors label first:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorLabel
.1.3.6.1.4.1.5528.100.4.2.10.1.4

This will return all state sensors. I suggest naming them uniquely so that you can determine which spot leak is the one you want.
Make note of the instance associated with the label you're looking for. They are long instances and different every time.
In my case, the return for that OID was:
.1.3.6.1.4.1.5528.100.4.2.10.1.4.1266778845
Next, poll the value with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorValueStr
.1.3.6.1.4.1.5528.100.4.2.10.1.7

Match the instance with the one you found under label. IN my case, the one I wanted was:
.1.3.6.1.4.1.5528.100.4.2.10.1.7.1266778845
The value returned in my case was "No Leak"

You could also poll otherStateSensorEntry.otherStateSensorValue
.1.3.6.1.4.1.5528.100.4.2.10.1.2
Which will return a numeric value associated with leak / no leak.

Looking up a particle sensor would be similar. Name the sensors uniquely. Poll them with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorLabel
.1.3.6.1.4.1.5528.100.4.1.10.1.4
2082493542

Make note of the instance and then poll the value (string, integer, or integer x 1000)
.otherNumericSensorEntry.otherNumericSensorValueStr
otherNumericSensorEntry.otherNumericSensorValueInt
.otherNumericSensorEntry.otherNumericSensorValueIntX1000

 

Steve

(CID:96044498)

Reply

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

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-02 12:18 PM . Last Modified: ‎2024-04-09 11:54 PM

In response to DCIM_Support
0 Likes
0
715
  • 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-02 12:18 PM . Last Modified: ‎2024-04-09 11:54 PM

Hello Steve, Thanks for share your experience and commentaries, it will be a great help in this process, I´ll transfer this information to our customer and will post their commentaries here.

 

Have a great day.

 

Erlinson Bravo G.

(CID:96045002)

Reply

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

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-02 12:18 PM . Last Modified: ‎2023-10-31 11:27 PM

0 Likes
0
715
  • 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-02 12:18 PM . Last Modified: ‎2023-10-31 11:27 PM

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

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