Command Reference Guide
138 ● static-rpf-peer 3Com Router 5000 Family and Router 6000 Family
Command Reference
static-rpf-peer
Purpose Use the static-rpf-peer command to configure static RPF peer.
Use the undo static-rpf-peer command to remove the static RPF peer.
Syntax static-rpf-peer peer-address [ rp-policy list ]
undo static-rpf-peer peer-address
Parameters peer-address
Address of the static RPF peer to receive SA messages.
rp-policy list
Filter policy based on RP address, which filters the RP in
SA messages. If the parameter is not specified, all SA
messages from static RPF peer will be accepted. If the
parameter rp-policy list is specified and filter policy is
configured, the router will only accept SA messages
from the RP which passes filtering. If no filter policy is
configured, the router will still accept all SA messages
from the static RPF peer.
Default By default, no static RPF peer is configured.
Example Configure two static RPF peers.
<3Com> system-view
[3Com] ip ip-prefix list1 permit 130.10.0.0 16
[3Com] ip ip-prefix list2 permit 130.10.0.0 16
[3Com] msdp
[3Com-msdp] peer 130.10.7.6 connect-interface ethernet 1/0/0
[3Com-msdp] peer 130.10.7.5 connect-interface ethernet 1/0/0
[3Com-msdp] static-rpf-peer 130.10.7.6 rp-policy list1
[3Com-msdp] static-rpf-peer 130.10.7.5 rp-policy list2
View This command can be used in the following views:
■ MSDP view
Description You must configure the peer command before using the static-rpf-peer
command.
If you do not want to perform RPF check to SA messages from a same MSDP peer. If
only an MSDP peer is configured on a router, this MSDP peer will be regarded as static
RPF peer.
Related Commands ■ peer
■ ip prefix-list