AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Operatingsystems
#Servers
#AIX
#AIX
#AIX
#AIX
#AppPerformanceManagement
#Power
 View Only
  • 1.  How to use snmpinfo ?

    Posted Tue July 21, 2015 08:56 PM

    Originally posted by: KKKKIIDA


    I want to get a network device's MIB value " cpmCPUTotal5min (1.3.6.1.4.1.9.9.109.1.1.1.1.5) " .

    Please give me a command line sample .


    #AIX-Forum


  • 2.  Re: How to use snmpinfo ?

    Posted Wed July 22, 2015 01:31 PM

    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