Configure MSDP
Focus
Focus

Configure MSDP

Table of Contents

Configure MSDP

Configure MSDP for IPv4 multicast on an Advanced Routing Engine.
Advanced Routing mode supports Multicast Source Discovery Protocol (MSDP) in PIM Sparse Mode (PIM-SM). MSDP-enabled firewalls in one domain peer with MDSP-enabled devices in a different domain or autonomous system. The peers exchange control information and discover multicast sources outside their own domain. MSDP tracks active sources and shares them with configured peers. MSDP reduces the complexity of interconnecting multiple PIM-SM domains by allowing the domains to use an interdomain source tree.
In the sample MSDP topology, the multicast source and receiver are in separate domains. In each multicast domain is a single RP for a given multicast group. Using MSDP, RP_1 informs RP_2 of the active sources for which RP_1 acts as Rendezvous Point. RP_2 is able to create the multicast tree across the domain border.
MSDP uses well-known TCP port 639 for peering. The peer with the higher IP address listens on port 639; the peer with the lower IP address attempts an active connection to port 639. Before you configure MSDP, be familiar with RFC 3618. The following task assumes you have IPv4 multicast configured already.
Supported MSDP message types are:
  • Source Active (SA)—Contains the IP address of the originating rendezvous point (RP) and one or more (S,G) pairs being advertised. Can also contain an encapsulated data packet.
  • Keepalive—Sent to keep the MSDP session active. If no keepalive or SA message is received during the holdtime interval, the MSDP session is reset.
  • Notification—Sent if an error is detected.
MSDP TCP connections between RP routers require an underlying IP unicast network. BGP IPv4 unicast must participate to confirm the reverse-path forwarding (RPF) check with a peer, thus keeping loop-free forwarding between domains.
You can Create Multicast Routing Profiles before configuration or while in the process of configuring MSDP.
  1. Select NetworkRoutingLogical Routers and select a logical router.
  2. Select Multicast and enable multicast protocol.
  3. Select MSDPGeneral and Enable MSDP.
  4. Select the Global Timer profile, or select the default profile (this is the default setting), or create a new timer profile. If you select default, Keep Alive Interval is set to 60, Message Timeout is set to 75, and Connection Retry Interval is set to 30. If you select None, the default values apply.
  5. Select the Global Authentication profile or create a new one. Default is None.
  6. For the Originator ID, select the Interface that the logical router uses as the RP interface in Source-Active (SA) messages.
  7. Select or enter the IP Address (with prefix length) that the logical router uses as the RP address in SA messages. If no Originator IP address is configured, the logical router uses the PIM RP address to encapsulate the SA message.
  8. Click OK.
  9. Select Peers and Add a Peer name (maximum of 63 characters). The name must start with an alphanumeric character, underscore (_), hyphen (-), or dot (.) and can contain a combination of alphanumeric characters, underscore, or hyphen or dot. No space is allowed.
  10. Enter the Source Interface used to establish the MSDP connection over TCP with its MSDP peer.
  11. Select the IP address of the source interface. Default is None.
  12. Select the Type of Peer Address:
    • IP—(default) and select an address object or enter an IP address.
    • FQDN—Select or enter the Fully Qualified Domain Name of the peer. The dropdown list displays all FQDN names configured as address objects.
  13. Enter the BGP autonomous system number of the Remote AS where the MSDP peer is located.
  14. For Authentication, do one of the following:
    • Select an authentication profile to apply to this peer, which overrides the Global Authentication Profile you applied to MSDP on the General page.
    • inherit (inherit from global authentication) (default) the global authentication profile.
    • Select None to disable authentication to this peer, which overrides the Global Authentication Profile.
  15. For Max SA, enter the maximum number of Source-Active (SA) entries the SA cache will accept from this MSDP peer. Range is 0 to 1,024; default is 0 (unlimited). After this maximum is reached, new SA messages from this peer are dropped.
  16. For Peer Inbound SA Filter, select an access list or create a new access list to filter incoming SA messages (block unwanted groups) from this peer. Default is None.
    The access list can specify source addresses in an (S,G) pair to filter, or destination (group) addresses in an (S,G) pair to filter, or both.
  17. For Peer Outbound SA Filter, select an access list or create a new access list to filter outgoing SA messages (block unwanted groups) being propagated to this peer. Default is None.
    The access list can specify source addresses in an (S,G) to filter, or destination (group) addresses in an (S,G) to filter, or both.
  18. Click OK.
  19. Commit.
  20. View MSDP information.
    1. Select NetworkRoutingLogical Routers and in the row for the logical router you configured, select More Runtime Stats.
    2. Select MulticastMSDPSummary to see general MSDP information, such as originator IP address, timers, authentication, and peer name.
    3. Select Peers to view information about the MSDP peers.
    4. Select SA Cache to view Source-Active entries in the cache.
    5. Refresh or Close the runtime stats.