This is a discussion on Re: DISMAN-EVENT-MIB ? within the SNMP Users forums, part of the Networking and Network Related category; On Thu, 2005-05-12 at 11:57, =E7=A7=A6=E5=AE=87=E4=BC=9F wrote: > In ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 2005-05-12 at 11:57, =E7=A7=A6=E5=AE=87=E4=BC=9F wrote:
> In the man page of SNMPD, it is said something about how to incorporate= =E2=80=9CDISMAN-EVENT-MIB=E2=80=9D; > I run the following commands: > $ ./configure -with-mib-modules=3D=E2=80=9Ddisman/event-mib=E2=80= =9D > $ make > $ make install Yes - that's correct. > I find that there is only a file =E2=80=9Cevent-mib.h=E2=80=9D without = =E2=80=9Cevent-mib.c=E2=80=9D. Correct. "disman/event-mib.h" simply pulls in the relevant implementation files (mte*.[ch]) and adds the DISMAN-EVENT-MIB to the default list. It's purely used by "configure", and is basically ignored when it comes to compiling the agent. > however, when I run the =E2=80=9C./snmpd=E2=80=9D and =E2=80=9C./snmpt= rapd=E2=80=9D, I can not > get the trap information. How have you configured the snmpd.conf file? Dave ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |