Re: Procedure for adding new MIB

2005-12-13 Thread Dave Shield
On Thu, 2005-11-24 at 09:37 +, John Joseph wrote: > It should be agent in my case , since I am > trying to snmpwalk through Oracle 10 G installed on > one PC , Oracle has its own snmp agent which gets > started when u run Oracle Enterprise Manager If this MIB is implemented by the O

Re: Procedure for adding new MIB

2005-11-24 Thread John Joseph
Hi Dave Thanks for the mail It should be agent in my case , since I am trying to snmpwalk through Oracle 10 G installed on one PC , Oracle has its own snmp agent which gets started when u run Oracle Enterprise Manager In my case , I am trying to monitor . snmpwalk through

Re: Procedure for adding new MIB

2005-11-22 Thread Dave Shield
On Tue, 2005-11-22 at 11:33 +, John Joseph wrote: > Hi > Please check this procedure and please tell me , > if there is anything wrong in adding the MIB for any > new product Are you talking about adding a MIB to the SNMP client tools (i.e. being able to refer to OIDs by name rather tha

Re: Procedure for adding new MIB

2005-11-22 Thread Turbo Fredriksson
Quoting John Joseph <[EMAIL PROTECTED]>: > 1> Get the MIB for the product from the vendor > 2> copy the mib to the mibs directory >/usr/share/snmp/mibs > 3> in snmp.conf file add this >mibdirs /usr/share/snmp/mibs >mibs ALL > 4>Restart the daemon That's exactly how I do/did it...

Procedure for adding new MIB

2005-11-22 Thread John Joseph
snmp/mibs mibs ALL 4>Restart the daemon Is this procedure for adding new MIB correct , if not kindly correct me Thanks Joseph