Solaris 10 Snmp command to MiB OID

Hi guys,

I am doing follow this guy Tech deposits. : iostat monitoring for zenoss and such

I stuck at this step:
Add a line into /etc/snmp/snmpd.conf file:
pass .1.3.6.1.4.1.2021.255.1 /usr/local/bin/sar_iostat_snmp.sh -m 1 -d dev253 -o .1.3.6.1.4.1.2021.255.1

and test snmp by the command below:
# snmpwalk -v2c -c public datawarehouse .1.3.6.1.4.1.2021.255.1

I have search Google for snmp agent of solaris 10 and find very lack examples for this configuration. I want to ask someone having experience in configuring snmp agent of solaris for help?

root@bmc_eye # uname -a
SunOS bmc_eye 5.10 Generic_142900-07 sun4u sparc SUNW,Sun-Fire-V245

Thank you.

I'm not sure what your question is but I'll try to help a little bit.

They want you to add the line to the snmp.conf file. This file contains configuration information for the snmp agent. After you add the line, then run the command to test your work.

Have you tried this? What was the result?