Deployment Guide

Multicast Source Discovery Protocol (MSDP) | 955
ip msdp sa-filter
e
Permit or deny MSDP source active (SA) messages based on multicast source and/or group from the
specified peer.
Syntax
ip msdp sa-filter {in | out} peer-address list [access-list name]
Remove this configuration using the command no ip msdp sa-filter {in | out} peer address list
[access-list name]
Parameters
Defaults
Not configured
Command Modes
CONFIGURATION
Command
History
ip msdp sa-limit
e
Configure the upper limit of SA (Source-Active) entries in SA-cache.
Syntax
ip msdp sa-limit number
To return to the default, use the no ip msdp sa-limit number command.
Parameters
Defaults
Default 50000
Command Modes
CONFIGURATION
Command
History
Usage
Information
Dell Networking OS counts the SA messages originated by itself and those received from the MSDP
peers. When the total SA messages reach this limit, the subsequent SA messages are dropped (even if
they pass RPF checking and policy checking). If the total number of SA messages is already larger than
the limit when this command is applied, those SA messages that are already in Dell Networking OS
will continue to be accepted. To enforce the limit in such situation, use the clear ip msdp sa-cache
command.
in Enter the keyword in to enable incoming SA filtering.
out Enter the keyword out to enable outgoing SA filtering.
peer-address
Enter the peer address of the MSDP peer in a dotted decimal format
(A.B.C.D.)
access-list name
(OPTIONAL) Enter the IP extended access list name that defines from
which peers SAs are to be permitted or denied.
Version 7.7.1.0 Introduced on E-Series
number
Enter the maximum number of SA entries in SA-cache.
Range 0 to 40000
Version 7.5.1.0 Introduced