Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 27
near bottom

Missing hyphen following "OBJECT-TYPE":
FROM RFC 1212;
should be
FROM RFC-1212;

Anonymous  Jun 2007
Printed Page 35
next-to-last sentence

In the sentence starting with, "From here," there is a missing dot: "mib-2 1" should
be "mib-2.1"

Anonymous  Jun 2007
Printed Page 38
Middle of page

snmpget cisco.ora.com public .1.3.6.1.2.1.1.6.0
should read:
snmpget -v1 -c public cisco.ora.com .1.3.6.1.2.1.1.6.0

Anonymous  Jun 2007
Printed Page 44
Near top

snmpwalk cisco.ora.com public system
should read:
snmpwalk -v 1 -c public cisco.ora.com system

Anonymous  Jun 2007
Printed Page 54
Near bottom

./snmpbulkget -v2c -Cn1 -Cr2 127.0.0.1 -c public sysDescr sysContact
should be
snmpbulkget -v2c -Cn1 -Cr2 127.0.0.1 -c public sysDescr sysContact

Anonymous  Jun 2007
Printed Page 57
Near top

$ snmpget cisco.ora.com public system.sysLocation.0
system.sysLocation.0 = ""
$ snmpset
cisco.ora.com private system.sysLocation.0 s "Atlanta, GA"
system.sysLocation.0 = "Atlanta, GA"
$ snmpget cisco.ora.com public system.sysLocation.0
system.sysLocation.0 = "Atlanta, GA"

Should read

$ snmpget -v 1 -c public cisco.ora.com system.sysLocation.0
system.sysLocation.0 = ""
$ snmpset -v 1 -c private cisco.ora.com system.sysLocation.0 s "Atlanta, GA"
system.sysLocation.0 = "Atlanta, GA"
$ snmpget -v 1 -c public cisco.ora.com system.sysLocation.0
system.sysLocation.0 = "Atlanta, GA"

Anonymous  Jun 2007
Printed Page 58
Starting at 2nd paragraph.

snmpset -v 1 -c private 127.0.0.1 sysContact.0s snmp@vagrant.org

should be:

snmpset -v 1 -c private 127.0.0.1 sysName.0 s box


Anonymous  Jun 2007
Printed Page 78
Footnote at the bottom of the page

The footnote -
[*] This image is reprinted from the paper "SNMPv3: A Security Enhancement for SNMP" by William Stallings,
which can be found online at http://www.comsoc.org/livepubs/surveys/public/4q98issue/stallings.html

should be removed. The author drew Figure 3-2.

Anonymous  Jun 2007
Printed Page 83
Footnote at the bottom of the page

The footnote -
[*] This image is reprinted from the paper "SNMPv3: A Security Enhancement for SNMP" by William Stallings,
which can be found online at http://www.comsoc.org/livepubs/surveys/public/4q98issue/stallings.html

should be removed. The author drew Figure 3-3.

Anonymous  Jun 2007
Printed Page 144
first paragraph, last sentence

Currently:
running Version 11.0(16)
Should be:
running Version 12.3(8)T3

Anonymous  Jun 2007