Got NoSuchName when I was SNMP requesting a MIB with long string value

2008-06-26 Thread ling zhou
n while the it only got called once in normal situation. I suspect that there may be a 256-byte buffer defined in snmpd which stores the snmp response. Could one give me some suggestions? Thank you in advance. Cheers, Ling -

Re: snmpd: unknown token: master, agentxsocket

2007-03-21 Thread Ling
shutting down... snmpd: can't resolve symbol 'shutdown_proxy' ". I also tried to compile my MIB into snmpd, I did add "--with-mib-modules=mymib" in the makefile, I can see my C files have been compiled, because I saw .o and .lo files of my mib. But I still cann&

Re: snmpd: unknown token: master, agentxsocket

2007-03-21 Thread Ling
ing else I should do? Thanks again, Ling # # Makefile for net-snmp # #NET_SNMP_CFG = --host=i686-pc-linux --target=arm-linux --prefix= NET_SNMP_CFG = --host=$(CROSS_COMPILE:-=) --prefix= ifdef CONFIG_CPU_BIG_ENDIAN NET_SNMP_CFG += --with-endianness=big else NET_SNMP_CFG += --with-endianness=li

snmpd: unknown token: master, agentxsocket

2007-03-20 Thread Ling
lizing: usmUser mib_init: initializing: vacm_context There is nothing to do with "agentx_config". Could anyone tell me how to turn on "agentx_config". As far as I understand, agentx is a default setting of net-snmp. Thanks you very much, Ling

snmpd: unknown token: master, agentxsocket

2007-03-20 Thread Ling
Hi, all, I am trying to implement snmpd on my embeded system. I want snmpd to be the master, and my MIB to be the subagent. But I got the following messages when I was running snmpd. "snmpd.conf: line 14: Warning: Unknown token: master." "snmpd.conf: line 15: Warning: Unkonwn token: agentxsocke