Hi All
My Application using SNMP4J API is to give response for snmp v3 requests.
I have given the following netsnmp command from my linux box.
snmpget -v 3 -a MD5 -A 'hello1234' -l authPriv -u 'snmpuser1' -x DES -X
hello1234 annra01-xp1 1.3.6.1.2.1.2.2.1.2.1 -t 30 -d
My Agent a
Hi all
I am writng an agent simulator.I need to implement trap for printer toner
level.It seems there is no snmp standard for this trap. It doesn't need to be
found exact toner level but at least I need to generate trap for approximate
toner level.Please give me the logic to find toner lev
Hi
I want to Develop snmp agent simulator. I know about snmp operations and
functions.I would like to use snmp4j agent API for my simulator. I have two
approaches in my mind.
first if i get a free source MIB compiler i would prfer this approach,
secondly I want to use MIB equivalent xm