summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c7a608)
raw | patch | inline | side by side (parent: 2c7a608)
author | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 8 Mar 2002 22:11:37 +0000 (22:11 +0000) | ||
committer | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 8 Mar 2002 22:11:37 +0000 (22:11 +0000) |
doc/rrdtutorial.pod | patch | blob | history |
diff --git a/doc/rrdtutorial.pod b/doc/rrdtutorial.pod
index 8c921f9e5cabb4efb7d0400df21ef0e6f325506f..a2cb903e96a5a6f90a31fbbeb2abadf306d0d4da 100644 (file)
--- a/doc/rrdtutorial.pod
+++ b/doc/rrdtutorial.pod
understand yet, you should be able to find out how to start the
program and use it.
- snmpget myrouter public system.sysdescr.0
+ snmpget myrouter public system.sysDescr.0
The device should answer with a description of itself, perhaps empty.
Until you got a valid answer from a device, perhaps using a different
"password", or a different device, there is no point in continuing.
- snmpget myrouter public interfaces.ifnumber.0
+ snmpget myrouter public interfaces.ifNumber.0
Hopefully you get a number as a result, the number of interfaces.
If so, you can carry on and try a different program called "snmpwalk".
- snmpwalk myrouter public interfaces.iftable.ifentry.ifdescr
+ snmpwalk myrouter public interfaces.ifTable.ifEntry.ifDescr
If it returns with a list of interfaces, you're almost there.
Here's an example: