mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mibble-users] Problems with Agent-Capabilities


From: Per Cederberg
Subject: Re: [Mibble-users] Problems with Agent-Capabilities
Date: Wed, 16 Aug 2006 22:18:26 +0200
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]