Check-in Number:
|
5690 | |
Date: |
2007-Mar-01 11:54:57 (local)
2007-Mar-01 10:54:57 (UTC) |
User: | rse |
Branch: | |
Comment: |
cleanup |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/README 1.20 -> 1.21
--- 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
|
|