snmpdemo does not work
I am trying to generate the snmpdemo to learn how to use the SEA SDK. I can create the snmpdemod just fine. I have created the .acl, .reg and .rscs files and moved them to /etc/snmp/conf. I then start snmpdx -d 4 and watch the output. When I snmpwalk from a differenct host as in:
snmpwalk adminfo2.xxx.xxx.xxx public enterprises.42.1000, the following appears on the host.
<<<snip>>>
#EFILTER:
TRAP RECIPIENTS:
--
>> sent 38 bytes to adminfo2.xxx.xxx.xxx.61043
>> sent 38 bytes to adminfo2.xxx.xxx.xxx.61045
AGENTS:
45D08 snmpd localhost.61052 2000000311778 0
45B60 snmpdemolocalhost.61050 4000000211776 0
43BA0 relay-agentlocalhost.161 900000000111775 58440
MANAGERS:
adminfo2.xxx.xxx.xxxnnn.nnn.nnn.28
COMMUNITIES(READ_WRITE): private public
adminfo1.xxx.xxx.xxxnnn.nnn.nnn.27
COMMUNITIES(READ_WRITE): private public
#EFILTER:
TRAP RECIPIENTS:
--
Waiting for incoming SNMP requests on UDP port 161
<< received 50 bytes from adminfo2.xxx.xxx.xxx.61055
community_check() : bad community from adminfo2.xxx.xxx.xxx
session_open() failed for a pdu received from adminfo2.xxx.xxx.xxx.61055
<< received 45 bytes from adminfo1.xxx.xxx.xxx.41997
>> sent 43 bytes to localhost.61050

