3com 8807 Reference Guide

Page of 1099
652
C
HAPTER
 37: MSDP C
ONFIGURATION
 C
OMMANDS
which passes filtering. If no filter policy is configured, the router will still accept all 
SA messages from the static RPF peer.
Description
Use the static-rpf-peer command to configure static RPF peer.
Use the undo static-rpf-peer command to remove the static RPF peer.
By default, no static RPF peer is configured.
You must configure the peer command before using the static-rpf-peer 
command.
If only one MSDP peer is configured on a router, this MSDP peer will be 
regarded as a static RPF peer.
Related command: peer and ip prefix-list.
Example
# Configure two static RPF peers.
<SW8800> system-view
 
System View: return to User View with Ctrl+Z.
 
[SW8800] ip ip-prefix list1 permit 130.10.2.3 32
 
[SW8800] ip ip-prefix list2 permit 130.10.2.4 32
 
[SW8800] msdp
 
[3Com-msdp] peer 130.10.7.6 connect-interface Vlan-interface 10
 
[3Com-msdp] peer 130.10.7.5 connect-interface Vlan-interface 10
 
[3Com-msdp] static-rpf-peer 130.10.7.6 rp-policy list1
 
[3Com-msdp] static-rpf-peer 130.10.7.5 rp-policy list2 
In the above commands, 130.10.2.3 is the IP address of the RP for 130.10.7.5 and 
130.10.2.4 is the IP address of the RP of 130.10.7.6.
timer retry
Syntax
timer retry seconds
undo timer retry
View
MSDP view
Parameter
seconds: Value of connection request retry period in second, ranging from 1 to 60.
Description
Use the timer retry command to configure the value of connection request re-try 
period.
Use the undo timer retry command to restore the default value.
By default, the value of connection request re-try period is 30 seconds.