Configure MSDP
Focus
Focus
Next-Generation Firewall

Configure MSDP

Table of Contents

Configure MSDP

Configure MSDP for IPv4 multicast on an Advanced Routing Engine.
Where Can I Use This?What Do I Need?
  • NGFW
One of these licenses for Strata Cloud Manager managed NGFWs:
  • Strata Cloud Manager Essentials
  • Strata Cloud Manager Pro
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.

PAN-OS

Configure MSDP to use with IP multicast on a logical router for a PAN-OS firewall.
Perform this task to configure Multicast Source Discovery Protocol (MSDP) for a PAN-OS firewall.
  1. 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.
  2. 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.
  3. Click OK.
  4. Commit.
  5. 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.

Strata Cloud Manager

Configure a logical router for Multicast Source Discovery Protocol (MSDP) to use with IP multicast on Strata Cloud Manager.
Configure a logical router for Multicast Source Discovery Protocol (MSDP) to use with IP multicast on Strata Cloud Manager.
  1. Select ConfigurationNGFW and Prisma Access.
  2. For Configuration Scope, select Folders and then select All Firewalls, a specific folder, or the specific firewalls you want to configure. (Don’t choose Global.)
  3. Select Device SettingsRoutingRouters and select the logical router you're configuring.
  4. Edit the Multicast card and Enable multicast.
  5. Select the MSDP tab.
  6. On the General tab, Enable MSDP.
  7. 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.
  8. Select the Global Authentication profile or create a new one. The default is None.
  9. For the Originator ID, select the Interface that the logical router uses as the RP interface in Source-Active (SA) messages.
  10. 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.
  11. Select the Peers tab 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.
  12. Enter the Source Interface used to establish the MSDP connection over TCP with its MSDP peer.
  13. Select the IP address of the source interface. The default is None.
  14. Select the Type of peer address:
    • IP—(the default) and select an address object or enter an IP address.
    • FQDN—Select or enter the fully qualified domain name of the peer. The drop-down displays all FQDN names configured as address objects.
  15. Enter the BGP autonomous system number of the Remote AS where the MSDP peer is located.
  16. For Authentication, do one of the following:
    • Select an MSDP 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) (the default) the global authentication profile.
    • Select none (Disable authentication) to disable authentication to this peer, which overrides the Global Authentication Profile.
  17. For Max SA, enter the maximum number of Source-Active (SA) entries the SA cache will accept from this MSDP peer. The range is 0 to 1,024; the default is 0 (unlimited). After this maximum is reached, new SA messages from this peer are dropped.
  18. For Inbound SA Filter, select an access list or create a new access list to filter incoming SA messages (block unwanted groups) from this peer. The 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.
  19. For 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. The 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.
  20. Click Add and Update.
  21. Save the configuration.
  22. Push Config and Push the configuration. Select the Admin Scope and enter a Description for the configuration. Select Push again.