display msdp [ vpn-instance vpn-instance-name | all-instance ] sa-cache [ group-address | source-address | [ as-number-plain | as-number-dot ] ] *
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name | Specifies a VPN instance. vpn-instance-name specifies the name of the VPN instance. | The value must be an existing VPN instance name. |
all-instance | Indicates all the instances. If vpn-instance or all-instance is not specified, only statistics about the public network instance is displayed. |
- |
group-address | Specifies the group address of an (S, G) entry. It is used to display the corresponding (S, G) of the group in SA Cache. | The value is in dotted decimal notation and ranges from 224.0.1.0 to 239.255.255.255. |
source-address | Specifies the source address of an (S, G) entry. It is used to display the corresponding the (S, G) of the source. | The value is in dotted decimal notation. |
as-number-plain | Specifies the number of the AS, in integer format. | The value is an integer that ranges from 1 to 4294967295. |
as-number-dot | Specifies the number of the AS, in dotted notation. | The value is in the x.y format. Here, "x" and "y" are integers that range from 1 to 65535 and 0 to 65535 respectively. |
Usage Scenario
If the SA cache function is enabled, the display msdp sa-cache command can be used to display the information about (S, G) entries learned from other MSDP peers in the SA cache. The information includes the source address, group address, address of the source's RP, routing protocol, AS number, and timeout period of entries.
Precautions
This command displays (S, G) entries in the SA cache only when SA cache is enabled (default setting).
# Display (S, G) entries in the SA cache.
<HUAWEI> display msdp sa-cache
MSDP Source-Active Cache Information
MSDP Total Source-Active Cache - 2 entries
MSDP matched 2 entries
(10.0.5.120, 225.0.0.1)
Origin RP: 3.3.3.3
Pro: ?, AS: ?
Uptime: 00:01:01, Expires: 00:05:59
(10.0.5.120, 225.0.0.2)
Origin RP: 3.3.3.3
Pro: ?, AS: ?
Uptime: 00:00:01, Expires: 00:05:59
Item |
Description |
---|---|
MSDP Source-Active Cache Information |
MSDP SA cache. |
MSDP Total Source-Active Cache - 2 entries |
Two entries are cached by MSDP SA. |
MSDP matched 2 entries |
Two entries are matched by MSDP, such as the filtering policy and specified source/group address. |
(10.0.5.120, 225.0.0.1) |
(source address, group address) entry in the SA cache. |
Origin RP |
Source RP address that advertises the (S, G) entry. |
Pro |
Type of the protocol from which the AS number of the source RP is obtained. A question mark (?) indicates the protocol type if the AS number of the source RP cannot be obtained. |
AS |
AS number of the source RP. A question mark (?) indicates the protocol type if the AS number of the source RP cannot be obtained. |
Uptime |
Time when the (S, G) entry is created in the cache. |
Expires |
Time when the (S, G) entry in the cache times out. |