Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 0782140734
JNCIP: Juniper Networks Certified Internet Professional Study Guide: Exam CERT-JNCIP-M
Harry Reynolds
ISBN: 978-0-7821-4073-6
Hardcover
686 pages
March 2003
This title is out-of-print and not currently available for purchase from this site.
 
About This Title | Errata
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
ChapterPageDetailsDatePrint Run
Combined Errata

Page 17

Listing 1.2: last line should read "root@r1# set ops allow-commands "show interfaces " the $ should be deleted.

Page 19

Second code line reads allow-commands "show interfaces"; should read allow-commands "show interfaces "; Note: the space between interfaces and the quotation mark is essential.

Page 383

Under IBGP Authentication, first bullet point should read " r3, r4, and r5 authenticate to each other using key jni."

Page 414

Second para from the bottom of the page, "BGP speaker 10.0.3.4 (r3)" should read "BGP speaker 10.0.3.4 (r4)"

Page 466

Listing 5.5: insertion of two additional code lines. .
Two addition lines of code should be inserted between lines 13 and 14. Lines 13 -15 currently read:

neighbor 10.0.9.7;
}
group c-bgp {

The code should read as follows with the insertions. Correct complete code listing can be accessed on the companion CD:

neighbor 10.0.9.7;
hold-time 135;
}
}
group c-bgp {

Page 522

Figure 6.3, line 2 of figure label reads "lab@r6# show" should read "lab@r3# show"