Home/Catalog/TIMETRA-MSDP-NG-MIB

TIMETRA-MSDP-NG-MIB

AI MIB Summary

The TIMETRA-MSDP-NG-MIB enables monitoring and configuration of Multicast Source Discovery Protocol (MSDP) adjacencies and source active state propagation on Nokia SR OS routers. It provides visibility into MSDP peer session states, source registration counts, and the exchange of active source information between Protocol Independent Multicast (PIM) sparse-mode rendezvous points.

This is the SNMP MIB module to manage and provision MSDP protocol on Nokia SROS equipment. The Multicast Source Discovery Protocol (MSDP) is used to connect multicast routing domains. It typically runs on the same router as the Protocol Independent Multicast (PIM) sparse-mode rendezvous point (RP). Each MSDP router establishes adjacencies with internal and external MSDP peers similar to the Border Gateway Protocol (BGP). These peer routers inform each other about active sources within the domain. When they detect active sources, the routers can send PIM sparse-mode explicit join messages to the active source. Copyright 2014-2016 Nokia. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
Main OID:
timetraMsdpNgMIBModule.1.3.6.1.4.1.6527.1.1.3.104
196
Objects
Active
Status
7
Dependencies

Imported Objects

Objects

196 total
Object Name
timetraMsdpNgMIBModuleThis is the SNMP MIB module to manage and provision MSDP protocol on Nokia SROS equipment. The Multicast Source Discovery Protocol (MSDP) is used to connect multicast routing domains. It typically runs on the same router as the Protocol Independent Multicast (PIM) sparse-mode rendezvous point (RP). Each MSDP router establishes adjacencies with internal and external MSDP peers similar to the Border Gateway Protocol (BGP). These peer routers inform each other about active sources within the domain. When they detect active sources, the routers can send PIM sparse-mode explicit join messages to the active source. Copyright 2014-2016 Nokia. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY
.1.3.6.1.4.1.6527.1.1.3.104
tmnxMsdpNgConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.1.104
tmnxMsdpNgCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.1.104.1
tmnxMsdpNgGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.1.104.2
tmnxMsdpNgObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.2.104
tmnxMsdpNgGlobals
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.2.104.1
tmnxMsdpNgGeneralTableLstChangedThe value of tmnxMsdpNgGeneralTableLstChanged indicates the sysUpTime at the time of the last modification of an entry in the tmnxMsdpNgGeneralTable. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.1.1
tmnxMsdpNgGeneralTableThe tmnxMsdpNgGeneralTable contains objects for general control and management of the MSDP protocol instance within a virtual router.
SEQUENCE OF TmnxMsdpNgGeneralEntry
.1.3.6.1.4.1.6527.3.1.2.104.2
tmnxMsdpNgGeneralEntryEach row entry represents an instance of the MSDP protocol running within a virtual router. Entries in this table cannot be created and deleted via SNMP SET operations.
TmnxMsdpNgGeneralEntry
.1.3.6.1.4.1.6527.3.1.2.104.2.1
tmnxMsdpNgMaxActiveSourcesThe value of tmnxMsdpNgMaxActiveSources specifies the maximum number of source active messages that will be accepted by MSDP. This effectively controls the number of source active messages that can be stored on the system. By default, no limit is placed on the number of source active messages and this is specified by the value '-1'. A value of '0' means that no source active messages will be accepted.rw
Integer32 (-1|0..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.1
tmnxMsdpNgMsgRcvRateThe value of tmnxMsdpNgMsgRcvRate specifies the number of MSDP messages (including source active messages) that are read from the TCP session per tmnxMsdpNgMsgRcvRateTime seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value '0'. Once the number of MSDP packets defined in tmnxMsdpNgMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|10..10000)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.2
tmnxMsdpNgMsgRcvRateTimeThe value of tmnxMsdpNgMsgRcvRateTime specifies the time in seconds that together with tmnxMsdpNgMsgRcvRate defines the number of MSDP messages (including source active messages) that are read from the TCP session within the configured number of seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value '0'. Once the number of MSDP packets defined in tmnxMsdpNgMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|1..600) UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.2.1.3
tmnxMsdpNgMsgRcvRateThdThe value of tmnxMsdpNgMsgRcvRateThd specifies the number of MSDP messages that can be processed before tmnxMsdpNgMsgRcvRate is set. This is useful during system startup and initialization. By default, no MSDP messages are read from the TCP session and this is specified by the value '0'. Once the number of MSDP packets defined in tmnxMsdpNgMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgMsgRcvRateTime seconds have elapsed.rw
Gauge32 (0|1..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.4
tmnxMsdpNgDataEncapsulationThe value of tmnxMsdpNgDataEncapsulation is used to configure a rendezvous point (RP) using MSDP to encapsulate multicast data received in MSDP register messages inside forwarded MSDP source-active messages. By default data encapsulation is enabled.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.5
tmnxMsdpNgAdminStateThe value of tmnxMsdpNgAdminState specifies the desired administrative state for MSDP. When MSDP is 'outOfService' the operational state of MSDP as well as the operational state of other entities under it, like peer or peer group is also disabled.rw
TmnxAdminState (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.6
tmnxMsdpNgExportPolicy1The value of tmnxMsdpNgExportPolicy1 specifies the first export policy to export Source Active (SA) state from the SA list into MSDP. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.7
tmnxMsdpNgExportPolicy2The value of tmnxMsdpNgExportPolicy2 specifies the second export policy to export Source Active (SA) state from the SA list into MSDP. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.8
tmnxMsdpNgExportPolicy3The value of tmnxMsdpNgExportPolicy3 specifies the third export policy to export Source Active (SA) state from the SA list into MSDP. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.9
tmnxMsdpNgExportPolicy4The value of tmnxMsdpNgExportPolicy4 specifies the fourth export policy to export Source Active (SA) state from the SA list into MSDP. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.10
tmnxMsdpNgExportPolicy5The value of tmnxMsdpNgExportPolicy5 specifies the fifth export policy to export Source Active (SA) state from the SA list into MSDP. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.11
tmnxMsdpNgImportPolicy1The value of tmnxMsdpNgImportPolicy1 specifies the first import policy to import Source Active (SA) state from the SA list into MSDP. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.12
tmnxMsdpNgImportPolicy2The value of tmnxMsdpNgImportPolicy2 specifies the second import policy to import Source Active (SA) state from the SA list into MSDP. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.13
tmnxMsdpNgImportPolicy3The value of tmnxMsdpNgImportPolicy3 specifies the third import policy to import Source Active (SA) state from the SA list into MSDP. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.14
tmnxMsdpNgImportPolicy4The value of tmnxMsdpNgImportPolicy4 specifies the fourth import policy to import Source Active (SA) state from the SA list into MSDP. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.15
tmnxMsdpNgImportPolicy5The value of tmnxMsdpNgImportPolicy5 specifies the fifth import policy to import Source Active (SA) state from the SA list into MSDP. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.16
tmnxMsdpNgLocalAddressTypeThe value of tmnxMsdpNgLocalAddressType specifies the type of tmnxMsdpNgLocalAddress.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.17
tmnxMsdpNgLocalAddressThe value of tmnxMsdpNgLocalAddress is used to configure the local end of a MSDP session. In order for MSDP to function at least one peer must be configured. When configuring a peer, the local end of the MSDP session must be configured. This address is used to validate incoming connections to the peer and to establish connections to the remote peer. By default no local address is configured.rw
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.2.1.18
tmnxMsdpNgStatusPeerCountThe value of tmnxMsdpNgStatusPeerCount indicates the number of configured peers.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.19
tmnxMsdpNgStatusPeersEstablishedThe value of tmnxMsdpNgStatusPeersEstablished indicates the number of peers in established state.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.20
tmnxMsdpNgStatusSACountThe value of tmnxMsdpNgStatusSACount indicates the number of source active configured in cache.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.21
tmnxMsdpNgStatusLastTimeUpThe value of tmnxMsdpNgStatusLastTimeUp indicates the last time the protocol was enabled.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.2.1.22
tmnxMsdpNgStatusActSrcLimExceedThe value of tmnxMsdpNgStatusActSrcLimExceed indicates the number of times the global active source limit has been exceeded.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.23
tmnxMsdpNgRpfLookupSequencetmnxMsdpNgRpfLookupSequence is used to configure the sequence of route tables that MSDP uses for finding a Reverse Path Forwarding(RPF) interface for a particular multicast route. 'mucastRouteTable' is the unicast route table to be used only by multicast protocols(MSDP) which will contain routes submitted by multi-protocol BGP, ISIS and OSPF. 'ucastRouteTable' is the regular unicast route table which will contain routes submitted by all the unicast routing protocols. By default, only the 'ucastRouteTable' is looked up by MSDP for calculating RPF interface towards the source/rendezvous point. However the operator can specify the following: a) Use unicast route table only b) Use multicast unicast route table only or c) Use both the route tables. In case of (c), MSDP will always lookup first in the 'mucastRouteTable' and if there is a route, it will use it. If MSDP does not find a route in the first lookup, it will try to find it in the 'ucastRouteTable'.rw
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.2.1.24
tmnxMsdpNgSACacheLifetimeThe value of tmnxMsdpNgSACacheLifetime specifies lifetime given to SA cache entries in seconds when created or refreshed. This object does not measure time per se; instead, it is the delta from the time at which an SA message is received at which it should be expired if not refreshed. (i.e., it is the value of tmnxMsdpNgSAExpiryTime immediately after receiving an SA message applying to that row.)rw
Unsigned32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.25
tmnxMsdpNgSARejectExportPolicyThe value of tmnxMsdpNgSARejectExportPolicy indicates number of SA messages that were not sent due to export policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.26
tmnxMsdpNgSARejectImportPolicyThe value of tmnxMsdpNgSARejectImportPolicy indicates number of SA messages that were rejected due to import policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.2.1.27
tmnxMsdpNgPeerTableThe tmnxMsdpNgPeerTable table provides information on the properties of a MSDP peer.
SEQUENCE OF TmnxMsdpNgPeerEntry
.1.3.6.1.4.1.6527.3.1.2.104.3
tmnxMsdpNgPeerEntrytmnxMsdpNgPeerEntry represents a row entry in tmnxMsdpNgPeerTable for a MSDP peer. Entries can be created and deleted via SNMP SET operations through tmnxMsdpNgPeerRowStatus.
TmnxMsdpNgPeerEntry
.1.3.6.1.4.1.6527.3.1.2.104.3.1
tmnxMsdpNgPeerAddressTypeThe value of tmnxMsdpNgPeerAddressType indicates the type of tmnxMsdpNgPeerAddress.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.1
tmnxMsdpNgPeerAddressThe value of tmnxMsdpNgPeerAddress indicates the address of the MSDP peer.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.3.1.2
tmnxMsdpNgPeerRowStatustmnxMsdpNgPeerRowStatus is the object used for creating and deleting row entries in this table.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.3
tmnxMsdpNgPeerMaxActiveSourcesThe value of tmnxMsdpNgPeerMaxActiveSources specifies the maximum number of source active messages that will be accepted by MSDP. This effectively controls the number of active sources that can be stored on the system. By default, no limit is placed on the number of source active messages and this is specified by the value '-1'. A value of 0 means that no source active messages will be accepted.rw
Integer32 (-1|0..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.4
tmnxMsdpNgPeerMsgRcvRateThe value of tmnxMsdpNgPeerMsgRcvRate specifies the number of MSDP messages (including source active messages) that are read from the TCP session per tmnxMsdpNgPeerMsgRcvRateTime seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|10..10000)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.5
tmnxMsdpNgPeerMsgRcvRateTimeThe value of tmnxMsdpNgPeerMsgRcvRateTime specifies the time in seconds that together with tmnxMsdpNgPeerMsgRcvRate defines the number of MSDP messages (including source active messages) that are read from the TCP session within the configured number of seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|1..600) UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.3.1.6
tmnxMsdpNgPeerMsgRcvRateThdThe value of tmnxMsdpNgPeerMsgRcvRateThd specifies the number of MSDP messages that can be processed before tmnxMsdpNgPeerMsgRcvRate is set. This is useful during system startup and initialization. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerMsgRcvRateTime seconds have elapsed.rw
Gauge32 (0|1..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.7
tmnxMsdpNgPeerAuthKeyThe value of tmnxMsdpNgPeerAuthKey specifies the authentication key to be used for a specific MSDP peering session. Authentication is done using the MD-5 message based digest protocol. Authentication cannot be configured globally and can be applied per peer only. The authentication key can be any combination of letters or numbers. Note that the string may contain embedded nulls. By default, all MSDP messages are accepted and the MD5 signature option authentication key is disabledrw
OCTET STRING
.1.3.6.1.4.1.6527.3.1.2.104.3.1.8
tmnxMsdpNgPeerAuthKeyEncryptedWhen the value of tmnxMsdpNgPeerAuthKeyEncrypted is 'true', the password specified by tmnxMsdpNgPeerAuthKey is in the encrypted form. When the value of tmnxMsdpNgPeerAuthKeyEncrypted is 'false', the password specified by tmnxMsdpNgPeerAuthKey is in plain text. tmnxMsdpNgPeerAuthKey and tmnxMsdpNgPeerAuthKeyEncrypted, which indicates whether or not the password string is encrypted, must be set together in the same SNMP request PDU or else the set request will fail with an inconsistentValue error.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.9
tmnxMsdpNgPeerDefaultPeerThe value of tmnxMsdpNgPeerDefaultPeer is used to configure a peer as the default Msdp peer due to which all source-active messages from the peer will be accepted without the usual peer-reverse-path-forwarding (RPF) check.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.10
tmnxMsdpNgPeerAdminStateThe value of tmnxMsdpNgPeerAdminState specifies the desired administrative state for a MSDP peer. When a MSDP peer is 'outOfService' the operational state of MSDP as well as the operational state of other entities under it, like peer group is also disabled. By default, the state of a MSDP peer is 'inService'.rw
TmnxAdminState (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.11
tmnxMsdpNgPeerExportPolicy1The value of tmnxMsdpNgPeerExportPolicy1 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. A maximum of five policy names can be specified. tmnxMsdpNgPeerExportPolicy1 specifies policy number 1 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.12
tmnxMsdpNgPeerExportPolicy2The value of tmnxMsdpNgPeerExportPolicy2 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerExportPolicy2 specifies policy number 2 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.13
tmnxMsdpNgPeerExportPolicy3The value of tmnxMsdpNgPeerExportPolicy3 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerExportPolicy3 specifies policy number 3 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.14
tmnxMsdpNgPeerExportPolicy4The value of tmnxMsdpNgPeerExportPolicy4 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerExportPolicy4 specifies policy number 4 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.15
tmnxMsdpNgPeerExportPolicy5The value of tmnxMsdpNgPeerExportPolicy5 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerExportPolicy1 specifies policy number 5 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.16
tmnxMsdpNgPeerImportPolicy1The value of tmnxMsdpNgPeerImportPolicy1 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. A maximum of five policy names can be specified. tmnxMsdpNgPeerImportPolicy1 specifies policy number 1 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.17
tmnxMsdpNgPeerImportPolicy2The value of tmnxMsdpNgPeerImportPolicy2 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerImportPolicy2 specifies policy number 2 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.18
tmnxMsdpNgPeerImportPolicy3The value of tmnxMsdpNgPeerImportPolicy3 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerImportPolicy3 specifies policy number 3 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.19
tmnxMsdpNgPeerImportPolicy4The value of tmnxMsdpNgPeerImportPolicy4 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerImportPolicy4 specifies policy number 4 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.20
tmnxMsdpNgPeerImportPolicy5The value of tmnxMsdpNgPeerImportPolicy5 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerImportPolicy5 specifies policy number 5 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.21
tmnxMsdpNgPeerLocalAddressTypeThe value of tmnxMsdpNgPeerLocalAddressType is used to configure the type of tmnxMsdpNgPeerLocalAddress.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.22
tmnxMsdpNgPeerLocalAddressThe value of tmnxMsdpNgPeerLocalAddress is used to configure the local end of a MSDP session. In order for MSDP to function at least one peer must be configured. When configuring a peer, the local end of the MSDP session must be configured. This address is used to validate incoming connections to the peer and to establish connections to the remote peer. By default no local address is configured.rw
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.3.1.23
tmnxMsdpNgPeerStateThe value of tmnxMsdpNgPeerState indicates the status of the connection.ro
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.3.1.24
tmnxMsdpNgPeerLastUpOrDownThe value of tmnxMsdpNgPeerLastUpOrDown indicates the time at which the most recent peer-state change occurred.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.25
tmnxMsdpNgPeerConRetryThe value of tmnxMsdpNgPeerConRetry indicates number of peer connection retry attempts.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.3.1.26
tmnxMsdpNgPeerStateTimerThe value of tmnxMsdpNgPeerStateTimer indicates the number of seconds to wait before another message is sent to a peer.ro
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.3.1.27
tmnxMsdpNgPeerTimeoutThe value of tmnxMsdpNgPeerTimeout indicates the number of seconds to wait for a response from the peer before declaring the peer unavailable.ro
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.3.1.28
tmnxMsdpNgPeerSAAcceptedThe value of tmnxMsdpNgPeerSAAccepted indicates the number of entries in the source-active cache accepted from the peer.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.3.1.29
tmnxMsdpNgPeerSARxThe value of tmnxMsdpNgPeerSARx indicates the number of entries in the source-active cache received by the peer.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.3.1.30
tmnxMsdpNgPeerLastASLimitThe value of tmnxMsdpNgPeerLastASLimit indicates the time that the last active source limit was triggered.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.31
tmnxMsdpNgPeerOperLclAddrTypeThe value of tmnxMsdpNgPeerOperLclAddrType indicates the address type of tmnxMsdpNgPeerOperLclAddr.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.3.1.32
tmnxMsdpNgPeerOperLclAddrThe value of tmnxMsdpNgPeerOperLclAddr indicates the operational value of the local address.ro
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.3.1.33
tmnxMsdpNgPeerGroupTableThe tmnxMsdpNgPeerGroupTable provides a listing of all MSDP Peer Groups.
SEQUENCE OF TmnxMsdpNgPeerGroupEntry
.1.3.6.1.4.1.6527.3.1.2.104.4
tmnxMsdpNgPeerGroupEntrytmnxMsdpNgPeerGroupEntry represents a MSDP Peer Group. Entries can be created and deleted via SNMP SET operations.
TmnxMsdpNgPeerGroupEntry
.1.3.6.1.4.1.6527.3.1.2.104.4.1
tmnxMsdpNgPeerGroupNameThe value of tmnxMsdpNgPeerGroupName indicates the peer group name.
TNamedItem (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.1
tmnxMsdpNgPeerGroupRowStatustmnxMsdpNgPeerGroupRowStatus is the object used for creating and deleting row entries in this table.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.2
tmnxMsdpNgPeerGroupMsgRcvRateThe value of tmnxMsdpNgPeerGroupMsgRcvRate specifies the number of MSDP messages (including source active messages) that are read from the TCP session per tmnxMsdpNgMsgRcvRateTime seconds By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|10..10000)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.3
tmnxMsdpNgPeerGrpMsgRcvRateTimeThe value of tmnxMsdpNgPeerGrpMsgRcvRateTime specifies the maximum number of source active messages that will be accepted by MSDP. This effectively controls the number of source active messages that can be stored on the system. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerGroupMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerGrpMsgRcvRateTime seconds have elapsed.rw
Unsigned32 (0|1..600) UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.4.1.4
tmnxMsdpNgPeerGroupMsgRcvRateThdThe value of tmnxMsdpNgPeerGroupMsgRcvRateThd specifies the number of MSDP messages that can be processed before tmnxMsdpNgPeerGroupMsgRcvRate is set. This is useful during system startup and initialization. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerGroupMsgRcvRateThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerGrpMsgRcvRateTime seconds have elapsed.rw
Gauge32 (0|1..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.5
tmnxMsdpNgPeerGroupAdminStateThe value of tmnxMsdpNgPeerGroupAdminState specifies the desired administrative state for a MSDP peer group. When tmnxMsdpNgPeerGroupAdminState is 'outOfService' the operational state of the MSDP peer group as well as the operational state of other entities under it, like other peers is also disabled. By default, the state of a MSDP peer group is 'inService'.rw
TmnxAdminState (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.6
tmnxMsdpNgPeerGroupExportPolicy1The value of tmnxMsdpNgPeerGroupExportPolicy1 specifies the export policy number 1 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.7
tmnxMsdpNgPeerGroupExportPolicy2The value of tmnxMsdpNgPeerGroupExportPolicy2 specifies the export policy number 2 at peer group protocol level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.8
tmnxMsdpNgPeerGroupExportPolicy3The value of tmnxMsdpNgPeerGroupExportPolicy3 specifies the export policy number 3 at peer group protocol level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.9
tmnxMsdpNgPeerGroupExportPolicy4The value of tmnxMsdpNgPeerGroupExportPolicy4 specifies the export policy number 4 at peer group protocol level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.10
tmnxMsdpNgPeerGroupExportPolicy5The value of tmnxMsdpNgPeerGroupExportPolicy5 specifies the export policy number 5 at peer group protocol level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.11
tmnxMsdpNgPeerGroupImportPolicy1The value of tmnxMsdpNgPeerGroupImportPolicy1 specifies the import policy number 1 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.12
tmnxMsdpNgPeerGroupImportPolicy2The value of tmnxMsdpNgPeerGroupImportPolicy2 specifies the import policy number 2 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.13
tmnxMsdpNgPeerGroupImportPolicy3The value of tmnxMsdpNgPeerGroupImportPolicy3 specifies the import policy number 3 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.14
tmnxMsdpNgPeerGroupImportPolicy4The value of tmnxMsdpNgPeerGroupImportPolicy4 specifies the import policy number 4 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.15
tmnxMsdpNgPeerGroupImportPolicy5The value of tmnxMsdpNgPeerGroupImportPolicy5 specifies the import policy number 5 at peer group level.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.16
tmnxMsdpNgPeerGroupLocalAddrTypeThe value of tmnxMsdpNgPeerGroupLocalAddrType is used to configure the type of tmnxMsdpNgPeerGroupLocalAddress.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.17
tmnxMsdpNgPeerGroupLocalAddressThe value of tmnxMsdpNgPeerGroupLocalAddress is used to configure the local end of a MSDP session. In order for MSDP to function at least one peer must be configured. When configuring a peer, the local end of the MSDP session must be configured. This address is used to validate incoming connections to the peer and to establish connections to the remote peer. By default no local address is configured.rw
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.4.1.18
tmnxMsdpNgPeerGroupModeThe value of tmnxMsdpNgPeerGroupMode is used to configure groups of peers in a full mesh topology. MSDP peers can be grouped in a full-mesh topology that prevents excessive flooding of source-active messages to neighboring peers. When operating in meshed mode, source-active messages received from a mesh group member are always accepted but are not flooded to other members of the same mesh group. As a result, these source-active messages are only flooded to non-mesh group peers or members of other mesh groups. By default 'standard' (non-meshed) mode is used.rw
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.4.1.19
tmnxMsdpNgPeerGroupMaxActSourcesThe value of tmnxMsdpNgPeerGroupMaxActSources specifies the maximum number of source active messages that will be accepted by this MSDP peer group. This effectively controls the number of active sources that can be stored on the system. By default, no limit is placed on the number of source active messages and this is specified by the value '-1'. A value of 0 means that no source active messages will be accepted.rw
Integer32 (-1|0..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.4.1.20
tmnxMsdpNgPeerGroupActMsgsExMaxThe value of tmnxMsdpNgPeerGroupActMsgsExMax indicates the number of source active messages received from this group that exceeded the established maximum number.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.4.1.21
tmnxMsdpNgPeerGrpSARejExpPolicyThe value of tmnxMsdpNgPeerGrpSARejExpPolicy indicates the number of source active messages received from this group that were were not sent due to export policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.4.1.22
tmnxMsdpNgPeerGrpSARejImpPolicyThe value of tmnxMsdpNgPeerGrpSARejImpPolicy indicates the number of source active messages received from this group that were rejected due to import policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.4.1.23
tmnxMsdpNgPeerGrpPeerTableThe tmnxMsdpNgPeerGrpPeerTable table provides a listing of all peers under MSDP Peer Groups.
SEQUENCE OF TmnxMsdpNgPeerGrpPeerEntry
.1.3.6.1.4.1.6527.3.1.2.104.5
tmnxMsdpNgPeerGrpPeerEntryAn entry representing a peer in an MSDP Peer Group. Entries can be created and deleted via SNMP SET operations.
TmnxMsdpNgPeerGrpPeerEntry
.1.3.6.1.4.1.6527.3.1.2.104.5.1
tmnxMsdpNgPeerGrpPeerAddressTypeThe value of tmnxMsdpNgPeerGrpPeerAddressType indicates the type of address of the MSDP peer.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.1
tmnxMsdpNgPeerGrpPeerAddressThe value of tmnxMsdpNgPeerGrpPeerAddress indicates the address of the MSDP peer.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.5.1.2
tmnxMsdpNgPeerGrpPeerRowStatustmnxMsdpNgPeerGrpPeerRowStatus is the object used for creating and deleting row entries in this table.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.3
tmnxMsdpNgPeerGrpPeerMaxActSrcsThe value of tmnxMsdpNgPeerGrpPeerMaxActSrcs specifies the maximum number of source active messages that will be accepted by MSDP peer group peer. This effectively controls the number of active sources that can be stored on the system. By default, no limit is placed on the number of source active messages and this is specified by the value '-1'. A value of 0 means that no source active messages will be accepted.rw
Integer32 (-1|0..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.4
tmnxMsdpNgPeerGrpPeerMsgRcvRtThe value of tmnxMsdpNgPeerGrpPeerMsgRcvRt specifies the number of MSDP messages (including source active messages) that are read from the TCP session per tmnxMsdpNgPeerGrpPeerMsgRxRtTime seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerGrpPeerMsgRcvRtThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerGrpPeerMsgRxRtTime seconds have elapsed.rw
Unsigned32 (0|10..10000)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.5
tmnxMsdpNgPeerGrpPeerMsgRxRtTimeThe value of tmnxMsdpNgPeerGrpPeerMsgRxRtTime specifies the time in seconds that together with tmnxMsdpNgPeerGrpPeerMsgRcvRt defines the number of MSDP messages (including source active messages) that are read from the TCP session within the configured number of seconds. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerGrpPeerMsgRcvRtThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerGrpPeerMsgRxRtTime seconds have elapsed.rw
Unsigned32 (0|1..600) UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.5.1.6
tmnxMsdpNgPeerGrpPeerMsgRcvRtThdThe value of tmnxMsdpNgPeerGrpPeerMsgRcvRtThd specifies the number of MSDP messages that can be processed before tmnxMsdpNgPeerGrpPeerMsgRcvRt is set. This is useful during system startup and initialization. By default, no MSDP messages are read from the TCP session and this is specified by the value 0. Once the number of MSDP packets defined in tmnxMsdpNgPeerGrpPeerMsgRcvRtThd have been processed the rate of all other MSDP packets is rate limited by no longer accepting messages from the TCP session until tmnxMsdpNgPeerGrpPeerMsgRxRtTime seconds have elapsed.rw
Gauge32 (0|1..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.7
tmnxMsdpNgPeerGrpPeerAuthKeyThe value of tmnxMsdpNgPeerGrpPeerAuthKey specifies the authentication key to be used for a specific MSDP peer group peering session. Authentication is done using the MD-5 message based digest protocol. Authentication cannot be configured globally and can be applied per peer only. The authentication key can be any combination of letters or numbers. Note that the string may contain embedded nulls. By default all MSDP messages are accepted and the MD5 signature option authentication key is disabledrw
OCTET STRING
.1.3.6.1.4.1.6527.3.1.2.104.5.1.8
tmnxMsdpNgPeerGrpPeerAKeyEncryptWhen the value of tmnxMsdpNgPeerGrpPeerAKeyEncrypt is 'true', the password specified by tmnxMsdpNgPeerGrpPeerAuthKey is in the encrypted form. When the value of tmnxMsdpNgPeerGrpPeerAKeyEncrypt is 'false', the password specified by tmnxMsdpNgPeerGrpPeerAuthKey is in plain text. tmnxMsdpNgPeerGrpPeerAuthKey and tmnxMsdpNgPeerGrpPeerAKeyEncrypt, which indicates whether or not the password string is encrypted, must be set together in the same SNMP request PDU or else the set request will fail with an inconsistentValue error.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.9
tmnxMsdpNgPeerGrpPeerDefaultPeerThe value of tmnxMsdpNgPeerGrpPeerDefaultPeer is used to configure a peer as the default MSDP peer due to which all source-active messages from the peer will be accepted without the usual peer-reverse-path-forwarding (RPF) check.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.10
tmnxMsdpNgPeerGrpPeerAdminStateThe value of tmnxMsdpNgPeerGrpPeerAdminState specifies the desired administrative state for a peer under a MSDP peer group. When tmnxMsdpNgPeerGrpPeerAdminState is 'outOfService' the operational state of the MSDP peer is disabled. By default, tmnxMsdpNgPeerGrpPeerAdminState is 'inService'.rw
TmnxAdminState (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.11
tmnxMsdpNgPeerGrpPeerExportPlcy1The value of tmnxMsdpNgPeerGrpPeerExportPlcy1 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. A maximum of five policy names can be specified. tmnxMsdpNgPeerGrpPeerExportPlcy1 specifies policy number 1 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.12
tmnxMsdpNgPeerGrpPeerExportPlcy2The value of tmnxMsdpNgPeerGrpPeerExportPlcy2 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerExportPlcy2 specifies policy number 2 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.13
tmnxMsdpNgPeerGrpPeerExportPlcy3The value of tmnxMsdpNgPeerGrpPeerExportPlcy3 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerExportPlcy3 specifies policy number 3 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.14
tmnxMsdpNgPeerGrpPeerExportPlcy4The value of tmnxMsdpNgPeerGrpPeerExportPlcy4 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerExportPlcy4 specifies policy number 4 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.15
tmnxMsdpNgPeerGrpPeerExportPlcy5The value of tmnxMsdpNgPeerGrpPeerExportPlcy5 specifies the export policy to export Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerExportPlcy1 specifies policy number 5 at the protocol level. By default no export policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.16
tmnxMsdpNgPeerGrpPeerImportPlcy1The value of tmnxMsdpNgPeerGrpPeerImportPlcy1 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. A maximum of five policy names can be specified. tmnxMsdpNgPeerGrpPeerImportPlcy1 specifies policy number 1 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.17
tmnxMsdpNgPeerGrpPeerImportPlcy2The value of tmnxMsdpNgPeerGrpPeerImportPlcy2 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerImportPlcy2 specifies policy number 2 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.18
tmnxMsdpNgPeerGrpPeerImportPlcy3The value of tmnxMsdpNgPeerGrpPeerImportPlcy3 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerImportPlcy3 specifies policy number 3 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.19
tmnxMsdpNgPeerGrpPeerImportPlcy4The value of tmnxMsdpNgPeerGrpPeerImportPlcy4 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerImportPlcy4 specifies policy number 4 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.20
tmnxMsdpNgPeerGrpPeerImportPlcy5The value of tmnxMsdpNgPeerGrpPeerImportPlcy5 specifies the import policy to import Source Active (SA) state from the SA list into MSDP. tmnxMsdpNgPeerGrpPeerImportPlcy5 specifies policy number 5 at the protocol level. By default no import policies are applied and all SA entries are announced.rw
TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.21
tmnxMsdpNgPeerGrpPeerLocAddrTypeThe value of tmnxMsdpNgPeerGrpPeerLocAddrType specifies the type of tmnxMsdpNgPeerGrpPeerLocalAddr.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.22
tmnxMsdpNgPeerGrpPeerLocalAddrThe value of tmnxMsdpNgPeerGrpPeerLocalAddr is used to configure the local end of a MSDP session. In order for MSDP to function at least one peer must be configured. When configuring a peer, the local end of the MSDP session must be configured. This address is used to validate incoming connections to the peer and to establish connections to the remote peer. By default no local address is configured.rw
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.5.1.23
tmnxMsdpNgPeerGrpPeerStateThe value of tmnxMsdpNgPeerGrpPeerState indicates the status of the connection.ro
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.5.1.24
tmnxMsdpNgPeerGrpPeerLstUpOrDwnThe value of tmnxMsdpNgPeerGrpPeerLstUpOrDwn indicates the time at which the most recent peer-state change occurred.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.25
tmnxMsdpNgPeerGrpPeerConRetryThe value of tmnxMsdpNgPeerGrpPeerConRetry indicates number of peer connection retry attempts.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.5.1.26
tmnxMsdpNgPeerGrpPeerStateTimerThe value of tmnxMsdpNgPeerGrpPeerStateTimer indicates the number of seconds to wait before another message is sent to a peer.ro
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.5.1.27
tmnxMsdpNgPeerGrpPeerTimeoutThe value of tmnxMsdpNgPeerGrpPeerTimeout indicates the number of seconds to wait for a response from the peer before declaring the peer unavailable.ro
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.6527.3.1.2.104.5.1.28
tmnxMsdpNgPeerGrpPeerSAAcceptedThe value of tmnxMsdpNgPeerGrpPeerSAAccepted indicates the number of entries in the source-active cache accepted from the peer.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.5.1.29
tmnxMsdpNgPeerGrpPeerSARxThe value of tmnxMsdpNgPeerGrpPeerSARx indicates the number of entries in the source-active cache received by the peer.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.5.1.30
tmnxMsdpNgPeerGrpPeerLastASLimitThe value of tmnxMsdpNgPeerGrpPeerLastASLimit indicates the time that the last active source limit was triggered.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.31
tmnxMsdpNgPeerGrpPeerOpAddrTypeThe value of tmnxMsdpNgPeerGrpPeerOpAddrType indicates the type of tmnxMsdpNgPeerGrpPeerOpAddr.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.5.1.32
tmnxMsdpNgPeerGrpPeerOpAddrThe value of tmnxMsdpNgPeerGrpPeerOpAddr indicates the operational value of the local end of a MSDP session.ro
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.5.1.33
tmnxMsdpNgSourceTableThe tmnxMsdpNgSourceTable provides a listing of all MSDP Source configuration.
SEQUENCE OF TmnxMsdpNgSourceEntry
.1.3.6.1.4.1.6527.3.1.2.104.6
tmnxMsdpNgSourceEntryAn tmnxMsdpNgSourceEntry represents a MSDP Source configuration. Entries can be created and deleted via SNMP SET operations.
TmnxMsdpNgSourceEntry
.1.3.6.1.4.1.6527.3.1.2.104.6.1
tmnxMsdpNgSourcePrefixTypeThe value of tmnxMsdpNgSourcePrefixType indicates the type of tmnxMsdpNgSourcePrefix.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.6.1.1
tmnxMsdpNgSourcePrefixThe value of tmnxMsdpNgSourcePrefix indicates the IP address of the sources from which the source active messages would be accepted.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.6.1.2
tmnxMsdpNgSourceMaskThe value of tmnxMsdpNgSourceMask indicates the mask to be used along with tmnxMsdpNgSourcePrefix to obtain the range of addresses from which the router can accept source active messages.
InetAddressPrefixLength
.1.3.6.1.4.1.6527.3.1.2.104.6.1.3
tmnxMsdpNgSourceRowStatustmnxMsdpNgSourceRowStatus is the object used for creating and deleting row entries in this table.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.6.1.4
tmnxMsdpNgSourceMaxActiveSourcesThe value of tmnxMsdpNgSourceMaxActiveSources specifies the maximum number of source active messages that will be accepted by MSDP. This effectively controls the number of active sources that can be stored on the system. By default, no limit is placed on the number of source active messages and this is specified by the value '-1'. A value of 0 means that no source active messages will be accepted.rw
Integer32 (-1|0..1000000)
.1.3.6.1.4.1.6527.3.1.2.104.6.1.5
tmnxMsdpNgSourceDiscMethodThe value of tmnxMsdpNgSourceDiscMethod indicates the discovery method for this multicast source. If the source entry was created by an user, the value of this field is 'configured'. If the source was created dynamically, the value is 'dynamic'ro
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.6.1.6
tmnxMsdpNgSourceSrcActMsgsExMaxThe value of tmnxMsdpNgSourceSrcActMsgsExMax indicates the number of source active messages received from this source that exceeded the established maximum number.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.6.1.7
tmnxMsdpNgSourceLastExEventTimeThe value of tmnxMsdpNgSourceLastExEventTime indicates the time the last exceed event was triggered.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.6.1.8
tmnxMsdpNgSATableThe tmnxMsdpNgSATable table stores the MSDP Source Active(SA) advertisements currently in the MSDP speaker's cache.
SEQUENCE OF TmnxMsdpNgSAEntry
.1.3.6.1.4.1.6527.3.1.2.104.7
tmnxMsdpNgSAEntryAn entry representing an MSDP SA advertisement. The INDEX to this table includes msdpSACacheOriginRP for diagnosing incorrect MSDP advertisements; normally a Source and Group pair would be unique. This is a read-only table.
TmnxMsdpNgSAEntry
.1.3.6.1.4.1.6527.3.1.2.104.7.1
tmnxMsdpNgSAGroupAddrTypeThe value of tmnxMsdpNgSAGroupAddrType indicates the address type of tmnxMsdpNgSAGroupAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.1
tmnxMsdpNgSAGroupAddrThe value of tmnxMsdpNgSAGroupAddr indicates the group address of the Source Active entry.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.7.1.2
tmnxMsdpNgSASourceAddrTypeThe value of tmnxMsdpNgSASourceAddrType indicates the address type of tmnxMsdpNgSASourceAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.3
tmnxMsdpNgSASourceAddrThe value of tmnxMsdpNgSASourceAddr indicates the source address of the Source Active entry.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.7.1.4
tmnxMsdpNgSAOriginRPTypeThe value of tmnxMsdpNgSAOriginRPType indicates the address type of tmnxMsdpNgSAOriginRP.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.5
tmnxMsdpNgSAOriginRPThe value of tmnxMsdpNgSAOriginRP indicates the origin RP address of the Source Active entry.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.7.1.6
tmnxMsdpNgSAPrLearnFrTypeThe value of tmnxMsdpNgSAPrLearnFrType indicates the address type of tmnxMsdpNgSAPeerLearntFrom.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.7
tmnxMsdpNgSAPeerLearntFromThe value of tmnxMsdpNgSAPeerLearntFrom indicates the peer from which this Source Active entry was last accepted.ro
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.7.1.8
tmnxMsdpNgSARPFPeerTypeThe value of tmnxMsdpNgSARPFPeerType indicates the address type of tmnxMsdpNgSARPFPeer.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.9
tmnxMsdpNgSARPFPeerThe value of tmnxMsdpNgSARPFPeer indicates the peer from which an SA message corresponding to this cache entry would be accepted (i.e. the RPF peer for tmnxMsdpNgSAOriginRP). This may be different than tmnxMsdpNgSAPeerLearntFrom if this entry was created by an MSDP SA-Response.ro
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.7.1.10
tmnxMsdpNgSAUpTimeThe value of tmnxMsdpNgSAUpTime indicates the time since this entry was first placed in the Source Active (SA) cache. It is the difference between the time that the entry was first placed in the SA cache and the current time.ro
TimeInterval (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.11
tmnxMsdpNgSAExpiryTimeThe value of tmnxMsdpNgSAExpiryTime indicates the time remaining before this entry will expire from the Source Active (SA) cache. It is difference between the current time and the time that the entry will expire.ro
TimeInterval (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.7.1.12
tmnxMsdpNgPeerStatsTableThe table tmnxMsdpNgPeerStatsTable is the statistics information related to a MSDP peer.
SEQUENCE OF TmnxMsdpNgPeerStatsEntry
.1.3.6.1.4.1.6527.3.1.2.104.8
tmnxMsdpNgPeerStatsEntrytmnxMsdpNgPeerStatsEntry is an entry (conceptual row) in the tmnxMsdpNgPeerStatsTable. Each entry represents a MSDP peer related statistics information.
TmnxMsdpNgPeerStatsEntry
.1.3.6.1.4.1.6527.3.1.2.104.8.1
tmnxMsdpNgPeerStatsActSrcLimExcdThe value of tmnxMsdpNgPeerStatsActSrcLimExcd indicates the number of times the global active source limit has been exceeded by this peer instance.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.1
tmnxMsdpNgPeerStatsLastStChangeThe value of tmnxMsdpNgPeerStatsLastStChange indicates how long ago the peer state changed.ro
TimeInterval (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.8.1.2
tmnxMsdpNgPeerStatsLastMsgPeerThe value of tmnxMsdpNgPeerStatsLastMsgPeer indicates how long ago the last message was received from this peer instance.ro
TimeInterval (SNMPv2-TC)
.1.3.6.1.4.1.6527.3.1.2.104.8.1.3
tmnxMsdpNgPeerStatsRPFFailuresThe value of tmnxMsdpNgPeerStatsRPFFailures indicates number of reverse path forwarding (RPF) failures.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.4
tmnxMsdpNgPeerStatsRemoteClosesThe value of tmnxMsdpNgPeerStatsRemoteCloses indicates the number of times the remote peer closed.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.5
tmnxMsdpNgPeerStatsPeerTimeoutsThe value of tmnxMsdpNgPeerStatsPeerTimeouts indicates the number of peer timeouts.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.6
tmnxMsdpNgPeerStatsSAMsgsSentThe value of tmnxMsdpNgPeerStatsSAMsgsSent indicates the number of source-active messages sent.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.7
tmnxMsdpNgPeerStatsSAMsgsRxThe value of tmnxMsdpNgPeerStatsSAMsgsRx indicates the number of source-active messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.8
tmnxMsdpNgPeerStatsSAReqMsgsSentThe value of tmnxMsdpNgPeerStatsSAReqMsgsSent indicates the number of source-active request messages sent.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.9
tmnxMsdpNgPeerStatsSAReqMsgsRxThe value of tmnxMsdpNgPeerStatsSAReqMsgsRx indicates the number of source-active request messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.10
tmnxMsdpNgPeerStatsSAResMsgsSentThe value of tmnxMsdpNgPeerStatsSAResMsgsSent indicates the number of source-active response messages sent.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.11
tmnxMsdpNgPeerStatsSAResMsgsRxThe value of tmnxMsdpNgPeerStatsSAResMsgsRx indicates the number of source-active response messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.12
tmnxMsdpNgPeerStatsKAMsgsSentThe value of tmnxMsdpNgPeerStatsKAMsgsSent indicates the number of keep-alive messages sent.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.13
tmnxMsdpNgPeerStatsKAMsgsRxThe value of tmnxMsdpNgPeerStatsKAMsgsRx indicates the number of keep-alive messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.14
tmnxMsdpNgPeerStatsUnknMsgsRxThe value of tmnxMsdpNgPeerStatsUnknMsgsRx indicates the number of unknown messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.15
tmnxMsdpNgPeerStatsErrMsgsRxThe value of tmnxMsdpNgPeerStatsErrMsgsRx indicates number of error messages received.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.16
tmnxMsdpNgPeerStatsSALearntThe value of tmnxMsdpNgPeerStatsSALearnt indicates the number of unique source active entries in the cache learned from the peer.ro
Gauge32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.17
tmnxMsdpNgPeerStatsSARejExpPlcyThe value of tmnxMsdpNgPeerStatsSARejExpPlcy indicates the number of source active messages from the peer that were not sent due to export policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.18
tmnxMsdpNgPeerStatsSARejImpPlcyThe value of tmnxMsdpNgPeerStatsSARejImpPlcy indicates the number of source active messages from the peer that were rejected due to import policy.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.19
tmnxMsdpNgPeerStatsResvMsgsRxThe value of tmnxMsdpNgPeerStatsResvMsgsRx indicates the number of MSDP messages received with type 'Reserved'.ro
Counter32
.1.3.6.1.4.1.6527.3.1.2.104.8.1.20
tmnxMsdpNgSrcActRejTableThe tmnxMsdpNgSrcActRejTable table stores the MSDP Source Active(SA) advertisements rejected from the MSDP speaker's cache.
SEQUENCE OF TmnxMsdpNgSrcActRejEntry
.1.3.6.1.4.1.6527.3.1.2.104.9
tmnxMsdpNgSrcActRejEntryAn entry representing an MSDP SA advertisement that is rejected. This is a read-only table.
TmnxMsdpNgSrcActRejEntry
.1.3.6.1.4.1.6527.3.1.2.104.9.1
tmnxMsdpNgSARejPeerGroupNameThe value of tmnxMsdpNgSARejPeerGroupName indicates the peer group name of the Source Active entry that is rejected.
TNamedItemOrEmpty (TIMETRA-TC-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.9.1.1
tmnxMsdpNgSARejGroupAddrTypeThe value of tmnxMsdpNgSARejGroupAddrType indicates the address type of tmnxMsdpNgSARejGroupAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.9.1.2
tmnxMsdpNgSARejGroupAddrThe value of tmnxMsdpNgSARejGroupAddr indicates the group address of the Source Active entry that is rejected.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.9.1.3
tmnxMsdpNgSARejSourceAddrTypeThe value of tmnxMsdpNgSARejSourceAddrType indicates the address type of tmnxMsdpNgSARejSourceAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.9.1.4
tmnxMsdpNgSARejSourceAddrThe value of tmnxMsdpNgSARejSourceAddr indicates the source address of the Source Active entry that is rejected.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.9.1.5
tmnxMsdpNgSARejOriginRPTypeThe value of tmnxMsdpNgSARejOriginRPType indicates the address type of tmnxMsdpNgSARejOriginRP.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.9.1.6
tmnxMsdpNgSARejOriginRPThe value of tmnxMsdpNgSARejOriginRP indicates the origin rendezvous point (RP) address of the Source Active entry that is rejected.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.9.1.7
tmnxMsdpNgSARejPeerAddrTypeThe value of tmnxMsdpNgSARejPeerAddrType indicates the address type of tmnxMsdpNgSARejPeerAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6527.3.1.2.104.9.1.8
tmnxMsdpNgSARejPeerAddrThe value of tmnxMsdpNgSARejPeerAddr indicates the peer from which this rejected Source Active entry was last received.
InetAddress
.1.3.6.1.4.1.6527.3.1.2.104.9.1.9
tmnxMsdpNgSARejFailureReasonThe value of tmnxMsdpNgSARejFailureReason indicates the reason why this Source Active entry is rejected.ro
Enumeration
.1.3.6.1.4.1.6527.3.1.2.104.9.1.10
tmnxMsdpNgNotifyPrefix
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.3.104
tmnxMsdpNgNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.6527.3.1.3.104.0
tmnxMsdpNgActSrcLimExcdThe tmnxMsdpNgActSrcLimExcd event is generated whenever the global active source limit has been exceeded.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6527.3.1.3.104.0.1
tmnxMsdpNgPeerActSrcLimExcdThe tmnxMsdpNgPeerActSrcLimExcd event is generated whenever the active source limit has been exceeded for the peer.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6527.3.1.3.104.0.2
tmnxMsdpNgRPFFailureThe tmnxMsdpNgRPFFailure event is generated whenever a RPF(Reverse Path Forwarding) failure occurs for a source configured by user.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6527.3.1.3.104.0.3
tmnxMsdpNgSourceSrcActMsgsExcdThe tmnxMsdpNgSourceSrcActMsgsExcd event is generated when the source active messages received from this source has exceeded the established maximum number.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6527.3.1.3.104.0.4
tmnxMsdpNgGroupSrcActMsgsExcdThe tmnxMsdpNgGroupSrcActMsgsExcd event is generated when the source active messages received from this group has exceeded the established maximum number.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6527.3.1.3.104.0.5
TIMETRA-MSDP-NG-MIB - SNMP MIB Reference | MIBs Explorer