Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] Setting and OID to an SNMP device does not work #1580

Open
kitaniman opened this issue Nov 3, 2024 · 0 comments
Open

[HELP] Setting and OID to an SNMP device does not work #1580

kitaniman opened this issue Nov 3, 2024 · 0 comments
Assignees

Comments

@kitaniman
Copy link

Describe the issue
How to send an SNMP set request to the target SNMP device? I would like to set the OID 1.3.6.1.4.1.26381.1.11.1.0 to "0" (OctetString) But the documentation does not include an example of how the RPC request is supposed to look like as far as I have seen.

image

Connector name:
SNMP Connector:
{
"devices": [
{
"deviceName": "Office Smart PDU",
"deviceType": "snmp",
"ip": "192.168.50.3",
"port": 161,
"pollPeriod": 45000,
"community": "private",
"attributes": [],
"telemetry": [],
"attributeUpdateRequests": [],
"serverSideRpcRequests": [
{
"requestFilter": "setData",
"method": "set",
"oid": "1.3.6.1.4.1.26381.1.11.1.0"
}
]
}
],
"logLevel": "DEBUG",
"name": "privateOfficeSmartPdu",
"enableRemoteLogging": true,
"id": "ece4b482-72ca-4aee-ae73-c0e09fa4f92d"
}

Error traceback:
{"error":"privateOfficeSmartPdu - connector not found in available connectors.","code":404}

Versions (please complete the following information):

  • OS: Docker Image
  • Thingsboard IoT Gateway version: 3.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants