See here:
https://www.ibm.com/docs/en/aix/7.2?top ... ent-snmpv3
What AIX version is the system running?In earlier versions of the AIX operating system, SNMPv1 was the only available version of SNMP for AIX.
What AIX version is the system running?In earlier versions of the AIX operating system, SNMPv1 was the only available version of SNMP for AIX.
Code: Select all
lslpp /usr/sbin/snmpdCode: Select all
snmpwalk -v 2c -c ABB x.x.x.x
snmpwalk -v 1 -c ABB x.x.x.xCode: Select all
bash-4.4# lslpp /usr/sbin/snmpd
Usage: lslpp [-R {Path|"ALL"}] {-d|-f|-h|-i|-L|-l|-p} [-I] [-acJq]
[-O{[r][s][u]}] [fileset ... | -b file | all]
OR
lslpp [-R {Path|"ALL"}] -w [-cq] [-O{[r][s][u]}] [ filename ... | all ]
OR
lslpp [-R {Path|"ALL"}] -Lc[v]
OR
lslpp [-R {Path|"ALL"}] -E[c] [fileset ... | -b file | all]
OR
lslpp [-R {Path|"ALL"}] -S [A|O]
OR
lslpp [-R {Path|"ALL"}] -e
OR
-a Displays additional ("all") information when combined with
other flags. (Not valid with -f)
-b Specifies a file or bundle to use as the fileset list source.
-c Colon-separated output.
(Includes all deinstallable levels of software if -Lc)
-d Dependents (filesets for which this is a requisite).
-E License Agreements.
-e Lists all efixes on the system.
-f Files that belong to this fileset.
-h History information.
-I Limits listings to base level filesets (no updates displayed).
-i Product Identification information (requested per fileset).
-J Use list as the output format. (Valid with -l and -L)
-L Lists fileset names, latest level, states, and descriptions.
(Consolidates usr, root and share part information.)
-l Lists fileset names, latest level, states, and descriptions.
(Separates usr, root and share part information.)
-O Data comes from [r] root and/or [s] share and/or [u] usr.
(Not valid with -L)
-p Requisites of installed filesets.
-q Quiet (no column headers).
-R User Specified Install Location
-S Lists Automatically and Optionally installed filesets.
-v Lists only information from the vendor database, which contains
ISMP product information. (Valid with -Lc only)
-w Lists the fileset that owns this file.
One of the following mutually exclusive flags: d,f,h,i,L,l,p,w,E,S,e
must be specified.
Code: Select all
bash-4.4# snmpwalk -v 1 -c ABB 172.31.20.11
bash: snmpwalk: command not found
bash-4.4# snmpwalk -v 2c -c ABB 172.30.40.84
bash: snmpwalk: command not found
bash-4.4# snmpwalk
bash: snmpwalk: command not found
is what we want. The goal is to find out what version of snmp islslpp -l /usr/sbin/snmpd