JNCIP勘误表
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"