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 | Indicates a VPN instance. vpn-instance-name specifies the name of the VPN instance. | The name is a string of 1 to 31 characters. |
| all-instance | Indicates all the instances. | - |
| group-address | Specifies the group address of an (S, G) entry. It is used to display the (S, G) of the group in SA Cache. | The address is in dotted decimal notation format. The value ranges from 224.0.0.0 to 239.255.255.255. |
| source-address | Specifies the source address of an (S, G) entry. It is used to display the (S, G) of the source. | The address is in dotted decimal notation format. |
| as-number-plain | Integral autonomous system (AS) number. | The value is an integer ranging from 1 to 4294967295. |
| as-number-dot | AS number in dotted notation. | The value is in the format of x.y, where x and y are integers that range from 1 to 65535 and from 0 to 65535, respectively. |
Cache information only about FWs enabled with SA cache is displayed. By default, SA cache is enabled.
When the display msdp sa-cache command is used, the following situations occur:
If vpn-instance or all-instance is not specified, only the public network instance is displayed.
If group-address is specified, the (S, G) entry to which a specified group corresponds is displayed.
If source-address is specified, the (S, G) entry to which a specified source corresponds is displayed.
# Display the (S, G) entries learned from MSDP peers in the public network instance.
<sysname> display msdp sa-cache MSDP Source-Active Cache Information of VPN-Instance: public net MSDP Total Source-Active Cache - 3 entries MSDP matched 3 entries (8.8.8.8, 225.0.0.200) Origin RP: 4.4.4.4 Pro: BGP, AS: 10 Uptime: 00:00:33, Expires: 00:05:27 (8.8.8.8, 225.0.0.201) Origin RP: 4.4.4.4 Pro: BGP, AS: 1.0 Uptime: 00:00:33, Expires: 00:05:27 (8.8.8.8, 225.0.0.202) Origin RP: 4.4.4.4 Pro: BGP, AS: 65535.65535 Uptime: 00:00:33, Expires: 00:05:27
Item |
Description |
|---|---|
MSDP Source-Active Cache Information of VPN-Instance |
Indicates the MSDP SA cache of the public network instance. |
MSDP Total Source-Active Cache - 3 entries |
Indicates that three entries are cached by MSDP SA. |
MSDP matched 3 entries |
Indicates that three entries are matched by MSDP. |
(8.8.8.8, 225.0.0.200) |
Indicates the (source address, group address) entry. |
Origin RP |
Indicates the source Rendezvous Point (RP) address that advertises the (S, G) entry. |
Pro |
Indicates the type of the protocol from which the AS number of the source RP is obtained. "?" indicates the protocol type if the AS number of the source RP cannot be obtained. |
AS |
Indicates the AS number of the source RP. "?" indicates the protocol type if the AS number of the source RP cannot be obtained. There are 2-byte and 4-byte AS numbers. |
Uptime |
Indicates the time when the (S, G) entry is created in the cache. |
Expires |
Indicates the time when the (S, G) entry in the cache times out. |