Re: Agent Simulator

2014-09-08 Thread Ilya Etingof
You may also consider trying to use http://snmpsim.sf.net. On 08/22/2014 10:44 AM, Mohd Azamhar Mohd Tawil wrote: > Hi, > > I am new here. Try to figure out how to make agent simulator from > custom OID. From the search I am doing at this mailing I am just came > through using override directiv

Re: Agent Simulator

2014-09-08 Thread Bill Fenner
If you just want to return static values to simulate a MIB implementation, you could try https://github.com/fenner/MIBjig/ (Sorry the README is not very up to date) Bill On Fri, Aug 22, 2014 at 2:44 AM, Mohd Azamhar Mohd Tawil wrote: > Hi, > > I am new here. Try to figure out how to make

Not getting response from localhost

2014-09-08 Thread Dharm S
Hi All, I am using the following snmpd.conf. ### # # EXAMPLE.conf: # An example configuration file for configuring the Net-SNMP agent ('snmpd') # See the 'snmpd.conf(5)' man page for details # # Some entries are deli

No response from localhost

2014-09-08 Thread Dharm S
Hi All, I am using the following snmpd.conf. ### # # EXAMPLE.conf: # An example configuration file for configuring the Net-SNMP agent ('snmpd') # See the 'snmpd.conf(5)' man page for details # # Some entries are deli

MIB for Dummies (MFD) executable does not respond to snmpwalk/get

2014-09-08 Thread Kenneth Hung
Hi, I'm new to Linux. Following the SNMP MFD example ( http://www.net-snmp.org/wiki/index.php/MFD:ifTable:Testing), I'm writing an SNMP extension agent using the MIB for Dummies ( http://www.net-snmp.org/wiki/index.php/MIB_for_Dummies) config file (mib2c.mfd.conf). I successfully created my execu

Agent Simulator

2014-09-08 Thread Mohd Azamhar Mohd Tawil
Hi, I am new here. Try to figure out how to make agent simulator from custom OID. From the search I am doing at this mailing I am just came through using override directive. I am using centos 6.5.. this is what I been doing. 1) Edit /etc/snmpd/snmpd.conf to add this at last file override 1.3.6.1

saving cloned usmUsers to static config file automatically

2014-09-08 Thread Sandy Alden
Hi. I am trying to find a way to save new (cloned) usmUsers to the static configuration file automatically. I clone a new user using MG-Soft and am able to walk the usmUserTable and see the new user. Then, if I reload snmpd, the new user then appears in the dynamic configuration file (/var/ne

how to respond back for snmptable request

2014-09-08 Thread rahul choubey
Hi Team, I have been able to implement snmpget requests in perl using NetSNMP::agent. It is working fine. However i am a bit confused about how to respond back for snmptable requests i.e. how to implement the function that will be registered with appropriate OID in NetSNMP::agent. Any reference

How to set BITS data type?

2014-09-08 Thread Alex
The MIB OID object have data type of BITS: Composed Type: Bits Base Type: BITS Access: read-write Kind: Scalar SMI Type: OBJECT-TYPE Value List: docsis (0) emta (1) cpe (2) DEFVAL { '00'h } ::= { saCmMtaCliAccess 2 } I want set value 2 (cpe). I tried to set value use snmpset -v2c -c pu

A question about key derivation

2014-09-08 Thread godstone
HI I have a question about the KDF(key derivation function). In my code i am going to derive my key using function generate_Ku. As far as i know, to derive a key, the 'salt' and 'iterations' are nessesary. (http://en.wikipedia.org/wiki/Key_derivation_function) so would you please show me where

SNMPv3 Trap Question

2014-09-08 Thread Gary Dunlap
Hi. I'm having trouble with some of the SNMPv3 traps sent by snmpd being rejected, and I think it's because of the SNMPv3 replay protection mechanism. It looks like when some event causes a reconfigure of snmpd, then maybe registered callbacks are run. One of these may be engineBoots_conf().