Routing Tcp Ip- Volume Ii -ccie Professional Development High Quality
The Architect’s Blueprint: Deconstructing Routing TCP/IP, Volume II
In the pantheon of technical networking literature, few titles command the respect accorded to the CCIE Professional Development series. While Routing TCP/IP, Volume I by Jeff Doyle is widely celebrated as the bible of interior gateway protocols (IGPs)—the foundation upon which networks are built—Volume II (originally by Jeff Doyle and Jennifer DeHaven Carroll) represents the ascent into the complex, volatile stratosphere of the Internet.
For the aspiring CCIE or the seasoned network architect, Volume II is not merely a study guide; it is a treatise on network citizenship. It bridges the gap between controlling a local domain and navigating the global routing table.
Mastering the Core of the Internet: A Deep Dive into "Routing TCP/IP, Volume II (CCIE Professional Development)"
In the world of networking literature, there are "beginner guides," "exam cram manuals," and then there are definitive texts. Routing TCP IP- Volume II -CCIE Professional Development
For over two decades, one book has sat on the desks of distinguished engineers, network architects, and CCIE candidates who refuse to treat the Internet's backbone as a black box: "Routing TCP/IP, Volume II: CCIE Professional Development" by Jeff Doyle and Jennifer DeHaven Carroll.
While Volume I focused on interior gateway protocols (IGPs) like OSPF and EIGRP, Volume II is where the theory meets the global internet. It is the advanced practitioner’s guide to the protocols that hold the world’s data together: BGP (Border Gateway Protocol), Multicast, and NAT. BGP Path Selection: The Decision Tree Most engineers
If you are pursuing your CCIE (Cisco Certified Internetwork Expert) lab or simply refuse to accept "it works because of magic" as an answer, this article is for you.
BGP Path Selection: The Decision Tree
Most engineers know BGP has a list of attributes. Few know the exact order of operations. Weight (Cisco specific): Highest wins
Volume II walks you through the 13-step BGP best path algorithm with excruciating detail:
- Weight (Cisco specific): Highest wins.
- Local Preference: Highest wins.
- Locally originated vs. learned.
- AS-Path length: Shortest wins.
- Origin type: IGP < EGP < Incomplete.
- MED (Multi-Exit Discriminator): Lowest wins. ...and so on through Neighbor type, Router ID, and Cluster List.
The book doesn't just list these; it provides topology maps showing exactly why changing MED by one point shifts 200 Mbps of traffic from Los Angeles to New York.
Recommended audience
- CCIE/CCNP candidates, network architects, and engineers responsible for large-scale IP routing design and troubleshooting.
- Less suitable as a first networking book; prerequisite: solid understanding of IP, subnetting, and basic routing protocols.
A. BGP Attributes Logic
Don't just memorize the attribute names. Understand the flow:
- LOCAL_PREF: Influences outbound traffic (tells your internal routers which exit point is best).
- MED: Influences inbound traffic (tells a neighboring AS which entry point into your network is best).
- COMMUNITIES: Use them as "tags" to apply policies to groups of routes (e.g., NO_EXPORT).