192
Before you can enable the device to send SA requests, you must disable the SA message cache
mechanism.
Related commands: cache-sa-enable.
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
peer sa-cache-maximum
Syntax
peer peer-address sa-cache-maximum sa-limit
undo peer peer-address sa-cache-maximum
View
Public network MSDP view, VPN instance MSDP view
Default level
2: System level
Parameters
peer-address: Specifies an MSDP peer address.
sa-limit: Specifies the maximum number of (S, G) entries that the device can cache, in the range of 1 to
8192.
Description
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.
By default, the device can cache up to 8192 (S, G) entries learned from MSDP peers.
Related commands: display msdp brief, display msdp peer-status, and display msdp sa-count.
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