how to make a device snmp enabled??

2016-12-27 Thread deepak . sachan deepak . sachan
Hello friends We have developed a hardware /device for communication purpose and we make it to SNMP enabled so that it can be remotely configured & Monitored . So what are the basic requirements. We have a processor with Linux OS on the device. My main concern is How we developed MIB for that

Re: snmp v3 adding user

2016-12-27 Thread Pushpa Thimmaiah
Hi, Both /var/net-snmp/snmpd/conf and /var/lib/net-snmp/snmpd.conf are snmp persistent config files , only snmp persistent directory are different. I have seen latest version of net-snmp set '/var/lib/net-snmp/' as default snmp persistent directory and few (may be old) net-snmp sets '/var/net-snmp

Re: snmp v3 adding user

2016-12-27 Thread Pranesh Kulkarni
Hi Pushpa , Thanks for clearing doubt. Another query . I am using my own custom snmpd.conf , file /etc/snmp/snmpd_myagent.conf . I am starting agent with -C -c /etc/snmp/snmpd_myagent.conf I am adding v3 user to custom config file and in /var/lib/net-snmp/snmpd.conf user is not geting added

Re: how to make a device snmp enabled??

2016-12-27 Thread Pushpa Thimmaiah
Hi, 1. Download net-snmp source code and use cross compiler to compile. net-snmp souce code has text file 'INSTALL' , it has more info on compiling net-snmp source code for different arch/platform. 2. After compilation, copy net-snmp libraries, config files and snmpd on to hardware and run/execute

Re: snmp v3 adding user

2016-12-27 Thread Pushpa Thimmaiah
Hi Pranesh, User either net-snmp-create-v3-user or 'createUser' entry to create snmpv3 user , but not both I guess. Are you following below steps 1. stop snmpd 2. add createUser entry in /var/lib/net-snmp/snmpd.conf and rwuser/rouser entry in custom snmpd.conf 3. start snmpd start snmpd in debug