Hi Michael,
Yes, Mibble should support the AGENT-CAPABILITIES macro.
I don't think I understand what your issue it with the
Mibble support for this. Could you try to clarify the
issue a bit more?
Otherwise, you can always try using the example
MibblePrinter application on any MIB to see how much
Mibble "understands". The MibblePrinter will only
pretty-print MIB information that it can read via the
Mibble API. The full source code is available if you
need to lookup how anything in particular is done.
Cheers,
/Per
Scheffen, Michael wrote:
Hi,
I'm currently using Mibble 2.7 in my project and I tried to load mibs
with agent-capabilities. For example an extract of the
cisco-ospf-capability.mib:
CISCO-OSPF-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoOspfCapability MODULE-IDENTITY
::= { ciscoAgentCapability 287 }
ciscoOspfCapabilityV12R025S AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.0(26)S"
STATUS current
DESCRIPTION "CISCO-OSPF-MIB capabilites"
SUPPORTS OSPF-MIB
INCLUDES { ospfBasicGroup, ospfAreaGroup, ospfStubAreaGroup,
ospfLsdbGroup, ospfHostGroup, ospfIfGroup,
ospfIfMetricGroup, ospfVirtIfGroup, ospfNbrGroup,
ospfVirtNbrGroup, ospfExtLsdbGroup,
ospfAreaAggregateGroup }
VARIATION ospfAuthType
ACCESS read-only
DESCRIPTION "Unable to create or modify"
VARIATION ospfImportAsExtern
ACCESS read-only
DESCRIPTION "Unable to create or modify"
VARIATION ospfAreaSummary
ACCESS read-only
DESCRIPTION "Unable to create or modify"
::= { ciscoOspfCapability 1 }
END
But as result I get all "Variation-Values" twice with the primary ACCESS
and DESCRIPTION.
What I have to consider? Does mibble even supports agent-capabilities?
Thanks in Advance,
msf
_______________________________________________
Mibble-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mibble-users