Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The OIDFormat allows to parse and format OIDs with sub-index values as string values (instead of th well-known dotted numeric format 1.3.6) like for example vacmAccessContextMatch."v3group"."".3.'noAuthNoPriv(1)'. With that format variable length sub-index values are enclosed with double quotes and fixed length or implied length sub-index values are enclosed with single quotes.

Note
titleWarning

If you use the same quotation character for fixed and variable length, you will not be able to parse OIDs properly if the MIB information for the corresponding table is not available/loaded!

Warning
titleAlways use a consistent escape character!

The escaping charcater and the escape character used in the quote escape sequences for fixed and variable length sub-indexes must be identical! Otherwise, the format will not work.

 

Using Single Quotes Only

...