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

Contact Support

Close

Ask our Experts

Have a question related to our products, solutions or services? Get quick support on community Forums

Email Us

For Community platform-related support, please email us

New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).

Wireless sensors: Name over the MIB to get the RSSI variable

EcoStruxure IT Forum

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

Search in

Improve your search experience:

  • Exact phrase → Use quotes " " (e.g., "error 404")
  • Wildcard → Use * for partial words (e.g., build*, *tion)
  • AND / OR → Combine keywords (e.g., login AND error, login OR sign‑in)
  • Keep it short → Use 2–3 relevant words , not full sentences
  • Filters → Narrow results by section (Knowledge Base, Users, Products)
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: 

Select a Country

Please select a country to continue with beta search.

  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT Forum
  • Wireless sensors: Name over the MIB to get the RSSI variable
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
Cory_McDonald Champion
159
Jef
Jef Leader
114
gsterling
gsterling Mentor
77
View All

Recommended Forums

  • APC UPS Data Center & Enterprise Solutions Forum

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
Start a Topic
Solved
DCIM_Support
DCIM_Support Mentor
Mentor

Posted: ‎2020-07-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

0 Likes
2
1271
  • 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-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

Wireless sensors: Name over the MIB to get the RSSI variable

Talking about wireless sensor I´d like to know what is the name or identifier over the MIB to get the RSSI variable

(CID:140713349)

Labels
  • Labels:
  • Data Center Expert
  • 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
DCIM_Support Mentor
Mentor

Posted: ‎2020-07-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

0 Likes
0
1271
  • 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-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

Hi Victor.

You didn't mention which appliance you are using so I've provided for both the 250 as well as for the devices such as the 570.

If you're using a Netbotz appliance such as the 570, you can download the mib on the web page of the appliance:

http:///netbotzv3.mib

It's not a straight "What OID is for the value for this sensor"? I suggest to get a clearer picture here that you give specific names to these values. For this test, I've renamed the RSSI to "RSSI (sensor73AA)". This way we know exactly what value is associated with this sensor(it's last 4 of the mac address) instead of potentially having 20 +/- sensors all labeled RSSI.

Please note in this case the value is 83.

If you then poll 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

You get a list of all the sensors of this type (and others)

Please note that the highlighted sensor has an instance of 2810708973 and it is connected to the label  "RSSI (sensor73AA)". To get any further info on this sensor, you poll other OIDs and look to match this SNMP instance. If I then poll:

.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorValueInt

.1.3.6.1.4.1.5528.100.4.1.10.1.8

 

I get the following values. Please note that the instance of 2810708973 that matches the previous label  "RSSI (sensor73AA)" is responding with the integer "83":

This is the RSSI for "RSSI (sensor73AA)" or wireless temp sensor Sensor Pod 100 T (00C0B700008273AA)

Sorry it's not easier but it was done this way due to the dynamic nature of the NetBotz appliance.

 

********************************************************************************************************************

********************************************************************************************************************

If you're using a NetBotz 250, it's much easier. You'll want to download the powernet.mib at www.apc.com/tools/download

You'll want to poll:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.environmentalMonitor.envWireless.wirelessSensorStatus.wirelessSensorStatusTable.wirelessSensorStatusEntry.wirelessSensorStatusRssi

.1.3.6.1.4.1.318.1.1.10.5.1.1.1.19

You may need the specific instance if you're trying to poll an individual sensor..

The rest of the wireless OIDs for the 250 can be found under:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.environmentalMonitor.envWireless

.1.3.6.1.4.1.318.1.1.10.5

 

Thanks,

Steve

 

(CID:140713649)

See Answer In Context

Reply

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

Replies 2
DCIM_Support
DCIM_Support Mentor
Mentor

Posted: ‎2020-07-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

0 Likes
0
1272
  • 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-05 05:56 PM . Last Modified: ‎2024-04-03 03:11 AM

Hi Victor.

You didn't mention which appliance you are using so I've provided for both the 250 as well as for the devices such as the 570.

If you're using a Netbotz appliance such as the 570, you can download the mib on the web page of the appliance:

http:///netbotzv3.mib

It's not a straight "What OID is for the value for this sensor"? I suggest to get a clearer picture here that you give specific names to these values. For this test, I've renamed the RSSI to "RSSI (sensor73AA)". This way we know exactly what value is associated with this sensor(it's last 4 of the mac address) instead of potentially having 20 +/- sensors all labeled RSSI.

Please note in this case the value is 83.

If you then poll 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

You get a list of all the sensors of this type (and others)

Please note that the highlighted sensor has an instance of 2810708973 and it is connected to the label  "RSSI (sensor73AA)". To get any further info on this sensor, you poll other OIDs and look to match this SNMP instance. If I then poll:

.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorValueInt

.1.3.6.1.4.1.5528.100.4.1.10.1.8

 

I get the following values. Please note that the instance of 2810708973 that matches the previous label  "RSSI (sensor73AA)" is responding with the integer "83":

This is the RSSI for "RSSI (sensor73AA)" or wireless temp sensor Sensor Pod 100 T (00C0B700008273AA)

Sorry it's not easier but it was done this way due to the dynamic nature of the NetBotz appliance.

 

********************************************************************************************************************

********************************************************************************************************************

If you're using a NetBotz 250, it's much easier. You'll want to download the powernet.mib at www.apc.com/tools/download

You'll want to poll:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.environmentalMonitor.envWireless.wirelessSensorStatus.wirelessSensorStatusTable.wirelessSensorStatusEntry.wirelessSensorStatusRssi

.1.3.6.1.4.1.318.1.1.10.5.1.1.1.19

You may need the specific instance if you're trying to poll an individual sensor..

The rest of the wireless OIDs for the 250 can be found under:

.iso.org.dod.internet.private.enterprises.apc.products.hardware.environmentalMonitor.envWireless

.1.3.6.1.4.1.318.1.1.10.5

 

Thanks,

Steve

 

(CID:140713649)

Reply

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

DCIM_Support
DCIM_Support Mentor
Mentor

Posted: ‎2020-07-05 05:56 PM . Last Modified: ‎2023-10-22 04:23 AM

0 Likes
0
1271
  • 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-05 05:56 PM . Last Modified: ‎2023-10-22 04:23 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

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

You’ve reached the end of your document

WHAT’S NEXT?

Ask our Experts

Didn't find what you are looking for? Ask our experts!

My Dashboard

Check out the new Feeds and activities that are relevant to you.

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

    Ask our Experts

    Have a question related to our products, solutions or services? Get quick support on community Forums

    Email Us

    For Community platform-related support, please email us

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 © 2026 Schneider Electric

Welcome!

Welcome to your new personalized space.

of

Explore