R2511-HP MSR Router Series IP Multicast Command Reference(V5)

183
Examples
# Disable the SA message cache mechanism on the public network, and enable the router to send an SA
request message to the MSDP peer 125.10.7.6 after receiving a new join message.
<Sysname> system-view
[Sysname] msdp
[Sysname-msdp] undo cache-sa-enable
[Sysname-msdp] peer 125.10.7.6 request-sa-enable
# Disable the SA message cache mechanism in VPN instance mvpn, and enable the router to send an
SA request message to the MSDP peer 125.10.7.6 after receiving a new join message.
<Sysname> system-view
[Sysname] msdp vpn-instance mvpn
[Sysname-msdp-mvpn] undo cache-sa-enable
[Sysname-msdp-mvpn] peer 125.10.7.6 request-sa-enable
Related commands
cache-sa-enable
peer sa-cache-maximum
Use peer sa-cache-maximum to configure the maximum number of (S, G) entries learned from the
specified MSDP peer that the device can cache.
Use undo peer sa-cache-maximum to restore the default.
Syntax
peer peer-address sa-cache-maximum sa-limit
undo peer peer-address sa-cache-maximum
Default
The device can cache a maximum of 8,192 (S, G) entries learned from any MSDP peer.
Views
Public network MSDP view, VPN instance MSDP view
Default command level
2: System level
Parameters
peer-address: Specifies an MSDP peer.
sa-limit: Specifies the maximum number of (S, G) entries that the device can cache. The value range is 1
to 8192.
Examples
# On the public network, enable the device to cache a maximum of 100 (S, G) entries learned from its
MSDP peer 125.10.7.6.
<Sysname> system-view
[Sysname] msdp
[Sysname-msdp] peer 125.10.7.6 sa-cache-maximum 100
# In VPN instance mvpn, enable the device to cache a maximum of 100 (S, G) entries learned from its
MSDP peer 125.10.7.6.