Snmpcollector probe engine id limit
search cancel

Snmpcollector probe engine id limit

book

Article ID: 374395

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Tried adding a profile for a device(snmpv3) in the snmpcollector probe but it kept failing. The error in the log mentioned the device engine id was too long. May I know what is the limit for the engine id of a device for the snmp collector probe? Are we able to tweak that limit to allow that device to be added?

 

[attach_socket,snmpcollector] v3 privProtocol: AES128
[attach_socket,snmpcollector] v3 privProtocolToSend:  AES128
[attach_socket,snmpcollector] stderr: 2024-08-05 13:07:28,421 - [attach_socket] INFO com.ca.esd.aiops.pollerinterface.CommonPollerInterface - Created new device profile for ##.##.##.## with deviceItemID ##

[OnDemandSnmpRequest-thread-596, snmpcollector] stderr: 2024-08-05 13:07:28, 422 - [OnDemandSnmpRequest-thread-596] WARN com.ca.esd.aiops.snmp.snmp4j.SnmpProxy - Network is unreachable at ##.##.##.##/161 caught exception message=Message processing model 3 returned error: Engine ID too long

[attach_socket,snmpcollector] deleteDeviceProfile for ip: ##.##.##.##
[attach_socket,snmpcollector] stderr: 2024-08-05 13:07:28,423 - [attach_socket] INFO com.ca.esd.aiops.pollerinterface.CommonPollerInterface- Going to stop polling for deviceID ## and IP Address ##.##.##.##

Environment

UIM: Any supported UIM version

probe: snmpcollector

Resolution

 The snmpcollector probe follows the SNMPv3 RFC. Ensure the engine ID is configured on the device to meet the standards in the RFC 

SNMP Engine IDs are composed of a series of octets (bytes).
They must be at least 5 octets in length and may not be more than 32 octets long.
Each octet can contain a value from 0 up to 255. Hexadecimal: ‘00’H up to ‘FF’H