R3303-HP HSR6800 Routers IP Multicast Command Reference

193
policy at the same time, when a peer receives an SA message, it forwards the SA message to the
other peers.
If you use the rp-policy keyword for none of the static RPF peers, according to the configuration
sequence, only the first static RPF peer whose connection is in up state is activated. All SA messages
from this peer are accepted but the SA messages from other static RPF peers are discarded. When
this active static RPF peer fails (for example, when the configuration is removed or when the
connection is torn down), still the first RPF peer whose connection is in up state is selected as the
activated RPF peer according to the configuration sequence.
Examples
# Configure static RPF peers on the public network.
<Sysname> system-view
[Sysname] ip ip-prefix list1 permit 130.10.0.0 16 great-equal 16 less-equal 32
[Sysname] msdp
[Sysname-msdp] peer 130.10.7.6 connect-interface gigabitethernet 2/1/1
[Sysname-msdp] static-rpf-peer 130.10.7.6 rp-policy list1
# Configure static RPF peers in VPN instance mvpn.
<Sysname> system-view
[Sysname] ip ip-prefix list1 permit 130.10.0.0 16 great-equal 16 less-equal 32
[Sysname] msdp vpn-instance mvpn
[Sysname-msdp-mvpn] peer 130.10.7.6 connect-interface gigabitethernet 2/1/1
[Sysname-msdp-mvpn] static-rpf-peer 130.10.7.6 rp-policy list1
Related commands
display msdp peer-status
ip prefix-list
timer retry
Use timer retry to configure the interval between MSDP peer connection retries.
Use undo timer retry to restore the default.
Syntax
timer retry interval
undo timer retry
Default
The interval between MSDP peer connection retries is 30 seconds.
Views
Public network MSDP view, VPN instance MSDP view
Default command level
2: System level
Parameters
interval: Specifies an interval between MSDP peer connection retries in seconds, in the range of 1 to 60.
Examples
# Set the MSDP peer connection retry interval to 60 seconds on the public network.