ip msdp sa-filter out

Use this command to configure a filter list for outgoing source active (SA) messages sent to a specified MSDP peer.

Syntax

ip msdp sa-filter out peer-address [list access-list-name]
[no] ip msdp sa-filter out peer-address

Parameters

peer-address Specifies the IP address of the MSDP peer from to which outgoing SA messages are filtered.
list access-list-name (Optional) Specifies the name of the filter list of outgoing SA messages.

Defaults

  • If this command is not configured, no outgoing messages are filtered; all SA messages received are forwarded to the peer.
  • If the command is configured, but no access list is specified, all source/group pairs are filtered.

Mode

Global configuration mode.

Usage

MSDP filters allow MSDP to control how multicast sources and groups are learned and advertised.

Use the “no” form of this command to remove the filter.

Examples

This example shows how to apply an SA filter (of all source/group pairs) to messages to MSDP peer 192.168.30.20:

System(su-config)->ip msdp sa-filter out 192.168.30.20