I’m trying to send OctetString in SNMP trap. I’m using SNMP4J to do so.
The problem is that I need to put colon (‘:’) in my string.
Since the OctetString use colon as a separator my string is cut in the middle (where the colon is).
Is there a way to escape my message?
Thanks
You may capture network packets to see at which spot the packet becomes corrupt. OCTET STRING type does not use colon as separator, and this is according to SNMP protocols.