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

[1380 byte] By [hartsoot] at [2007-11-26 5:52:45]
# 1

I finally made snmpdemo work, and here are the issues:

1) apply all the patches for both SEA and SDK.

2) the problems with making it work are in the .acl files.

use the snmpdemo.acl UNCHANGED!

use the snmpdemo.reg UNCHANGED! You can comment out the "port" if you want.

modify your snmpdx.conf to allow read-write for the DNS name where snmpdx is running.

create an snmpdemo.rsrc file if you want S76snmpdx to automatically start snmpdemo.

hartsoot at 2007-7-6 13:03:42 > top of Java-index,Administration Tools,Solstice Enterprise Agents...