
Hello,
Altaf Aali wrote:
- Has anyone successfully built the libsmi package on Solaris 9/10. I have
tried on Solaris 10 with no success; Configure works but the compilation fails almost immediately. I will soon try with Solaris 9 as well but any pointers would be really appreciated.
Could you provide some output example where it breaks? There is nothing specific about Solaris 10. It may be that you are not using GNU make(1) or some other simple thing.
- I would like to modify the 'dump identifers' driver for smidump to show
the nodes in the following format:
<typedef basetype="Integer32" name="" status="current">
<range min="0" max="65535" /> </typedef>
However, for myMac, I see the pointer to the SNMP-TC mib:
<type module="SNMPv2-TC" name="MacAddress" />
Is there a way to get the base type or typedef for such columns.
That's the way they are defined in the original MIB. Either as a simple type (INTEGER) or some complex type (or textual convention) defined elsewhere (SNMPv2-TC::MacAddress).
I think you might need to traverse the MIB tree programmatically to resolve the types.