4-15
Related commands:
peer
.
Examples
# Configure a filtering rule so that only those SA messages permitted by the ACL 3100 are forwarded to
the MSDP peer 125.10.7.6.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] acl number 3100
[Sysname-acl-adv-3100] rule permit ip source 170.15.0.0 0.0.255.255 destination 225.1.0.0
0.0.255.255
[Sysname-acl-adv-3100] quit
[Sysname] msdp
[Sysname-msdp] peer 125.10.7.6 connect-interface Vlan-interface 100
[Sysname-msdp] peer 125.10.7.6 sa-policy export acl 3100
peer sa-request-policy
Syntax
peer peer-address
sa-request-policy
[
acl
acl-number
]
undo peer peer-address
sa-request-policy
View
MSDP view
Parameters
peer-address
: IP address of an MSDP peer, the SA request messages from which will be filtered
acl-number
: Basic ACL number, in the range of 2000 to 2999. If no ACL is specified, all SA request
messages will be ignored.
Description
Use the
peer sa-request-policy
command to filter the SA request messages from the specified MSDP
peer.
Use the
undo
peer sa-request-policy
command to restore the default.
By default, the switch accepts all SA request messages from any MSDP peer.
If no ACL is specified, all SA requests will be ignored. If an ACL is specified, only those SA request
messages from the multicast groups that match the ACL rule will be processed and others will be
ignored.
Related commands:
peer
.
Examples
# Configure the device to accept SA request messages from MSDP peer 175.58.6.5 for multicast
groups in the range of 225.1.1.0/24 and ignore all other SA request messages.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] acl number 2001