More Books
Routing TCP IP Volume II CCIE Professional Development
Routing TCP/IP, Volume II (CCIE Professional Development)
Table of Contents
Copyright
About the Authors
About the Technical Reviewers
Acknowledgments
Introduction
Icons Used in This Book
Command Syntax Conventions
Part I: Exterior Gateway Protocols
Chapter 1. Exterior Gateway Protocol
The Origins of EGP
Operation of EGP
Shortcomings of EGP
Configuring EGP
Troubleshooting EGP
Looking Ahead
Review Questions
Configuration Exercises
Troubleshooting Exercise
End Notes
Chapter 2. Introduction to Border Gateway Protocol 4
Classless Interdomain Routing
Who Needs BGP?
BGP Basics
IBGP and IGP Synchronization
Managing Large-Scale BGP Peering
BGP Message Formats
Looking Ahead
Recommended Reading
Review Questions
End Notes
Chapter 3. Configuring and Troubleshooting Border Gateway Protocol 4
Basic BGP Configuration
Managing BGP Connections
Routing Policies
Large-Scale BGP
Looking Ahead
Recommended Reading
Command Summary
Configuration Exercises
Troubleshooting Exercises
Part II: Advanced IP Routing Issues
Chapter 4. Network Address Translation
Operation of NAT
NAT Issues
Configuring NAT
Troubleshooting NAT
Looking Ahead
Command Summary
Configuration Exercises
Troubleshooting Exercises
End Note
Chapter 5. Introduction to IP Multicast Routing
Requirements for IP Multicast
Multicast Routing Issues
Operation of the Distance Vector Multicast Routing Protocol (DVMRP)
Operation of Multicast OSPF (MOSPF)
Operation of Core-Based Trees (CBT)
Introduction to Protocol Independent Multicast (PIM)
Operation of Protocol Independent Multicast, Dense Mode (PIM-DM)
Operation of Protocol Independent Multicast, Sparse Mode (PIM-SM)
Looking Ahead
Recommended Reading
Command Summary
Review Questions
End Notes
Chapter 6. Configuring and Troubleshooting IP Multicast Routing
Configuring IP Multicast Routing
Troubleshooting IP Multicast Routing
Looking Ahead
Configuration Exercises
Troubleshooting Exercises
Chapter 7. Large-Scale IP Multicast Routing
Multicast Scoping
Case Study: Multicasting Across Non-Multicast Domains
Connecting to DVMRP Networks
Inter-AS Multicasting
Case Study: Configuring MBGP
Case Study: Configuring MSDP
Case Study: MSDP Mesh Groups
Case Study: Anycast RP
Case Study: MSDP Default Peers
Command Summary
Looking Ahead
Review Questions
End Notes
Chapter 8. IP Version 6
Design Goals of IPv6
Current State of IPv6
IPv6 Packet Format
IPv6 Functionality
Transition from IPv4 to IPv6
Looking Ahead
Recommended Reading
Review Questions
Chapter Bibliography
End Notes
Chapter 9. Router Management
Policies and Procedure Definition
Simple Network Management Protocol
RMON
Logging
Syslog
Network Time Protocol
Accounting
Configuration Management
Fault Management
Performance Management
Security Management
Designing Servers to Support Management Processes
Network Robustness
Lab
Recommended Reading
Looking Ahead
Command Summary
Review Questions
Configuration Exercises
Bibliography
End Notes
Part III: Appendixes
Appendix A. The show ip bgp neighbors Display
Appendix B. A Regular-Expression Tutorial
Literals and Metacharacters
Delineation: Matching the Start and End of Lines
Bracketing: Matching a Set of Characters
Negating: Matching Everything Except a Set of Characters
Wildcard: Matching Any Single Character
Alternation: Matching One of a Set of Characters
Optional Characters: Matching a Character That May or May Not Be There
Repetition: Matching a Number of Repeating Characters
Boundaries: Delineating Literals
Putting It All Together: A Complex Example
Recommended Reading
Appendix C. Reserved Multicast Addresses
Internet Multicast Addresses
References
People
Appendix D. Answers to Review Questions
Answers to Chapter 1 Review Questions
Answers to Chapter 2 Review Questions
Answers to Chapter 5 Review Questions
Answers to Chapter 7 Review Questions
Answers to Chapter 8 Review Questions
Answers to Chapter 9 Review Questions
Appendix E. Answers to Configuration Exercises
Answers to Chapter 1 Configuration Exercises
Answers to Chapter 3 Configuration Exercises
Answers to Chapter 4 Configuration Exercises
Answers to Chapter 6 Configuration Exercises
Answers to Chapter 9 Configuration Exercises
Appendix F. Answers to Troubleshooting Exercises
Answer to Chapter 1 Troubleshooting Exercise
Answers to Chapter 3 Troubleshooting Exercises
Answers to Chapter 4 Troubleshooting Exercises
Answers to Chapter 6 Troubleshooting Exercises
Index
index_SYMBOL
index_A
index_B
index_C
index_D
index_E
index_F
index_G
index_H
index_I
index_J
index_K
index_L
index_M
index_N
index_O
index_P
index_Q
index_R
index_S
index_T
index_U
index_V
index_W
 

Case Study: MSDP Mesh Groups

In the preceding case study, routers Rodan and Megalon are RPs in the same AS. Large multicast domains can frequently have many RPs to share the workload or to localize multicast trees. Although MSPD has been presented so far as a tool for sharing inter-AS source information, it also proves useful when there are multiple RPs in a single domain, and sources always register to certain RPs but members throughout the domain must find any source.

Every RP in the domain commonly has an MSDP peering session to every other RP in the domain, for redundancy and robustness. Figure 7-16 shows an example. The four RPs in the illustration are in the same AS, and each is peered to the other three. The four routers may or may not be directly connected and are probably physically remote from each other.

Figure 7-16. A Full MSDP Mesh Exists Between These Four Routers

graphics/07fig16.gif

Example 7-16 shows the configurations of the four routers in Figure 7-16.

Example 7-16 Configuring MSDP on the Four Routers in Figure 7-16


Frankenstein


ip pim rp-address 10.100.1.1


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


_______________________________________________________________________





Wolfman


ip pim rp-address 10.100.1.2


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


_______________________________________________________________________





Mummy


ip pim rp-address 10.100.1.3


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


_______________________________________________________________________





Dracula


ip pim rp-address 10.100.1.4


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


The problem with the configuration as it stands is that an SA message generated by one router is flooded by all the other routers, causing large numbers of peer RPF flooding failures and resulting MSDP notification messages. If every RP has an MSDP connection to every other RP, however, no flooding is necessary. Every RP receives a copy of every SA directly from the originator. To remedy the flooding problem, an MSDP mesh group is built.

An MSDP mesh group is a set of fully meshed MSDP peers such as the ones shown in Figure 7-16, but no transiting of SA messages takes place. That is, when an RP receives an SA from a peer, it does not forward the message to any other peer.

Mesh groups are configured with the ip msdp mesh-group command. The group is given an arbitrary name (so that one RP can belong to more than one mesh group, if necessary), and the members of the mesh group are specified. The configurations in Example 7-17 add the RPs in Figure 7-16 to a mesh group named Boogeymen.

Example 7-17 Adding the RPs in Figure 7-16 to Mesh Group Boogeymen


Frankenstein


ip pim rp-address 10.100.1.1


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


ip msdp mesh-group Boogeymen 10.100.1.3


ip msdp mesh-group Boogeymen 10.100.1.2


ip msdp mesh-group Boogeymen 10.100.1.4


_______________________________________________________________________





Wolfman


ip pim rp-address 10.100.1.2


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


ip msdp mesh-group Boogeymen 10.100.1.1


ip msdp mesh-group Boogeymen 10.100.1.3


ip msdp mesh-group Boogeymen 10.100.1.4


_______________________________________________________________________





Mummy


ip pim rp-address 10.100.1.3


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.4 connect-source Loopback0


ip msdp description 10.100.1.4 to Dracula


ip msdp mesh-group Boogeymen 10.100.1.1


ip msdp mesh-group Boogeymen 10.100.1.2


ip msdp mesh-group Boogeymen 10.100.1.4


_______________________________________________________________________





Dracula


ip pim rp-address 10.100.1.4


ip msdp peer 10.100.1.1 connect-source Loopback0


ip msdp description 10.100.1.1 to Frankenstein


ip msdp peer 10.100.1.2 connect-source Loopback0


ip msdp description 10.100.1.2 to Wolfman


ip msdp peer 10.100.1.3 connect-source Loopback0


ip msdp description 10.100.1.3 to Mummy


ip msdp mesh-group Boogeymen 10.100.1.1


ip msdp mesh-group Boogeymen 10.100.1.2


ip msdp mesh-group Boogeymen 10.100.1.3