Hello,
I'm developing an application using XPort Pro 16MB module.
For the development I use the Linux SDK (2.0.0.3).
I enabled SNMP functionality with few commands (snmpget, snmpset, snmpwalk, ....), then compiled the kernel and booted into the device. However, when trying to conduct any SNMP command on the uClinux command line, I get an error and the device then locks up:
Output I get:
Please advise, what could be wrong.
Many thanks
I'm developing an application using XPort Pro 16MB module.
For the development I use the Linux SDK (2.0.0.3).
I enabled SNMP functionality with few commands (snmpget, snmpset, snmpwalk, ....), then compiled the kernel and booted into the device. However, when trying to conduct any SNMP command on the uClinux command line, I get an error and the device then locks up:
Output I get:
Code:
/ # snmpget -v 1 -c private 127.0.0.1 .1.3.6.1.4.1.43984.2.1.9.1.1.1.0 No log handling enabled - using stderr logging Created directory: /var/net-snmp Created directory: /var/net-snmp/mib_indexes MIB search path: //.snmp/mibs:/home/lantronix/linuxsdk/linux/user/net-snmp/build //share/snmp/mibs Cannot find module (SNMPv2-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Canno
Many thanks
Comment