You can configure SNMP by completing the following procedure.

You must specify the COMMMETHOD and SNMPSUBAGENT options. The SNMPSUBAGENT option must specify a host that is an AIX® system with a DPI-enabled SNMP agent, such as the SystemView® agent.
commmethod snmp
snmpsubagent hostname jimbo communityname public timeout 600
snmpsubagentport 1521
snmpheartbeatinterval 5
snmpmessagecategory severity
Configure the AIX SNMP agent by customizing the
SNMP
file; the SNMP, V1 file is named: /etc/snmpd.conf, the SNMP,
V3 file is named: /etc/snmpdv3.conf. A default configuration
for SNMP, V1 might look like this: logging file=/var/snmp/snmpd.log enabled
logging size=0 level=0
community public
community private 127.0.0.1 255.255.255.255 readWrite
community system 127.0.0.1 255.255.255.255 readWrite 1.17.2
view 1.17.2 system enterprises view
trap public <snmp_manager_ip_adr> 1.2.3 fe
snmpd maxpacket=16000 smuxtimeout=60
smux 1.3.6.1.4.1.2.3.1.2.2.1.1.2 public
where is
the IP address of the system running the SNMP management application.
Attention: The trap statement also defines
the
system to which the AIX SNMP
agent forwards traps that it receives.
The snmpd and dpid2 subsystem
status can be reviewed by issuing the following commands: lssrc -s snmpd
lssrc -s dpid2
The subsystems can be started by issuing
the following commands: startsrc -s dpid2
startsrc -s snmpd
begin eventlogging snmp
enable event snmp all
[C:\] loadmib -load adsmserv.mib