The peer sa-request-policy command configures a filtering policy to respond to the source active (SA) Request messages sent by a specified Multicast Source Discovery Protocol (MSDP) peer. Once the SA Request message passes the filtering, the Router responds to the SA message immediately.
The undo peer sa-request-policy command restores the default configuration.
By default, the Router responds to all SA request messages sent by all MSDP peers.
Parameter | Description | Value |
---|---|---|
peer-address |
Specifies the address of an MSDP peer that sends SA Request messages. |
The value is in dotted decimal notation. |
acl basic-acl-number |
Specifies the number of a basic ACL. |
The value is an integer that ranges from 2000 to 2999. |
acl acl-name |
Specifies the name of a named basic ACL. |
The value is a string of 1 to 64 case-sensitive characters, spaces not supported. The value must start with a letter (a to z or A to Z). |
Usage Scenario
If an ACL is not specified, all SA Requests of an MSDP peer are ignored. If an ACL is specified, only SA Request messages that contain group addresses permitted by the ACL are processed.
Run the rule command in the ACL view and set the source parameter to specify the multicast group address range of SA messages to be permitted or denied.Configuration Impact
If the peer sa-request-policy command is run more than once, the latest configuration overrides the previous one.
<HUAWEI> system-view [~HUAWEI] acl number 2001 [*HUAWEI-acl4-basic-2001] rule permit source 225.1.1.0 0.0.0.255 [*HUAWEI-acl4-basic-2001] quit [~HUAWEI] interface loopback1 [*HUAWEI-LoopBack1] quit [*HUAWEI] multicast routing-enable [*HUAWEI] msdp [*HUAWEI-msdp] peer 10.58.6.5 connect-interface LoopBack 1 [*HUAWEI-msdp] peer 10.58.6.5 sa-request-policy acl 2001