Index: ossp-pkg/snmpdx/README RCS File: /v/ossp/cvs/ossp-pkg/snmpdx/README,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/snmpdx/README,v' 2>/dev/null --- README 2007/03/01 10:53:20 1.20 +++ README 2007/03/01 10:54:57 1.21 @@ -47,21 +47,21 @@ QUICKSTART - $ ./devtool autogen #optional - $ PREFIX=/openpkg-dev; ./configure \ - --prefix=$PREFIX \ - --with-openpkg=$PREFIX \ - --with-snmp=$PREFIX \ - --with-perl=$PREFIX/bin/perl - $ make + $ ./devtool autogen #optional + $ PREFIX=/openpkg-dev; ./configure \ + --prefix=$PREFIX \ + --with-openpkg=$PREFIX \ + --with-snmp=$PREFIX \ + --with-perl=$PREFIX/bin/perl + $ make - Standalone, emulate snmp/snmpdx communication - $ ( echo "getnext"; echo ".1" ) | ./snmpdx --probedir=./snmpdx.d --mibdir=. + # 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 + # standalone: command line + $ ./snmpdx -g .1.3.6.1.4.1.4007.42.1.1.2.1 #enterprises.cw.snmpdx.host.hardware.hwCpu.hwCpuNum + + # integrated: + $ make install + $ snmpwalk -Os -c public -v 2c 127.0.0.1 .1.3.6.1.4.1.4007.42