DX NetOps

 View Only

CADA: Converting OIDs to Characters

  • 1.  CADA: Converting OIDs to Characters

    Posted Jun 11, 2014 11:34 AM

    I have F5 BIG-IP 4000 devices with OIDs which represent the real values. The OIDs values are in ANSI character code and I need to convert them into readable characters. Is there any way to do this within CA Data Aggregator Vendor Certification

    Example:

    1) snmpwalk output: SNMPv2-SMI::enterprises.3375.2.2.10.11.3.1.2.19.47.67.101.114.116.47.49.48.46.52.51.46.50.48.48.46.49.57.55 = Hex-STRING: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    2) Taking OIDs starting from 19: 19.47.67.101.114.116.47.49.48.46.52.51.46.50.48.48.46.49.57.55

    3) Converting each OIDs into characters (same as the function chr in vb) to get the real value:  /Cert/10.43.200.197

    Aurélien