| Chapter | Page | Details | Date | Print Run |
|
|
General Note Regarding the Errata Please check which printing of the book you have. As we become aware of errors in the book, we add the corrections to the text when we reprint the book. Therefore, not all the errors listed here will appear in all copies. |
1/28/08 |
|
| 2 |
99 |
Text correction On the top of page 99, it states that “NAT is covered in Chapter 10, 'Network Address Translation.'”
It should state “Chapter 11”.
|
2/5/08 |
1st |
| 3 |
127 |
Text correction On page 127, near the bottom of the page: “The following table shows you an example host range of two subnets in a Class B 240 (/20) subnet mask:"
| First subnet | 16.0 | 32.0 |
| Second subnet | 31.255 | 47.255 | |
The table should read:
| First subnet | 16.0 | 31.255 |
| Second subnet | 32.0 | 47.255 |
|
2/5/08 |
1st |
| 3 |
133 |
Subnetting in Your Head: Class B Addresses Answer to third question (line 17 on the page, not including heading) reads in part: "...the broadcast must be 172.16.63.25 since..."
It should be "172.16.63.255"
|
11/19/07 |
|
| 3 |
138 |
Text correction Second paragraph under "VLSM Design," second sentence: “And if we use a /30 on our WAN links and a /27, /28 and /29 on our LANs, we’ll get 2 hosts per WAN interface, and 30, 14 and 8 hosts per LAN interface – nice!”
Should read: “...we’ll get 2 hosts per WAN interface and 30, 14 and 6 hosts per LAN interface...” since a /29 has 6 usable hosts.
|
2/5/08 |
1st |
| 3 |
143 |
Errors in Figure 3.7 The bottom left chart, "Class C Network," contains errors.
The IP address in the heading, "192.16.10.0," should read:
"192.168.10.0"
The "Hosts" column has incorrect values for Networks A, B, C and D.
Change those values from "12,20,25,4" to "14,30,20,6"
The righthand chart also has erroneous IP addresses.
All IPs in the righthand chart should begin "192.168" not "192.16" as printed.
|
1/29/08 |
1st |
| 3 |
145 |
Errors in Figure 3.9 The righthand chart contains erroneous IP addresses.
All IPs in the chart should begin "192.168," not "192.16" as printed.
|
1/29/08 |
1st |
| 3 |
150 |
Text correction At the top of the page, the last bullet point contradicts Figure 3.16.
The last bullet should read:
"172.1.4.0/25"
|
1/28/07 |
1st |
| 3 |
168 |
Answers to Written Lab 3.1 Answer to Question #3:
The third sentence, which begins "0,32,64." should read:
"0, 32, 64, 96. The host is in the 64 subnet, broadcast address of 95. Valid host range 65-94"
|
9/5/07 |
|
| 3 |
169 |
Answers to Written Lab 3.3 Line 4, under "Number of Hosts"
The answer given, 16,384, is incorrect. The correct answer is 16,382.
|
11/19/07 |
|
| 5 |
285 |
Error in Table 5.5 The Description for "Platform" (line 5 in the table) is incorrect.
It should read:
"The type of Cisco device directly connected. In the previous output, the Corp router is directly connected to a 1242 Access point, a Cisco 2801 and two 1841 routers."
|
2/6/08 |
1st |
| 6 |
394 |
Text correction In the second paragraph after the command output, the first sentence: "Notice further down that RIP is routing for directly connected interfaces f0/1 and s0/0/0." contradicts the above output.
The sentence should read:
"...directly connected interfaces f0/1 and s0/0/1."
|
2/6/08 |
1st |
| 6 |
407 |
Answers to Review Questions, Question 1. Superflous numbering. There are 5 possible answers, A. through E.
The list should read as follows:
- Gateway(config)#ip route ...
- Gateway(config)#router rip
Gateway(config-router)#network 206...
- Gateway(config)#router rip
Gateway(config-router)#network 206...
- Gateway(config)#ip route 206...
- Gateway(config)#ip def...
|
10/29/07 |
|
| 6 |
415 |
Text correction: Answers to Written Lab 6 Answer to question 1.
Add " 150" to the end of the route, so the answer reads:
"1. ip route 172.16.10.0 255.255.255.0 172.16.20.1 150"
|
1/28/08 |
1st |
| 7 |
462 |
Text correction: Error in Table 7.4 In the first line of the table, under "Description/Function", "Shows Hello packets being sent and received on your router"
should read:
"Shows Hello packets being received on your router."
|
2/6/08 |
1st |
| 8 |
522 |
Text correction: Incorrectly labeled switches In the third paragraph, just above the Note, the text reads: “But on our R1 and R2 switches...”
The switches are labeled as S1 and S2 in the example above, so it should read “But on our S1 and S2 switches...”
|
2/6/08 |
1st |
| 8 |
529 |
Text correction In the first paragraph after the table, the second sentence: "From the preceding output, you can see that we have five MAC addresses dynamically assigned to EtherChannel poert 1." contradicts the command output in the table above.
The sentence hould read:
"...you can see that we have seven MAC addresses..."
|
2/6/08 |
1st |
| 8 |
548 |
Incorrect Answer to Review Question 5. The correct answer is "C. To prevent switching loops in networks with redundant switched paths."
The explanation is correct.
|
10/29/07 |
|
| 10 |
668 |
Answers to Written Lab 10.1 Superfluous numbering. Some answers appear on two lines, but the second line has been numbered, inserting unneded numbers into the sequence and resulting in the appearance of 18 answers for 10 questions.
The list should read as follows:
- access-list 10 deny 172.16.0.0 0.0.255.255
access-list 10 permit any
- ip access-group 10 out
- access-list 10 deny host 192.168.15.5
access-list 10 permit any
- show access-lists
- show running-config
sh ip interface
- access-list 110 deny tcp host
172.16.10.1 host 172.16.30.5 eq 23
access-list 110 permit ip any any
- line vty 0 4
access-class 110 in
- ip access-list standard No172Net
deny 172.16.0.0 0.0.255.255
permit any
- ip access-group No172Net out
- show ip interfaces
|
9/5/07 |
|
| 11 |
679 |
Text correction: improper range of IP addresses in example In the first paragraph after the command output, the fourth sentence, which begins: "The second answer..." contains incorrect IP addresses.
The sentence should read, in its entirety:
"The second answer would end up with the exact same result of having only 192.1.2.109 as your inside global, but you can type this in and have it work too: ip nat pool Todd 102.1.2.105 192.1.2.110 netmask 255.255.255.248."
The range 192.1.2.109 through 192.1.2.114 spans two separate /29 subnets
|
1/28/08 |
1st |
| 13 |
770 |
Review Questions: Error in Question 11 Answer B. should read:
"Router1(config-if)#ipv6 rip 1 enable"
|
2/6/08 |
1st |