Hello again,
OK I think I see the misunderstanding here. Because we load the MIB for F5, net-snmp will automatically translate enum values from their integer to the string representation (such as "ethernetCsmacd").
Additionally, SNMP::Info can be implemented with a munge routine to further manipulate the values, but that's not done in this case. The _raw suffix to any method is a hint to avoid this second munge. There is no similar way to avoid the MIB translation of the enum.
So is that what you're seeing? If not, please can you give some examples of how the output differs from what you expect to see, as I cannot reproduce it here.
regards,
oliver.
On Sun May 15 08:13:50 2016, ABRAXXA wrote:
Show quoted text> Hi Oliver,
> yes, like I initially wrote SNMP::Info::Layer3::F5 defines sub i_type
> but not sub i_type_raw which leads to i_type_raw not returning the raw
> values.
--
regards,
oliver.