Cisco IOS in a Nutshell, 2nd Edition by James Boney The following errata were *corrected* in the 03/07 reprint: This page was updated February 21, 2007 Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification +n: n'th paragraph from the top of the page -n: n'th paragraph from the bottom of the page ######################################## (87) -1 Most ISPs provide DSL modems has part of their service. -> Most ISPs provide DSL modems as part of their service. ######################################## {249} under "Multilink PPP" In this case, it says to bring up the other link whenever either one of the interfaces reaches 100% capacity: -> In this case, it says to bring up the other link whenever either one of the interfaces reaches 100% capacity (the load threshold, which represents a utilization percentage, is a number between 1 and 255, where 255 is 100 percent): ######################################## {250} +1 The dialer interface has the multilink command, which allows you to use both BRI interfaces simultaneously: -> The dialer interface has the multilink command, which allows you to use both BRI interfaces simultaneously (the load threshold of 77 in the example below represents a utilization percentage of 30%): ######################################## {250} example code, lines 6, 13, and 24 dialer load-threshold 30 either -> dialer load-threshold 77 either ######################################## {437} -2 and -3 (occurs twice) The value can be from to 255; the default is 0. -> The value can be from 0 to 255; the default is 0. ######################################## {451} code example Router(config-line)# escape-characer 3 -> Router(config-line)# escape-character 3 ########################################