Originally posted by: GarlandJoseph
It really helps to have a brief understanding of mib tables and variables...
snmpinfo -c <community-string> -m get -h <host> -v 1.3.6.1.4.1.9.9.109.1.1.1.1.5
you should also try
snmpinfo -c <community-string> -m next -h <host> -v 1.3.6.1.4.1.9.9.109.1.1.1.1.5
you should also try
snmpinfo -c <community-string> -m dump -h <host> -v dump 1.3.6.1.4.1.9.9.109.1.1.1.1.5
I list these many attempts because I an not familiar with mib table of the device you are querying.
I recommend using a mib browser to explore the device so you can form the correct query.
These examples assume you are using snmpv1 since a communit string is specified.
#AIX-Forum