You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Warning

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!

 

Using Single Quotes Only

To use single quotes only, execute the following code, before using OIDs:

 

 

 

  • No labels