The (conceptual) table listing the MSDP SA advertisements currently in the MSDP speaker's cache.
The indexes of the table are msdpSACacheGroupAddr, msdpSACacheSourceAddr, msdpSACacheOriginRP.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.3.92.1.1.6.1.1 |
msdpSACacheGroupAddr |
IpAddress |
not-accessible |
The group address of the SA Cache entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.2 |
msdpSACacheSourceAddr |
IpAddress |
not-accessible |
The source address of the SA Cache entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.3 |
msdpSACacheOriginRP |
IpAddress |
not-accessible |
The RP of the SA Cache entry. This field is in the INDEX in order to catch multiple RP's advertising the same source and group. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.4 |
msdpSACachePeerLearnedFrom |
IpAddress |
read-only |
The peer from which this SA Cache entry was last accepted. This address must correspond to the msdpPeerRemoteAddress value for a row in the MSDP Peer Table. This should be 0.0.0.0 on the router that originated the entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.5 |
msdpSACacheRPFPeer |
IpAddress |
read-only |
The peer from which an SA message corresponding to this cache entry would be accepted (i.e., the RPF peer for msdpSACacheOriginRP). This may be different than msdpSACachePeerLearnedFrom if this entry was created by an MSDP SA-Response. This address must correspond to the msdpPeerRemoteAddress value for a row in the MSDP Peer Table, or it may be 0.0.0.0 if no RPF peer exists. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.6 |
msdpSACacheInSAs |
Counter32 |
read-only |
The number of MSDP SA messages received relevant to this cache entry. This object must be initialized to zero when creating a cache entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.7 |
msdpSACacheInDataPackets |
Counter32 |
read-only |
The number of MSDP-encapsulated data packets received relevant to this cache entry. This object must be initialized to zero when creating a cache entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.8 |
msdpSACacheUpTime |
TimeTicks |
read-only |
The time since this entry was first placed in the SA cache. The first epoch is the time that the entry was first placed in the SA cache, and the second epoch is the current time. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.9 |
msdpSACacheExpiryTime |
TimeTicks |
read-only |
The time remaining before this entry will expire from the SA cache. The first epoch is now, and the second epoch is the time that the entry will expire. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.6.1.10 |
msdpSACacheStatus |
INTEGER{active(1),destroy(6)} |
read-write |
The status of this row in the table. The only allowable actions are to retrieve the status, which will be 'active', or to set the status to 'destroy' in order to remove this entry from the cache. Row creation is not permitted. No columnar objects are writable, so there are none that may be changed while the status value is active(1). |
The actually supported access is read-only. Currently, the Set operation is not supported. If the Set operation is performed, an error code "Generic error" is returned. When you perform the Get operation on this object, active is returned. |