You can set the rules for filtering the received Source Active (SA) messages on a specified remote MSDP peer. When SA messages sent by a remote MSDP peer reach the local FW, the local FW determines whether to accept the messages based on the set rules.
acl [ number ] acl-number [ vpn-instance vpn-instance-name ]
rule [ rule-id ] { permit | deny } protocol [ source { source-ip-address { 0 | source-wildcard } | address-set address-set-name | any } | destination { destination-ip-address { 0 | destination-wildcard } | address-set address-set-name | any } ] *
Run the rule command, set the source parameter to the source address of SA messages, and set the destination parameter to a multicast group address.
msdp [ vpn-instance vpn-instance-name ]
peer peer-address sa-policy { import | export } [ acl advanced-acl-number ]
The parameters of the command are explained as follows:
peer-address: specifies the address of a remote MSDP peer.
acl: specifies the advanced filtering list. Only the (S, G) information that passes the filtering of the ACL is received. The (S, G) information is contained in an SA message sent by the peer specified by peer-address.
If the peer peer-address sa-policy import command without acl is used, the FW does not receive any (S, G) information from the peer specified by peer-address.