Check-in Number:
|
4665 | |
Date: |
2004-Jul-30 11:43:30 (local)
2004-Jul-30 09:43:30 (UTC) |
User: | thl |
Branch: | |
Comment: |
add/update hints to get started |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/README 1.15 -> 1.16
--- README 2004/07/30 09:30:04 1.15
+++ README 2004/07/30 09:43:30 1.16
@@ -55,10 +55,13 @@
--with-perl=$PREFIX/bin/perl
$ make
- Standalone, try
+ Standalone, emulate snmp/snmpdx communication
$ ( echo "getnext"; echo ".1" ) | ./snmpdx --probedir=./snmpdx.d --mibdir=.
+
+ Standalone, command line
+ $ ./snmpdx -g .1.3.6.1.4.1.4007.42.1.1.2.1 #enterprises.cw.snmpdx.host.hardware.hwCpu.hwCpuNum
If integrated into snmp, try
# make install
- $ snmpwalk -Os -c public -v 2c 127.0.0.1 .1.3.6.1.4.1.4007.42.1.1.2.2.1.1
+ $ snmpwalk -Os -c public -v 2c 127.0.0.1 .1.3.6.1.4.1.4007.42
|
|