1837426 Members
3705 Online
110116 Solutions
New Discussion

Re: snmp - commands

 
SOLVED
Go to solution
Inesa Clinko
Advisor

snmp - commands

Hi!
I have snmpdm, running on my mashine. But I cannot find commands: snmpget,snmpwalk and so on.
What I need to install in order to take all snmp-functionality?
2 REPLIES 2
Dave Hutton
Honored Contributor
Solution

Re: snmp - commands

On the outside chance you have ITO/OVO installed on a server, that's where the bins are on one of our machines. I'm assuming theres some depot file you can install them from. I'm not aware of it though.

But if you do happen to have Openview installed it's usually under:

/opt/OV/bin # ll snmp*
-r-xr-xr-x 1 bin bin 107120 Jul 18 2002 snmpColDump
-r-xr--r-- 1 bin bin 648528 Apr 1 2004 snmpCollect
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpbulk
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpget
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpnext
-r-xr-xr-x 1 bin bin 28672 Jul 18 2002 snmpnolookupconf
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpnotify
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpset
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmptrap
-r-xr-xr-x 8 bin bin 40960 Jul 18 2002 snmpwalk


Dave Hutton
Honored Contributor

Re: snmp - commands

Looks like you can download this:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/cmu_snmp-1.2u/

From the HP porting archive.
The CMU SNMP v1 distribution

Looks like it has most of the commands.