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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

NetBotz 250 Impossibility to poll some SNMP OIDs

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
  • NetBotz 250 Impossibility to poll some SNMP OIDs
Options
  • Subscribe to RSS Feed
  • 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
108
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-05 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

0 Likes
8
3452
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

NetBotz 250 Impossibility to poll some SNMP OIDs

Hello,

 

I am currently working on a NetBotz Rack Monitor 250 and would like to poll the following OID, that I found by reading the downloaded PowerNet-MIB:

  • essentialServicesStatus
  • apCPSdevID
  • apCPSpname

I did not succeed in polling them by using the name of OID or the ID of the OID or even by using the snmpwalk.

 

$ snmpget -v3 -l authpriv -u user-snmp -a SHA -A SHA_PASSPHRASE -x AES -X AES_PASSPHRASE -m +PowerNet-MIB hostname apCPSDevId

PowerNet-MIB::apCPSDevId = No Such Object available on this agent at this OID

 

What should I do to be able to poll these three OIDs, which are present in the PowerNet-MIB.mib ?

Thank you in advance.

RF

(CID:147201839)

Labels
  • Labels:
  • IT Expert
  • NetBotz
  • Portal
  • Tags:
  • bug
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-05 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

0 Likes
1
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

Hi Raphael,

 

No Such Object available on this agent at this OID means that OID is not applicable to that device.

 

Those CPS based OIDs are specific to the Console Port Server and are not available in any of the NMC based products.

 

essentialServicesStatus is specific to only StruxureWare Data Center Operations:

 

My suggestion is to compile the MIB into an SNMP utility so that you can see the entire OID and what types of values are available in the different devices. An SNMPwalk will also show the available OIDs. If you need to look at the MIB and find an object that you want to poll, simply look at the whole object and you can find the hierarchy as I did searching for apCPSdevID in the MIB:

apCPSDevId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The product's identifier."
::= { cpsAP930xSys 8 }

cpsAP930xSys                   OBJECT IDENTIFIER ::=  { cpsAP930x 1 }

cpsAP930x                      OBJECT IDENTIFIER ::=  { consolePortServer 1 }

consolePortServer              OBJECT IDENTIFIER ::=  { hardware 19 }

hardware OBJECT IDENTIFIER ::= { products 1 }

products OBJECT IDENTIFIER ::= { apc 1 }

apc OBJECT IDENTIFIER ::= { enterprises 318 }

.iso.org.dod.internet.private.enterprises.apc.products.hardware.consolePortServer.cpsAP930x.cpsAP930xSys.apCPSDevId

 

Thanks

Steve

(CID:147202319)

See Answer In Context

Reply

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

Replies 8
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-05 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

Hi,

I have performed some digging an found out that the "software" OID (1.3.6.1.4.1.318.1.2) cannot be polled. This OID is the root of all the other OIDs I want to poll.

 

What should I do so this OID becomes pollable ?

Thank you in advance for the attention you may pay to my question.

Best Regards,

RF

(CID:147202238)

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-05 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

0 Likes
1
3451
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

Hi Raphael,

 

No Such Object available on this agent at this OID means that OID is not applicable to that device.

 

Those CPS based OIDs are specific to the Console Port Server and are not available in any of the NMC based products.

 

essentialServicesStatus is specific to only StruxureWare Data Center Operations:

 

My suggestion is to compile the MIB into an SNMP utility so that you can see the entire OID and what types of values are available in the different devices. An SNMPwalk will also show the available OIDs. If you need to look at the MIB and find an object that you want to poll, simply look at the whole object and you can find the hierarchy as I did searching for apCPSdevID in the MIB:

apCPSDevId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The product's identifier."
::= { cpsAP930xSys 8 }

cpsAP930xSys                   OBJECT IDENTIFIER ::=  { cpsAP930x 1 }

cpsAP930x                      OBJECT IDENTIFIER ::=  { consolePortServer 1 }

consolePortServer              OBJECT IDENTIFIER ::=  { hardware 19 }

hardware OBJECT IDENTIFIER ::= { products 1 }

products OBJECT IDENTIFIER ::= { apc 1 }

apc OBJECT IDENTIFIER ::= { enterprises 318 }

.iso.org.dod.internet.private.enterprises.apc.products.hardware.consolePortServer.cpsAP930x.cpsAP930xSys.apCPSDevId

 

Thanks

Steve

(CID:147202319)

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-05 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

In response to DCIM_Support
0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:52 AM

Hello Steve,

Thank you for your answer.

Does it mean that there is absolutely no way I can read these OIDs directly on the NetBotz Monitor 250 ?

Best Regards,

RF

(CID:147203119)

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-05 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

0 Likes
3
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

The PowerNET MIB represents available OID's as supported by various APC devices.

Not all devices support all OIDs which is why you aren't able to get values for them for the NB 250, they simply aren't supported/used for that platform.

(CID:147203149)

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-05 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

In response to DCIM_Support
0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

Hi ,

Thank you for your answers.

I understand now that some OIDs cannot be polled because the device is not supporting them.

 

I tried with other OIDs such as the temperature, humidity and the door status. What I do not understand is why it is not possible to poll an OID treatinting bout the Temperature, Humidty on the Rach Monitor 250, while it is a device dedicated to have sensors plugged on it.

(CID:147783986)

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-05 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

In response to DCIM_Support
0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:18 PM . Last Modified: ‎2024-04-03 12:51 AM

Sorry but I don't know " treatinting". Are you saying that you can not poll temperature and humidity on the 250? Have you tried an SNMPwalk of the device as we spoke of earlier? What values DO show?

What firmware are you running?

(CID:147784004)

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-05 09:19 PM . Last Modified: ‎2024-04-03 12:51 AM

In response to DCIM_Support
0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:19 PM . Last Modified: ‎2024-04-03 12:51 AM

Hi,

When I used to do the snmpwalk, I thought there was no information available on the Temperature, etc., since the value displayed is an integer. Therefore, I did not understand it as being the real value.

For example, while doing an snmpwalk, 20 was displayed for the temperature, while, when using the CLI, 20.3°C was displayed

There was some misunderstanding from me.

Thank you for your answer.

Best Regards,

RF

 

(CID:147784007)

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-05 09:19 PM . Last Modified: ‎2023-10-22 03:11 AM

0 Likes
0
3450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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 09:19 PM . Last Modified: ‎2023-10-22 03:11 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.

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