DRAFT-MSDP-MIB
AI MIB Summary
DRAFT-MSDP-MIB provides experimental management capabilities for Multicast Source Discovery Protocol (MSDP) peers and sessions, enabling the monitoring of peer states, SA (Source-Active) cache entries, and associated counters for multicast routing scalability. This module facilitates the tracking of MSDP-specific metrics such as peer connection status, SA message transmission statistics, and error conditions within PIM-SM domains.
An experimental MIB module for MSDP Management.
Main OID:
msdpMIB.1.3.6.1.3.92
89
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
89 total| Object Name |
|---|
msdpMIBAn experimental MIB module for MSDP Management. MODULE-IDENTITY .1.3.6.1.3.92 |
msdp OBJECT IDENTIFIER .1.3.6.1.3.92.1 |
msdpTraps OBJECT IDENTIFIER .1.3.6.1.3.92.1.0 |
msdpEstablishedThe MSDP Established event is generated when the MSDP FSM enters the ESTABLISHED state. NOTIFICATION-TYPE .1.3.6.1.3.92.1.0.1 |
msdpBackwardTransitionThe MSDPBackwardTransition Event is generated when the MSDP FSM moves from a higher numbered state to a lower numbered state. NOTIFICATION-TYPE .1.3.6.1.3.92.1.0.2 |
msdpScalars OBJECT IDENTIFIER .1.3.6.1.3.92.1.1 |
msdpEnabledThe state of MSDP on this MSDP speaker - globally enabled or disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.3.92.1.1.1 |
msdpCacheLifetimeThe lifetime given to SA cache entries when created or refreshed. This is the [SA-State-Period] in the MSDP spec. A value of 0 means no SA caching is done by this MSDP speaker.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.3.92.1.1.2 |
msdpNumSACacheEntriesThe total number of entries in the SA Cache table.ro Gauge32 .1.3.6.1.3.92.1.1.3 |
msdpSAHoldDownPeriodThe number of seconds in the MSDP SA Hold-down period.ro Integer32 .1.3.6.1.3.92.1.1.4 |
msdpSAStatePeriodThe number of seconds in the MSDP SA State period.ro Integer32 .1.3.6.1.3.92.1.1.5 |
msdpRPAddressTypeThe type of the RP address used when sourcing MSDP SA messages. May be unknown(0) on non-RP's or when the PIM RP address is correct.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.1.6 |
msdpRPAddressThe RP address used when sourcing MSDP SA messages. May be a null string on non-RP's or when the PIM RP address is correct.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.1.7 |
msdpRequestsTableThe (conceptual) table listing group ranges and MSDP peers used when deciding where to send an SA Request message when required. If SA Requests are not enabled, this table may be empty. In order to choose a peer to whom to send an SA Request for a given group G, the subset of entries in this table whose (msdpRequestsPeerType, msdpRequestsPeer) tuple represents a peer whose msdpPeerState is established are examined. The set is further reduced by examining only those entries for which msdpPeerRequestsGroupAddressType equals the address type of G, and the entries with the highest value of msdpRequestsGroupPrefix are considered, where the group G falls within the range described by the combination of msdpRequestsGroup and msdpRequestsGroupPrefix. (This sequence is commonly known as a 'longest-match' lookup.) Finally, if multiple entries remain, the entry with the lowest value of msdpRequestsPriority is chosen. The SA Request message is sent to the peer described by this row. SEQUENCE OF MsdpRequestsEntry .1.3.6.1.3.92.1.2 |
msdpRequestsEntryAn entry (conceptual row) representing a group range used when deciding where to send an SA Request message. MsdpRequestsEntry .1.3.6.1.3.92.1.2.1 |
msdpRequestsGroupAddressTypeThe address type of msdpRequestsGroupAddress. Only ipv4 and ipv6 addresses are expected. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.2.1.1 |
msdpRequestsGroupAddressThe group address that, when combined with the prefix length in this entry, represents the group range to which this row applies. InetAddress .1.3.6.1.3.92.1.2.1.2 |
msdpRequestsGroupPrefixThe prefix length that, when combined with the group address in this entry, represents the group range to which this row applies. InetAddressPrefixLength (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.2.1.3 |
msdpRequestsPriorityThe priority of this peer. The peer with the lowest priority value with which we have an active peering session (i.e. msdpPeerState = established) is the peer to whom SA requests for groups matching the entry's group range will be sent. Integer32 .1.3.6.1.3.92.1.2.1.4 |
msdpRequestsPeerTypeThe address type of msdpRequestsPeer.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.2.1.5 |
msdpRequestsPeerThe peer to which MSDP SA Requests for groups matching this entry's group range will be sent. This object combined with msdpRequestsPeerType must match the INDEX of a row in the msdpPeerTable, and to be considered, this peer's msdpPeerState must be established.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.2.1.6 |
msdpRequestsStatusThe status of this row, by which new rows may be added to the table or old rows may be deleted.rw RowStatus (SNMPv2-TC) .1.3.6.1.3.92.1.2.1.7 |
msdpPeerTableThe (conceptual) table listing the MSDP speaker's peers. SEQUENCE OF MsdpPeerEntry .1.3.6.1.3.92.1.3 |
msdpPeerEntryAn entry (conceptual row) representing an MSDP peer. MsdpPeerEntry .1.3.6.1.3.92.1.3.1 |
msdpPeerAddressTypeThe address type of msdpPeerRemoteAddress and msdpPeerLocalAddress. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.3.1.1 |
msdpPeerRemoteAddressThe address of the remote MSDP peer. InetAddress .1.3.6.1.3.92.1.3.1.2 |
msdpPeerStateThe state of the MSDP TCP connection with this peer.ro Enumeration .1.3.6.1.3.92.1.3.1.3 |
msdpPeerRPFFailuresThe number of SA messages received from this peer which failed the Peer-RPF check. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.4 |
msdpPeerInSAsThe number of MSDP SA messages received on this connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.5 |
msdpPeerOutSAsThe number of MSDP SA messages transmitted on this connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.6 |
msdpPeerInSARequestsThe number of MSDP SA-Request messages received on this connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.7 |
msdpPeerOutSARequestsThe number of MSDP SA-Request messages transmitted on this connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.8 |
msdpPeerInSAResponsesThe number of MSDP SA-Response messages received on this connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.9 |
msdpPeerOutSAResponsesThe number of MSDP SA Response messages transmitted on this TCP connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.10 |
msdpPeerInControlMessagesThe total number of MSDP messages received on this TCP connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.11 |
msdpPeerOutControlMessagesThe total number of MSDP messages transmitted on this TCP connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.12 |
msdpPeerInDataPacketsThe total number of encapsulated data packets received from this peer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.13 |
msdpPeerOutDataPacketsThe total number of encapsulated data packets sent to this peer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of msdpPeerDiscontinuityTime.ro Counter32 .1.3.6.1.3.92.1.3.1.14 |
msdpPeerFsmEstablishedTransitionsThe total number of times the MSDP FSM transitioned into the established state.ro Counter32 .1.3.6.1.3.92.1.3.1.15 |
msdpPeerFsmEstablishedTimeThis timestamp is set to the value of sysUpTime when a peer transitions into or out of the Established state. It is set to zero when the MSDP speaker is booted.ro TimeStamp (SNMPv2-TC) .1.3.6.1.3.92.1.3.1.16 |
msdpPeerInMessageTimeThe sysUpTime value when the last MSDP message was received from the peer. It is set to zero when the MSDP speaker is booted.ro TimeStamp (SNMPv2-TC) .1.3.6.1.3.92.1.3.1.17 |
msdpPeerLocalAddressThe local IP address of this entry's MSDP connection.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.3.1.18 |
msdpPeerConnectRetryIntervalTime interval in seconds for the [ConnectRetry-period] for this peer.rw Integer32 .1.3.6.1.3.92.1.3.1.19 |
msdpPeerHoldTimeConfiguredTime interval in seconds for the [HoldTime-Period] configured for this MSDP speaker with this peer.rw Integer32 (0|3..65535) UNITS "seconds" .1.3.6.1.3.92.1.3.1.20 |
msdpPeerKeepAliveConfiguredTime interval in seconds for the [KeepAlive-Period] configured for this MSDP speaker with this peer. A reasonable maximum value for this timer would be configured to be one third of that of msdpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodic KEEPALIVE messages are sent to the peer after the MSDP connection has been established.rw Integer32 (0|1..21845) UNITS "seconds" .1.3.6.1.3.92.1.3.1.21 |
msdpPeerDataTtlThe minimum TTL a packet is required to have before it may be forwarded using SA encapsulation to this peer.rw Integer32 .1.3.6.1.3.92.1.3.1.22 |
msdpPeerProcessRequestsFromThis object indicates whether or not to process MSDP SA Request messages from this peer. If True(1), MSDP SA Request messages from this peer are processed and replied to (if appropriate) with SA Response messages. If False(2), MSDP SA Request messages from this peer are silently ignored. It defaults to False when msdpCacheLifetime is 0 and True when msdpCacheLifetime is non-0.rw TruthValue (SNMPv2-TC) .1.3.6.1.3.92.1.3.1.23 |
msdpPeerStatusThe RowStatus object by which peers can be added and deleted. A transition to 'active' will cause the MSDP Start Event to be generated. A transition out of the 'active' state will cause the MSDP Stop Event to be generated. Care should be used in providing write access to this object without adequate authentication.rw RowStatus (SNMPv2-TC) .1.3.6.1.3.92.1.3.1.24 |
msdpPeerRemotePortThe remote port for the TCP connection between the MSDP peers.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.3.1.25 |
msdpPeerLocalPortThe local port for the TCP connection between the MSDP peers.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.3.1.26 |
msdpPeerEncapsulationTypeThe encapsulation in use when encapsulating data in SA messages to this peer.rw Enumeration .1.3.6.1.3.92.1.3.1.27 |
msdpPeerConnectionAttemptsThe number of times the state machine has transitioned from inactive to connecting.ro Counter32 .1.3.6.1.3.92.1.3.1.28 |
msdpPeerInNotificationsThe number of MSDP Notification messages received from this peer.ro Counter32 .1.3.6.1.3.92.1.3.1.29 |
msdpPeerOutNotificationsThe number of MSDP Notification messages transmitted to this peer.ro Counter32 .1.3.6.1.3.92.1.3.1.30 |
msdpPeerLastErrorThe last error code and subcode received via Notification from this peer. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the O-bit and error code, and the second byte contains the subcode.ro OCTET STRING .1.3.6.1.3.92.1.3.1.31 |
msdpPeerIfIndexThe interface index of the MSDP encapsulation interface for this peer, or zero if the encapsulation is not represented by an interface in the ifTable.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.3.92.1.3.1.32 |
msdpPeerDiscontinuityTimeThe value of sysUpTime on the most recent occasion at which one or more of this entry's counters suffered a discontinuity. See the DESCRIPTION of each object to see if it is expected to have discontinuities. These discontinuities may occur at peer connection establishment. If no such discontinuities have occurred since the last reinitialization of the local management subsystem, then this object contains a zero value.ro TimeStamp (SNMPv2-TC) .1.3.6.1.3.92.1.3.1.33 |
msdpSACacheTableThe (conceptual) table listing the MSDP SA advertisements currently in the MSDP speaker's cache. SEQUENCE OF MsdpSACacheEntry .1.3.6.1.3.92.1.4 |
msdpSACacheEntryAn entry (conceptual row) representing an MSDP SA advertisement. The INDEX to this table includes msdpSACacheOriginRP for diagnosing incorrect MSDP advertisements; normally a Group and Source pair would be unique. MsdpSACacheEntry .1.3.6.1.3.92.1.4.1 |
msdpSACacheAddrTypeThe address type of all of the InetAddress object in this entry. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.4.1.1 |
msdpSACacheGroupAddrThe group address of the SA Cache entry. InetAddress .1.3.6.1.3.92.1.4.1.2 |
msdpSACacheSourceAddrThe source address of the SA Cache entry. InetAddress .1.3.6.1.3.92.1.4.1.3 |
msdpSACacheSourcePrefixThe Sprefix len of this SA Cache entry. InetAddressPrefixLength (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.4.1.4 |
msdpSACacheOriginRPThe 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. InetAddress .1.3.6.1.3.92.1.4.1.5 |
msdpSACachePeerLearnedFromThe 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.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.4.1.6 |
msdpSACacheRPFPeerThe 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 may be 0.0.0.0 if no RPF peer exists.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.4.1.7 |
msdpSACacheInSAsThe number of MSDP SA messages received relevant to this cache entry. This object must be initialized to zero when creating a cache entry.ro Counter32 .1.3.6.1.3.92.1.4.1.8 |
msdpSACacheInDataPacketsThe number of MSDP encapsulated data packets received relevant to this cache entry. This object must be initialized to zero when creating a cache entry.ro Counter32 .1.3.6.1.3.92.1.4.1.9 |
msdpSACacheUpTimeThe time since this entry was placed in the SA cache.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.3.92.1.4.1.10 |
msdpSACacheExpiryTimeThe time remaining before this entry will expire from the SA cache.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.3.92.1.4.1.11 |
msdpSACacheStatusThe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.3.92.1.4.1.12 |
msdpMeshGroupTableThe (conceptual) table listing MSDP Mesh Group configuration. SEQUENCE OF MsdpMeshGroupEntry .1.3.6.1.3.92.1.5 |
msdpMeshGroupEntryAn entry (conceptual row) repesenting a peer in an MSDP Mesh Group. MsdpMeshGroupEntry .1.3.6.1.3.92.1.5.1 |
msdpMeshGroupNameThe name of the mesh group. DisplayString .1.3.6.1.3.92.1.5.1.1 |
msdpMeshGroupPeerAddressTypeThe type of msdpMeshGroupPeerAddress. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.3.92.1.5.1.2 |
msdpMeshGroupPeerAddressA peer address that is a member of the mesh group with name msdpMeshGroupName. The tuple (msdpMeshGroupPeerAddressType, msdpMeshGroupPeerAddress) must match a row in the msdpPeerTable. InetAddress .1.3.6.1.3.92.1.5.1.3 |
msdpMeshGroupStatusThis entry's status, by which new entries may be added to the table and old entries deleted.rw RowStatus (SNMPv2-TC) .1.3.6.1.3.92.1.5.1.4 |
msdpMIBConformance OBJECT IDENTIFIER .1.3.6.1.3.92.1.6 |
msdpMIBCompliances OBJECT IDENTIFIER .1.3.6.1.3.92.1.6.1 |
msdpMIBComplianceThe compliance statement for entities which implement the MSDP MIB. Unknown .1.3.6.1.3.92.1.6.1.1 |
msdpMIBGroups OBJECT IDENTIFIER .1.3.6.1.3.92.1.6.2 |
msdpMIBGlobalsGroupA collection of objects providing information on global MSDP state. Unknown .1.3.6.1.3.92.1.6.2.1 |
msdpMIBPeerGroupA collection of objects for managing MSDP peers. Unknown .1.3.6.1.3.92.1.6.2.2 |
msdpMIBEncapsulationGroupA collection of objects for managing encapsulations if the MSDP encapsulation interfaces are not given interface indices. Unknown .1.3.6.1.3.92.1.6.2.3 |
msdpMIBSACacheGroupA collection of objects for managing MSDP SA cache entries. Unknown .1.3.6.1.3.92.1.6.2.4 |
msdpMIBNotificationGroupA collection of notifications for signaling changes in MSDP peer relationships. Unknown .1.3.6.1.3.92.1.6.2.5 |
msdpMIBRequestsGroupA collection of objects for managing MSDP Request transmission. Unknown .1.3.6.1.3.92.1.6.2.6 |
msdpMIBRPGroupA collection of objects for MSDP speakers that source MSDP messages. Unknown .1.3.6.1.3.92.1.6.2.7 |
msdpMIBMeshGroupGroupA collection of objects for MSDP speakers that can participate in MSDP mesh groups. Unknown .1.3.6.1.3.92.1.6.2.8 |