LMP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: LMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 lmpMIB 1.3.6.1.2.1.10.227
Copyright (C) 2006 The Internet Society. This version of the MIB module is part of RFC 4631; see the RFC itself for full legal notices. This MIB module contains managed object definitions for the Link Management Protocol (LMP) as defined in 'Link Management Protocol'.
         lmpNotifications 1.3.6.1.2.1.10.227.0
             lmpTeLinkPropertyMismatch 1.3.6.1.2.1.10.227.0.1
This notification is generated when a TE link property mismatch is detected on the node. The received remote TE link ID of the misconfigured TE link is represented by either teLinkRemoteIpAddr or teLinkIncomingIfId, depending on whether the TE link is numbered or unnumbered. This notification should not be sent unless lmpLinkPropertyNotificationsEnabled is true(1). It is recommended that this notification be reported only the first time a mismatch is detected. Otherwise, for a given TE link, this notification can occur no more than once per verification interval (lmpGlobalLinkVerificationInterval).
             lmpDataLinkPropertyMismatch 1.3.6.1.2.1.10.227.0.2
This notification is generated when a data-bearing link property mismatch is detected on the node. lmpDataLinkType is used to identify the local identifiers associated with the data link. (The data link interface index can be used to determine the TE link interface index, as this relationship is captured in the interface stack table.) The remote entity interface ID is the remote entity interface ID received in the LinkSummary message. This notification should not be sent unless lmpLinkPropertyNotificationsEnabled is true(1). It is recommended that this notification be reported only the first time a mismatch is detected. Otherwise, for a given data link, this notification can occur no more than once per verification interval (lmpGlobalLinkVerificationInterval).
             lmpUnprotected 1.3.6.1.2.1.10.227.0.3
This notification is generated when there is more than one control channel between LMP neighbors and the last redundant control channel has failed. If the remaining operational control channel fails, then there will be no more control channels between the pair of nodes and all the TE links between the pair of nodes, will go to degraded state. This notification should not be sent unless lmpUnprotectedNotificationsEnabled is set to true(1).
             lmpControlChannelUp 1.3.6.1.2.1.10.227.0.4
This notification is generated when a control channel transitions to the up operational state. This notification should not be sent unless lmpCcUpDownNotificationsEnabled is true(1).
             lmpControlChannelDown 1.3.6.1.2.1.10.227.0.5
This notification is generated when a control channel transitions out of the up operational state. This notification should not be sent unless lmpCcUpDownNotificationsEnabled is true(1).
             lmpTeLinkDegraded 1.3.6.1.2.1.10.227.0.6
This notification is generated when a lmpTeLinkOperStatus object for a TE link enters the degraded state. This notification should not be sent unless lmpTeLinkNotificationsEnabled is true(1).
             lmpTeLinkNotDegraded 1.3.6.1.2.1.10.227.0.7
This notification is generated when a lmpTeLinkOperStatus object for a TE link leaves the degraded state. This notification should not be sent unless lmpTeLinkNotificationsEnabled is true(1).
             lmpDataLinkVerificationFailure 1.3.6.1.2.1.10.227.0.8
This notification is generated when a data-bearing link verification fails. This notification should not be sent unless lmpDataLinkNotificationsEnabled is true(1). For a given data link, this notification can occur no more than once per verification interval (lmpGlobalLinkVerificationInterval).
         lmpObjects 1.3.6.1.2.1.10.227.1
             lmpAdminStatus 1.3.6.1.2.1.10.227.1.1 integer read-write
The desired operational status of LMP on the node. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot. Enumeration: 'down': 2, 'up': 1.
             lmpOperStatus 1.3.6.1.2.1.10.227.1.2 integer read-only
The actual operational status of LMP on the node. Enumeration: 'down': 2, 'up': 1.
             lmpNbrTable 1.3.6.1.2.1.10.227.1.3 no-access
This table specifies the neighbor node(s) to which control channels may be established.
                 lmpNbrEntry 1.3.6.1.2.1.10.227.1.3.1 no-access
An entry in this table is created by a LMP-enabled device for every pair of nodes that can establish control channels.
                     lmpNbrNodeId 1.3.6.1.2.1.10.227.1.3.1.1 lmpnodeid no-access
This is a unique index for an entry in the LmpNbrTable. This value represents the remote Node ID.
                     lmpNbrRetransmitInterval 1.3.6.1.2.1.10.227.1.3.1.2 lmpretransmitinterval read-only
This object specifies the initial retransmission interval that is used for the retransmission of messages that require acknowledgement. This object, along with lmpNbrRetryLimit, is used to implement the congestion-handling mechanism defined in Section 10 of the Link Management Protocol specification, which is based on RFC 2914.
                     lmpNbrRetryLimit 1.3.6.1.2.1.10.227.1.3.1.3 unsigned32 read-only
This object specifies the maximum number of times a message is transmitted without being acknowledged. A value of 0 is used to indicate that a node should never stop retransmission. This object, along with lmpNbrRetransmitInterval, is used to implement the congestion-handling mechanism as defined in Section 10 of the Link Management Protocol specification, which is based on RFC 2914.
                     lmpNbrRetransmitDelta 1.3.6.1.2.1.10.227.1.3.1.4 unsigned32 read-only
This object governs the speed with which the sender increases the retransmission interval, as explained in Section 10 of the Link Management Protocol specification, which is based on RFC 2914. This value is a power used to express the exponential backoff. The ratio of two successive retransmission intervals is (1 + Delta).
                     lmpNbrAdminStatus 1.3.6.1.2.1.10.227.1.3.1.5 integer read-only
The desired operational status of LMP to this remote node. Enumeration: 'down': 2, 'up': 1.
                     lmpNbrOperStatus 1.3.6.1.2.1.10.227.1.3.1.6 integer read-only
The actual operational status of LMP to this remote node. Enumeration: 'down': 2, 'up': 1.
                     lmpNbrRowStatus 1.3.6.1.2.1.10.227.1.3.1.7 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. None of the writable objects in a row can be changed if the status is active(1). All read-create objects must have valid and consistent values before the row can be activated.
                     lmpNbrStorageType 1.3.6.1.2.1.10.227.1.3.1.8 storagetype read-only
The storage type for this conceptual row in the lmpNbrTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
             lmpCcHelloIntervalDefault 1.3.6.1.2.1.10.227.1.4 lmpinterval read-write
This object specifies the default value for the HelloInterval parameter used in the Hello protocol keep-alive phase. It indicates how frequently LMP Hello messages will be sent. It is used as the default value for lmpCcHelloInterval. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcHelloIntervalDefaultMin 1.3.6.1.2.1.10.227.1.5 lmpinterval read-write
This object specifies the default minimum value for the HelloInterval parameter. It is used as a default value for lmpCcHelloIntervalMin. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcHelloIntervalDefaultMax 1.3.6.1.2.1.10.227.1.6 lmpinterval read-write
This object specifies the default maximum value for the HelloInterval parameter. It is used as a default value for lmpCcHelloIntervalMax. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcHelloDeadIntervalDefault 1.3.6.1.2.1.10.227.1.7 lmpinterval read-write
This object specifies the default HelloDeadInterval parameter to use in the Hello protocol keep-alive phase. It indicates how long a device should wait before declaring the control channel dead. The HelloDeadInterval parameter should be at least three times the value of HelloInterval. It is used as a default value for lmpCcHelloDeadInterval. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcHelloDeadIntervalDefaultMin 1.3.6.1.2.1.10.227.1.8 lmpinterval read-write
This object specifies the default minimum value for the HelloDeadInterval parameter. It is used as a default value for lmpCcHelloDeadIntervalMin. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcHelloDeadIntervalDefaultMax 1.3.6.1.2.1.10.227.1.9 lmpinterval read-write
This object specifies the default maximum value for the HelloDeadInterval parameter. It is used as a default value for lmpCcHelloDeadIntervalMax. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpControlChannelTable 1.3.6.1.2.1.10.227.1.10 no-access
This table specifies LMP control channel information.
                   lmpControlChannelEntry 1.3.6.1.2.1.10.227.1.10.1 no-access
An entry in this table is created by an LMP-enabled device for every control channel. Whenever a new entry is created with lmpCcIsIf set to true(1), a corresponding entry is created in ifTable as well (see RFC 2863).
                       lmpCcId 1.3.6.1.2.1.10.227.1.10.1.1 unsigned32 no-access
This value represents the local control channel identifier. The control channel identifier is a non-zero 32-bit number.
                       lmpCcUnderlyingIfIndex 1.3.6.1.2.1.10.227.1.10.1.2 interfaceindexorzero read-only
If lmpCcIsIf is set to true(1), this object carries the index into the ifTable of the entry that represents the LMP interface over which LMP will transmit its traffic. If this object is set to zero but lmpCcIsIf is set to true(1), the control channel is not currently associated with any underlying interface, and the control channel's operational status must not be up(1); nor should the control channel forward or receive traffic. If lmpCcIsIf is set to false(2), this object should be set to zero and ignored.
                       lmpCcIsIf 1.3.6.1.2.1.10.227.1.10.1.3 truthvalue read-only
In implementations where the control channels are modeled as interfaces, the value of this object is true(1), and this control channel is represented by an interface in the interfaces group table as indicated by the value of lmpCcUnderlyingIfIndex. If control channels are not modeled as interfaces, the value of this object is false(2), and there is no corresponding interface for this control channel in the interfaces group table; the value of lmpCcUnderlyingIfIndex should be ignored.
                       lmpCcNbrNodeId 1.3.6.1.2.1.10.227.1.10.1.4 lmpnodeid read-only
This is the Node ID of the control channel remote node. This value either is configured or gets created by the node when a Config message is received or when an outgoing Config message is acknowledged by the remote node.
                       lmpCcRemoteId 1.3.6.1.2.1.10.227.1.10.1.5 unsigned32 read-only
This value represents the remote control channel identifier (32-bit number). It is determined during the negotiation phase. A value of zero means that the remote control channel identifier has not yet been learned.
                       lmpCcRemoteAddressType 1.3.6.1.2.1.10.227.1.10.1.6 inetaddresstype read-only
This value represents the remote control channel IP address type. In point-to-point configuration, this value can be set to unknown(0).
                       lmpCcRemoteIpAddr 1.3.6.1.2.1.10.227.1.10.1.7 inetaddress read-only
This value represents the remote control channel Internet address for numbered control channel. The type of this address is determined by lmpCcRemoteAddressType. The control channel must be numbered on non-point-to-point configuration. For point-to-point configuration, the remote control channel address can be of type unknown, in which case this object must be a zero-length string. The lmpCcRemoteId object then identifies the unnumbered address.
                       lmpCcSetupRole 1.3.6.1.2.1.10.227.1.10.1.8 integer read-only
The role that this node should take during establishment of this control channel. An active node will initiate establishment. A passive node will wait for the remote node to initiate. A pair of nodes that both take the passive role will never establish communications. Enumeration: 'active': 1, 'passive': 2.
                       lmpCcAuthentication 1.3.6.1.2.1.10.227.1.10.1.9 truthvalue read-only
This object indicates whether the control channel must use authentication.
                       lmpCcHelloInterval 1.3.6.1.2.1.10.227.1.10.1.10 lmpinterval read-only
This object specifies the value of the HelloInterval parameter. The default value for this object should be set to lmpCcHelloIntervalDefault.
                       lmpCcHelloIntervalMin 1.3.6.1.2.1.10.227.1.10.1.11 lmpinterval read-only
This object specifies the minimum value for the HelloInterval parameter. The default value for this object should be set to lmpCcHelloIntervalMinDefault.
                       lmpCcHelloIntervalMax 1.3.6.1.2.1.10.227.1.10.1.12 lmpinterval read-only
This object specifies the maximum value for the HelloInterval parameter. The default value for this object should be set to lmpCcHelloIntervalMaxDefault.
                       lmpCcHelloIntervalNegotiated 1.3.6.1.2.1.10.227.1.10.1.13 lmpinterval read-only
Once the control channel is active, this object represents the negotiated HelloInterval value.
                       lmpCcHelloDeadInterval 1.3.6.1.2.1.10.227.1.10.1.14 lmpinterval read-only
This object specifies the value of the HelloDeadInterval parameter. The default value for this object should be set to lmpCcHelloDeadIntervalDefault.
                       lmpCcHelloDeadIntervalMin 1.3.6.1.2.1.10.227.1.10.1.15 lmpinterval read-only
This object specifies the minimum value for the HelloDeadInterval parameter. The default value for this object should be set to lmpCcHelloDeadIntervalMinDefault.
                       lmpCcHelloDeadIntervalMax 1.3.6.1.2.1.10.227.1.10.1.16 lmpinterval read-only
This object specifies the maximum value for the HelloDeadInterval parameter. The default value for this object should be set to lmpCcHelloIntervalMaxDefault.
                       lmpCcHelloDeadIntervalNegotiated 1.3.6.1.2.1.10.227.1.10.1.17 lmpinterval read-only
Once the control channel is active, this object represents the negotiated HelloDeadInterval value.
                       lmpCcLastChange 1.3.6.1.2.1.10.227.1.10.1.18 timeticks read-only
The value of sysUpTime at the time the control channel entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                       lmpCcAdminStatus 1.3.6.1.2.1.10.227.1.10.1.19 integer read-only
The desired operational status of this control channel. Enumeration: 'down': 2, 'up': 1.
                       lmpCcOperStatus 1.3.6.1.2.1.10.227.1.10.1.20 integer read-only
The actual operational status of this control channel. Enumeration: 'configSnd': 3, 'goingDown': 6, 'up': 1, 'down': 2, 'active': 5, 'configRcv': 4.
                       lmpCcRowStatus 1.3.6.1.2.1.10.227.1.10.1.21 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. None of the writable objects in a row can be changed if the status is active(1). All read-create objects must have valid and consistent values before the row can be activated.
                       lmpCcStorageType 1.3.6.1.2.1.10.227.1.10.1.22 storagetype read-only
The storage type for this conceptual row in the lmpControlChannelTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
             lmpControlChannelPerfTable 1.3.6.1.2.1.10.227.1.11 no-access
This table specifies LMP control channel performance counters.
                   lmpControlChannelPerfEntry 1.3.6.1.2.1.10.227.1.11.1 no-access
An entry in this table is created by a LMP-enabled device for every control channel. lmpCcCounterDiscontinuityTime is used to indicate potential discontinuity for all counter objects in this table.
                       lmpCcInOctets 1.3.6.1.2.1.10.227.1.11.1.1 counter32 read-only
The total number of LMP message octets received on the control channel.
                       lmpCcInDiscards 1.3.6.1.2.1.10.227.1.11.1.2 counter32 read-only
The number of inbound packets that were chosen to be discarded even though no errors had been detected. One possible reason for discarding such a packet could be to free up buffer space.
                       lmpCcInErrors 1.3.6.1.2.1.10.227.1.11.1.3 counter32 read-only
The number of inbound packets that contained errors preventing them from being processed by LMP.
                       lmpCcOutOctets 1.3.6.1.2.1.10.227.1.11.1.4 counter32 read-only
The total number of LMP message octets transmitted out of the control channel.
                       lmpCcOutDiscards 1.3.6.1.2.1.10.227.1.11.1.5 counter32 read-only
The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                       lmpCcOutErrors 1.3.6.1.2.1.10.227.1.11.1.6 counter32 read-only
The number of outbound packets that could not be transmitted because of errors.
                       lmpCcConfigReceived 1.3.6.1.2.1.10.227.1.11.1.7 counter32 read-only
This object counts the number of Config messages that have been received on this control channel.
                       lmpCcConfigSent 1.3.6.1.2.1.10.227.1.11.1.8 counter32 read-only
This object counts the number of Config messages that have been sent on this control channel.
                       lmpCcConfigRetransmit 1.3.6.1.2.1.10.227.1.11.1.9 counter32 read-only
This object counts the number of Config messages that have been retransmitted over this control channel.
                       lmpCcConfigAckReceived 1.3.6.1.2.1.10.227.1.11.1.10 counter32 read-only
This object counts the number of ConfigAck messages that have been received on this control channel.
                       lmpCcConfigAckSent 1.3.6.1.2.1.10.227.1.11.1.11 counter32 read-only
This object counts the number of ConfigAck messages that have been sent on this control channel.
                       lmpCcConfigNackReceived 1.3.6.1.2.1.10.227.1.11.1.12 counter32 read-only
This object counts the number of ConfigNack messages that have been received on this control channel.
                       lmpCcConfigNackSent 1.3.6.1.2.1.10.227.1.11.1.13 counter32 read-only
This object counts the number of ConfigNack messages that have been sent on this control channel.
                       lmpCcHelloReceived 1.3.6.1.2.1.10.227.1.11.1.14 counter32 read-only
This object counts the number of Hello messages that have been received on this control channel.
                       lmpCcHelloSent 1.3.6.1.2.1.10.227.1.11.1.15 counter32 read-only
This object counts the number of Hello messages that have been sent on this control channel.
                       lmpCcBeginVerifyReceived 1.3.6.1.2.1.10.227.1.11.1.16 counter32 read-only
This object counts the number of BeginVerify messages that have been received on this control channel.
                       lmpCcBeginVerifySent 1.3.6.1.2.1.10.227.1.11.1.17 counter32 read-only
This object counts the number of BeginVerify messages that have been sent on this control channel.
                       lmpCcBeginVerifyRetransmit 1.3.6.1.2.1.10.227.1.11.1.18 counter32 read-only
This object counts the number of BeginVerify messages that have been retransmitted over this control channel.
                       lmpCcBeginVerifyAckReceived 1.3.6.1.2.1.10.227.1.11.1.19 counter32 read-only
This object counts the number of BeginVerifyAck messages that have been received on this control channel.
                       lmpCcBeginVerifyAckSent 1.3.6.1.2.1.10.227.1.11.1.20 counter32 read-only
This object counts the number of BeginVerifyAck messages that have been sent on this control channel.
                       lmpCcBeginVerifyNackReceived 1.3.6.1.2.1.10.227.1.11.1.21 counter32 read-only
This object counts the number of BeginVerifyNack messages that have been received on this control channel.
                       lmpCcBeginVerifyNackSent 1.3.6.1.2.1.10.227.1.11.1.22 counter32 read-only
This object counts the number of BeginVerifyNack messages that have been sent on this control channel.
                       lmpCcEndVerifyReceived 1.3.6.1.2.1.10.227.1.11.1.23 counter32 read-only
This object counts the number of EndVerify messages that have been received on this control channel.
                       lmpCcEndVerifySent 1.3.6.1.2.1.10.227.1.11.1.24 counter32 read-only
This object counts the number of EndVerify messages that have been sent on this control channel.
                       lmpCcEndVerifyRetransmit 1.3.6.1.2.1.10.227.1.11.1.25 counter32 read-only
This object counts the number of EndVerify messages that have been retransmitted over this control channel.
                       lmpCcEndVerifyAckReceived 1.3.6.1.2.1.10.227.1.11.1.26 counter32 read-only
This object counts the number of EndVerifyAck messages that have been received on this control channel.
                       lmpCcEndVerifyAckSent 1.3.6.1.2.1.10.227.1.11.1.27 counter32 read-only
This object counts the number of EndVerifyAck messages that have been sent on this control channel.
                       lmpCcTestStatusSuccessReceived 1.3.6.1.2.1.10.227.1.11.1.28 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been received on this control channel.
                       lmpCcTestStatusSuccessSent 1.3.6.1.2.1.10.227.1.11.1.29 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been sent on this control channel.
                       lmpCcTestStatusSuccessRetransmit 1.3.6.1.2.1.10.227.1.11.1.30 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been retransmitted over this control channel.
                       lmpCcTestStatusFailureReceived 1.3.6.1.2.1.10.227.1.11.1.31 counter32 read-only
This object counts the number of TestStatusFailure messages that have been received on this control channel.
                       lmpCcTestStatusFailureSent 1.3.6.1.2.1.10.227.1.11.1.32 counter32 read-only
This object counts the number of TestStatusFailure messages that have been sent on this control channel.
                       lmpCcTestStatusFailureRetransmit 1.3.6.1.2.1.10.227.1.11.1.33 counter32 read-only
This object counts the number of TestStatusFailure messages that have been retransmitted over this control channel.
                       lmpCcTestStatusAckReceived 1.3.6.1.2.1.10.227.1.11.1.34 counter32 read-only
This object counts the number of TestStatusAck messages that have been received on this control channel.
                       lmpCcTestStatusAckSent 1.3.6.1.2.1.10.227.1.11.1.35 counter32 read-only
This object counts the number of TestStatusAck messages that have been sent on this control channel.
                       lmpCcLinkSummaryReceived 1.3.6.1.2.1.10.227.1.11.1.36 counter32 read-only
This object counts the number of LinkSummary messages that have been received on this control channel.
                       lmpCcLinkSummarySent 1.3.6.1.2.1.10.227.1.11.1.37 counter32 read-only
This object counts the number of LinkSummary messages that have been sent on this control channel.
                       lmpCcLinkSummaryRetransmit 1.3.6.1.2.1.10.227.1.11.1.38 counter32 read-only
This object counts the number of LinkSummary messages that have been retransmitted over this control channel.
                       lmpCcLinkSummaryAckReceived 1.3.6.1.2.1.10.227.1.11.1.39 counter32 read-only
This object counts the number of LinkSummaryAck messages that have been received on this control channel.
                       lmpCcLinkSummaryAckSent 1.3.6.1.2.1.10.227.1.11.1.40 counter32 read-only
This object counts the number of LinkSummaryAck messages that have been sent on this control channel.
                       lmpCcLinkSummaryNackReceived 1.3.6.1.2.1.10.227.1.11.1.41 counter32 read-only
This object counts the number of LinkSummaryNack messages that have been received on this control channel.
                       lmpCcLinkSummaryNackSent 1.3.6.1.2.1.10.227.1.11.1.42 counter32 read-only
This object counts the number of LinkSummaryNack messages that have been sent on this control channel.
                       lmpCcChannelStatusReceived 1.3.6.1.2.1.10.227.1.11.1.43 counter32 read-only
This object counts the number of ChannelStatus messages that have been received on this control channel.
                       lmpCcChannelStatusSent 1.3.6.1.2.1.10.227.1.11.1.44 counter32 read-only
This object counts the number of ChannelStatus messages that have been sent on this control channel.
                       lmpCcChannelStatusRetransmit 1.3.6.1.2.1.10.227.1.11.1.45 counter32 read-only
This object counts the number of ChannelStatus messages that have been retransmitted on this control channel.
                       lmpCcChannelStatusAckReceived 1.3.6.1.2.1.10.227.1.11.1.46 counter32 read-only
This object counts the number of ChannelStatusAck messages that have been received on this control channel.
                       lmpCcChannelStatusAckSent 1.3.6.1.2.1.10.227.1.11.1.47 counter32 read-only
This object counts the number of ChannelStatus messages that have been sent on this control channel.
                       lmpCcChannelStatusReqReceived 1.3.6.1.2.1.10.227.1.11.1.48 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been received on this control channel.
                       lmpCcChannelStatusReqSent 1.3.6.1.2.1.10.227.1.11.1.49 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been sent on this control channel.
                       lmpCcChannelStatusReqRetransmit 1.3.6.1.2.1.10.227.1.11.1.50 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been retransmitted on this control channel.
                       lmpCcChannelStatusRspReceived 1.3.6.1.2.1.10.227.1.11.1.51 counter32 read-only
This object counts the number of ChannelStatusResponse messages that have been received on this control channel.
                       lmpCcChannelStatusRspSent 1.3.6.1.2.1.10.227.1.11.1.52 counter32 read-only
This object counts the number of ChannelStatusResponse messages that have been sent on this control channel.
                       lmpCcCounterDiscontinuityTime 1.3.6.1.2.1.10.227.1.11.1.53 timestamp read-only
The value of sysUpTime on the most recent occasion at which one or more of this control channel's counters suffered a discontinuity. The relevant counters are the specific instances associated with this control channel of any Counter32 object contained in the lmpControlChannelPerfTable. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
             lmpTeLinkTable 1.3.6.1.2.1.10.227.1.12 no-access
This table specifies the LMP-specific TE link information. Overall TE link information is kept in three separate tables: ifTable for interface-specific information, lmpTeLinkTable for LMP specific information, and teLinkTable for generic TE link information. ifIndex is the common index to all tables.
                   lmpTeLinkEntry 1.3.6.1.2.1.10.227.1.12.1 no-access
An entry in this table exists for each ifEntry with an ifType of teLink(200) that is managed by LMP. An ifEntry with an ifIndex must exist before the corresponding lmpTeLinkEntry is created. If a TE link entry in the ifTable is destroyed, then so is the corresponding entry in the lmpTeLinkTable. The administrative status value is controlled from the ifEntry. Setting the administrative status to testing prompts LMP to start link verification on the TE link. Information about the TE link that is not LMP specific is contained in the teLinkTable of the TE-LINK-STD-MIB MIB module.
                       lmpTeLinkNbrRemoteNodeId 1.3.6.1.2.1.10.227.1.12.1.1 lmpnodeid read-only
This is the Node ID of the TE link remote node. This value may be learned during the control channel parameter negotiation phase (in the Config message). Node ID is an address whose type must be IPv4.
                       lmpTeLinkVerification 1.3.6.1.2.1.10.227.1.12.1.2 truthvalue read-only
This object indicates whether the LMP link verification procedure is enabled for this TE link.
                       lmpTeLinkFaultManagement 1.3.6.1.2.1.10.227.1.12.1.3 truthvalue read-only
This object indicates whether the LMP fault management procedure is enabled on this TE link.
                       lmpTeLinkDwdm 1.3.6.1.2.1.10.227.1.12.1.4 truthvalue read-only
This object indicates whether the LMP DWDM procedure is enabled on this TE link.
                       lmpTeLinkOperStatus 1.3.6.1.2.1.10.227.1.12.1.5 integer read-only
The actual operational status of this TE link. The status is set to testing when the TE link is performing link verification. A degraded state indicates that there is no active control channel between the pair of nodes that form the endpoints of the TE link, but that at least one data-bearing link on the TE link is allocated. Enumeration: 'down': 2, 'init': 4, 'testing': 3, 'up': 1, 'degraded': 5.
                       lmpTeLinkRowStatus 1.3.6.1.2.1.10.227.1.12.1.6 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. None of the writable objects in a row can be changed if the status is active(1). All read-create objects must have valid and consistent values before the row can be activated.
                       lmpTeLinkStorageType 1.3.6.1.2.1.10.227.1.12.1.7 storagetype read-only
The storage type for this conceptual row in the lmpTeLinkTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
             lmpGlobalLinkVerificationInterval 1.3.6.1.2.1.10.227.1.13 unsigned32 read-write
This object indicates how often the link verification procedure is executed. The interval is in milliseconds. A value of 0 is used to indicate that the link verification procedure should not be executed. The interval specified in this object should be large enough to allow the verification procedure to be completed before the start of the next interval. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpLinkVerificationTable 1.3.6.1.2.1.10.227.1.14 no-access
This table specifies TE link information associated with the LMP verification procedure.
                   lmpLinkVerificationEntry 1.3.6.1.2.1.10.227.1.14.1 no-access
An entry in this table is created by an LMP-enabled device for every TE link that supports the LMP verification procedure.
                       lmpLinkVerifyInterval 1.3.6.1.2.1.10.227.1.14.1.1 lmpinterval read-only
This object specifies the VerifyInterval parameter used in the LMP link verification process. It indicates the interval at which the Test messages are sent.
                       lmpLinkVerifyDeadInterval 1.3.6.1.2.1.10.227.1.14.1.2 lmpinterval read-only
This object specifies the VerifyDeadInterval parameter used in the verification of the physical connectivity of data- bearing links. It specifies the observation period used to detect a Test message at the remote node.
                       lmpLinkVerifyTransportMechanism 1.3.6.1.2.1.10.227.1.14.1.3 bits read-only
This defines the transport mechanism for the Test messages. The scope of this bit mask is restricted to each link encoding type. The local node will set the bits corresponding to the various mechanisms it can support for transmitting LMP Test messages. The receiver chooses the appropriate mechanism in the BeginVerifyAck message. Bits: 'j2Trace': 5, 'dccSectionOverheadBytes': 1, 'dccLineOverheadBytes': 2, 'j1Trace': 4, 'j0Trace': 3, 'payload': 0.
                       lmpLinkVerifyAllLinks 1.3.6.1.2.1.10.227.1.14.1.4 truthvalue read-only
A value of true(1) for this object indicates that the verification process checks all unallocated links; otherwise, only the new ports or component links that have been added to this TE link are verified.
                       lmpLinkVerifyTransmissionRate 1.3.6.1.2.1.10.227.1.14.1.5 unsigned32 read-only
This is the transmission rate of the data link over which the Test messages will be transmitted and is expressed in bytes per second.
                       lmpLinkVerifyWavelength 1.3.6.1.2.1.10.227.1.14.1.6 unsigned32 read-only
This value corresponds to the wavelength at which the Test messages will be transmitted and is measured in nanometers (nm). If each data-bearing link corresponds to a separate wavelength, then this value should be set to 0.
                       lmpLinkVerifyRowStatus 1.3.6.1.2.1.10.227.1.14.1.7 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. None of the writable objects in a row can be changed if the status is active(1). All read-create objects must have valid and consistent values before the row can be activated.
                       lmpLinkVerifyStorageType 1.3.6.1.2.1.10.227.1.14.1.8 storagetype read-only
The storage type for this conceptual row in the lmpLinkVerificationTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
             lmpTeLinkPerfTable 1.3.6.1.2.1.10.227.1.15 no-access
This table specifies LMP TE link performance counters.
                   lmpTeLinkPerfEntry 1.3.6.1.2.1.10.227.1.15.1 no-access
An entry in this table is created by an LMP-enabled device for every TE link. lmpTeCounterDiscontinuityTime is used to indicate potential discontinuity for all counter objects in this table.
                       lmpTeInOctets 1.3.6.1.2.1.10.227.1.15.1.1 counter32 read-only
The total number of LMP message octets received for this TE link.
                       lmpTeOutOctets 1.3.6.1.2.1.10.227.1.15.1.2 counter32 read-only
The total number of LMP message octets transmitted out for this TE link.
                       lmpTeBeginVerifyReceived 1.3.6.1.2.1.10.227.1.15.1.3 counter32 read-only
This object counts the number of BeginVerify messages that have been received for this TE link.
                       lmpTeBeginVerifySent 1.3.6.1.2.1.10.227.1.15.1.4 counter32 read-only
This object counts the number of BeginVerify messages that have been sent for this TE link.
                       lmpTeBeginVerifyRetransmit 1.3.6.1.2.1.10.227.1.15.1.5 counter32 read-only
This object counts the number of BeginVerify messages that have been retransmitted for this TE link.
                       lmpTeBeginVerifyAckReceived 1.3.6.1.2.1.10.227.1.15.1.6 counter32 read-only
This object counts the number of BeginVerifyAck messages that have been received for this TE link.
                       lmpTeBeginVerifyAckSent 1.3.6.1.2.1.10.227.1.15.1.7 counter32 read-only
This object counts the number of BeginVerifyAck messages that have been sent for this TE link.
                       lmpTeBeginVerifyNackReceived 1.3.6.1.2.1.10.227.1.15.1.8 counter32 read-only
This object counts the number of BeginVerifyNack messages that have been received for this TE link.
                       lmpTeBeginVerifyNackSent 1.3.6.1.2.1.10.227.1.15.1.9 counter32 read-only
This object counts the number of BeginVerifyNack messages that have been sent for this TE link.
                       lmpTeEndVerifyReceived 1.3.6.1.2.1.10.227.1.15.1.10 counter32 read-only
This object counts the number of EndVerify messages that have been received for this TE link.
                       lmpTeEndVerifySent 1.3.6.1.2.1.10.227.1.15.1.11 counter32 read-only
This object counts the number of EndVerify messages that have been sent for this TE link.
                       lmpTeEndVerifyRetransmit 1.3.6.1.2.1.10.227.1.15.1.12 counter32 read-only
This object counts the number of EndVerify messages that have been retransmitted over this control channel.
                       lmpTeEndVerifyAckReceived 1.3.6.1.2.1.10.227.1.15.1.13 counter32 read-only
This object counts the number of EndVerifyAck messages that have been received for this TE link.
                       lmpTeEndVerifyAckSent 1.3.6.1.2.1.10.227.1.15.1.14 counter32 read-only
This object counts the number of EndVerifyAck messages that have been sent for this TE link.
                       lmpTeTestStatusSuccessReceived 1.3.6.1.2.1.10.227.1.15.1.15 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been received for this TE link.
                       lmpTeTestStatusSuccessSent 1.3.6.1.2.1.10.227.1.15.1.16 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been sent for this TE link.
                       lmpTeTestStatusSuccessRetransmit 1.3.6.1.2.1.10.227.1.15.1.17 counter32 read-only
This object counts the number of TestStatusSuccess messages that have been retransmitted for this TE link.
                       lmpTeTestStatusFailureReceived 1.3.6.1.2.1.10.227.1.15.1.18 counter32 read-only
This object counts the number of TestStatusFailure messages that have been received for this TE link.
                       lmpTeTestStatusFailureSent 1.3.6.1.2.1.10.227.1.15.1.19 counter32 read-only
This object counts the number of TestStatusFailure messages that have been sent for this TE link.
                       lmpTeTestStatusFailureRetransmit 1.3.6.1.2.1.10.227.1.15.1.20 counter32 read-only
This object counts the number of TestStatusFailure messages that have been retransmitted on this TE link.
                       lmpTeTestStatusAckReceived 1.3.6.1.2.1.10.227.1.15.1.21 counter32 read-only
This object counts the number of TestStatusAck messages that have been received for this TE link.
                       lmpTeTestStatusAckSent 1.3.6.1.2.1.10.227.1.15.1.22 counter32 read-only
This object counts the number of TestStatusAck messages that have been sent for this TE link.
                       lmpTeLinkSummaryReceived 1.3.6.1.2.1.10.227.1.15.1.23 counter32 read-only
This object counts the number of LinkSummary messages that have been received for this TE link.
                       lmpTeLinkSummarySent 1.3.6.1.2.1.10.227.1.15.1.24 counter32 read-only
This object counts the number of LinkSummary messages that have been sent for this TE link.
                       lmpTeLinkSummaryRetransmit 1.3.6.1.2.1.10.227.1.15.1.25 counter32 read-only
This object counts the number of LinkSummary messages that have been retransmitted over this control channel.
                       lmpTeLinkSummaryAckReceived 1.3.6.1.2.1.10.227.1.15.1.26 counter32 read-only
This object counts the number of LinkSummaryAck messages that have been received for this TE link.
                       lmpTeLinkSummaryAckSent 1.3.6.1.2.1.10.227.1.15.1.27 counter32 read-only
This object counts the number of LinkSummaryAck messages that have been sent for this TE link.
                       lmpTeLinkSummaryNackReceived 1.3.6.1.2.1.10.227.1.15.1.28 counter32 read-only
This object counts the number of LinkSummaryNack messages that have been received for this TE link.
                       lmpTeLinkSummaryNackSent 1.3.6.1.2.1.10.227.1.15.1.29 counter32 read-only
This object counts the number of LinkSummaryNack messages that have been sent for this TE link.
                       lmpTeChannelStatusReceived 1.3.6.1.2.1.10.227.1.15.1.30 counter32 read-only
This object counts the number of ChannelStatus messages that have been received for this TE link.
                       lmpTeChannelStatusSent 1.3.6.1.2.1.10.227.1.15.1.31 counter32 read-only
This object counts the number of ChannelStatus messages that have been sent for this TE link.
                       lmpTeChannelStatusRetransmit 1.3.6.1.2.1.10.227.1.15.1.32 counter32 read-only
This object counts the number of ChannelStatus messages that have been retransmitted for this TE link.
                       lmpTeChannelStatusAckReceived 1.3.6.1.2.1.10.227.1.15.1.33 counter32 read-only
This object counts the number of ChannelStatusAck messages that have been received for this TE link.
                       lmpTeChannelStatusAckSent 1.3.6.1.2.1.10.227.1.15.1.34 counter32 read-only
This object counts the number of ChannelStatus messages that have been sent for this TE link.
                       lmpTeChannelStatusReqReceived 1.3.6.1.2.1.10.227.1.15.1.35 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been received for this TE link.
                       lmpTeChannelStatusReqSent 1.3.6.1.2.1.10.227.1.15.1.36 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been sent for this TE link.
                       lmpTeChannelStatusReqRetransmit 1.3.6.1.2.1.10.227.1.15.1.37 counter32 read-only
This object counts the number of ChannelStatusRequest messages that have been retransmitted for this TE link.
                       lmpTeChannelStatusRspReceived 1.3.6.1.2.1.10.227.1.15.1.38 counter32 read-only
This object counts the number of ChannelStatusResponse messages that have been received for this TE link.
                       lmpTeChannelStatusRspSent 1.3.6.1.2.1.10.227.1.15.1.39 counter32 read-only
This object counts the number of ChannelStatusResponse messages that have been sent for this TE link.
                       lmpTeCounterDiscontinuityTime 1.3.6.1.2.1.10.227.1.15.1.40 timestamp read-only
The value of sysUpTime on the most recent occasion at which one or more of this TE link's counters suffered a discontinuity. The relevant counters are the specific instances associated with this TE link of any Counter32 object contained in the lmpTeLinkPerfTable. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
             lmpDataLinkTable 1.3.6.1.2.1.10.227.1.16 no-access
This table specifies the data-bearing links managed by the LMP.
                   lmpDataLinkEntry 1.3.6.1.2.1.10.227.1.16.1 no-access
An entry in this table exists for each ifEntry that represents a data-bearing link. An ifEntry with an ifIndex must exist before the corresponding lmpDataLinkEntry is created. If an entry representing the data-bearing link is destroyed in the ifTable, then so is the corresponding entry in the lmpDataLinkTable. The administrative status value is controlled from the ifEntry. The index to this table is also used to get information in the componentLinkTable of the TE-LINK-STD-MIB MIB module.
                       lmpDataLinkType 1.3.6.1.2.1.10.227.1.16.1.1 integer read-only
This attribute specifies whether this data-bearing link is a port or a component link. Component links are multiplex capable, whereas ports are not multiplex capable. Enumeration: 'componentLink': 2, 'port': 1.
                       lmpDataLinkAddressType 1.3.6.1.2.1.10.227.1.16.1.2 inetaddresstype read-only
This attribute specifies the data-bearing link IP address type. If the data-bearing link is unnumbered, the address type must be set to unknown(0).
                       lmpDataLinkIpAddr 1.3.6.1.2.1.10.227.1.16.1.3 inetaddress read-only
The local Internet address for numbered links. The type of this address is determined by the value of lmpDataLinkAddressType object. For IPv4 and IPv6 numbered links, this object represents the local IP address associated with the data-bearing link. For an unnumbered link, the local address is of type unknown, and this object is set to the zero-length string; the ifIndex object then identifies the unnumbered address.
                       lmpDataLinkRemoteIpAddress 1.3.6.1.2.1.10.227.1.16.1.4 inetaddress read-only
The remote Internet address for numbered data-bearing links. The type of this address is determined by the lmpDataLinkAddressType object. For IPv4 and IPv6 numbered links, this object represents the remote IP address associated with the data-bearing link. For an unnumbered link, the remote address is of type unknown, and this object is set to the zero-length string; the lmpDataLinkRemoteIfId object then identifies the unnumbered address. This information is either configured manually or communicated by the remote node during the link verification procedure.
                       lmpDataLinkRemoteIfId 1.3.6.1.2.1.10.227.1.16.1.5 interfaceindexorzero read-only
Interface identifier of the remote end point. This information is either configured manually or communicated by the remote node during the link verification procedure.
                       lmpDataLinkEncodingType 1.3.6.1.2.1.10.227.1.16.1.6 telinkencodingtype read-only
The encoding type of the data-bearing link.
                       lmpDataLinkActiveOperStatus 1.3.6.1.2.1.10.227.1.16.1.7 integer read-only
The actual operational status of this data-bearing link (active FSM). Enumeration: 'down': 3, 'testing': 4, 'upAlloc': 1, 'upFree': 2.
                       lmpDataLinkPassiveOperStatus 1.3.6.1.2.1.10.227.1.16.1.8 integer read-only
The actual operational status of this data-bearing link (passive FSM). Enumeration: 'down': 3, 'psvTst': 4, 'upAlloc': 1, 'upFree': 2.
                       lmpDataLinkRowStatus 1.3.6.1.2.1.10.227.1.16.1.9 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. None of the writable objects in a row can be changed if the status is active(1). All read-create objects must have valid and consistent values before the row can be activated.
                       lmpDataLinkStorageType 1.3.6.1.2.1.10.227.1.16.1.10 storagetype read-only
The storage type for this conceptual row in the lmpDataLinkTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
             lmpDataLinkPerfTable 1.3.6.1.2.1.10.227.1.17 no-access
This table specifies the data-bearing links LMP performance counters.
                   lmpDataLinkPerfEntry 1.3.6.1.2.1.10.227.1.17.1 no-access
An entry in this table contains information about the LMP performance counters for the data-bearing links. lmpDataLinkDiscontinuityTime is used to indicate potential discontinuity for all counter objects in this table.
                       lmpDataLinkTestReceived 1.3.6.1.2.1.10.227.1.17.1.1 counter32 read-only
This object counts the number of Test messages that have been received on this data-bearing link.
                       lmpDataLinkTestSent 1.3.6.1.2.1.10.227.1.17.1.2 counter32 read-only
This object counts the number of Test messages that have been sent on this data-bearing link.
                       lmpDataLinkActiveTestSuccess 1.3.6.1.2.1.10.227.1.17.1.3 counter32 read-only
This object counts the number of data-bearing link tests that were successful on the active side of this data- bearing link.
                       lmpDataLinkActiveTestFailure 1.3.6.1.2.1.10.227.1.17.1.4 counter32 read-only
This object counts the number of data-bearing link tests that failed on the active side of this data-bearing link.
                       lmpDataLinkPassiveTestSuccess 1.3.6.1.2.1.10.227.1.17.1.5 counter32 read-only
This object counts the number of data-bearing link tests that were successful on the passive side of this data- bearing link.
                       lmpDataLinkPassiveTestFailure 1.3.6.1.2.1.10.227.1.17.1.6 counter32 read-only
This object counts the number of data-bearing link tests that failed on the passive side of this data-bearing link.
                       lmpDataLinkDiscontinuityTime 1.3.6.1.2.1.10.227.1.17.1.7 timestamp read-only
The value of sysUpTime on the most recent occasion at which one or more of this data-bearing link's counters suffered a discontinuity. The relevant counters are the specific instances associated with this data-bearing link of any Counter32 object contained in the lmpDataLinkPerfTable. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
             lmpNotificationMaxRate 1.3.6.1.2.1.10.227.1.18 unsigned32 read-write
The LMP notification rate depends on the size of the network, the type of links, the network configuration, the reliability of the network, etc. When this MIB was designed, care was taken to minimize the amount of notifications generated for LMP purposes. Wherever possible, notifications are state driven, meaning that the notifications are sent only when the system changes state. The only notifications that are repeated and that could cause a problem as far as congestion is concerned are the ones associated with data link verification. Without any considerations to handling of these notifications, a problem may arise if the number of data links is high. Since the data link verification notifications can happen only once per data link per link verification interval, the notification rate should be sustainable if one chooses an appropriate link verification interval for a given network configuration. For instance, a network of 100 nodes with 5 links of 128 wavelengths each and a link verification of 1 minute, where no more than 10% of the links failed at any given time, would have 1 notification per second sent from each node, or 100 notifications per second for the whole network. The rest of the notifications are negligible compared to this number. To alleviate the congestion problem, the lmpNotificationMaxRate object can be used to implement a throttling mechanism. It is also possible to enable/disable certain type of notifications. This variable indicates the maximum number of notifications issued per minute. If events occur more rapidly, the implementation may simply fail to emit these notifications during that period or may queue them until an appropriate time. A value of 0 means that no throttling is applied and events may be notified at the rate at which they occur. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpLinkPropertyNotificationsEnabled 1.3.6.1.2.1.10.227.1.19 truthvalue read-write
If this object is true(1), then it enables the generation of lmpTeLinkPropertyMismatch and lmpDataLinkPropertyMismatch notifications; otherwise, these notifications are not emitted. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpUnprotectedNotificationsEnabled 1.3.6.1.2.1.10.227.1.20 truthvalue read-write
If this object is true(1), then it enables the generation of lmpUnprotected notifications; otherwise, these notifications are not emitted. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpCcUpDownNotificationsEnabled 1.3.6.1.2.1.10.227.1.21 truthvalue read-write
If this object is true(1), then it enables the generation of lmpControlChannelUp and lmpControlChannelDown notifications; otherwise, these notifications are not emitted. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpTeLinkNotificationsEnabled 1.3.6.1.2.1.10.227.1.22 truthvalue read-write
If this object is true(1), then it enables the generation of lmpTeLinkDegraded and lmpTeLinkNotDegraded notifications; otherwise, these notifications are not emitted. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
             lmpDataLinkNotificationsEnabled 1.3.6.1.2.1.10.227.1.23 truthvalue read-write
If this object is true(1), then it enables the generation of lmpDataLinkVerificationFailure notification; otherwise, these notifications are not emitted. Implementations should save the value of this object in persistent memory so that it survives restarts or reboot.
         lmpConformance 1.3.6.1.2.1.10.227.2
             lmpCompliances 1.3.6.1.2.1.10.227.2.1
                 lmpModuleFullCompliance 1.3.6.1.2.1.10.227.2.1.1
Compliance statement for agents that support the configuration and monitoring of LMP MIB.
                 lmpModuleReadOnlyCompliance 1.3.6.1.2.1.10.227.2.1.2
Compliance statement for agents that support the monitoring of the LMP MIB.
             lmpGroups 1.3.6.1.2.1.10.227.2.2
                 lmpNodeGroup 1.3.6.1.2.1.10.227.2.2.1
Collection of objects that represent LMP node configuration.
                 lmpControlChannelGroup 1.3.6.1.2.1.10.227.2.2.2
Objects that can be used to configure LMP interface.
                 lmpCcIsInterfaceGroup 1.3.6.1.2.1.10.227.2.2.3
Objects that can be used to configure control channels that are interfaces.
                 lmpCcIsNotInterfaceGroup 1.3.6.1.2.1.10.227.2.2.4
Objects that can be used to configure control channels that are not interfaces.
                 lmpLinkPropertyCorrelationGroup 1.3.6.1.2.1.10.227.2.2.5
Collection of objects used to configure the link property correlation procedure.
                 lmpLinkVerificationGroup 1.3.6.1.2.1.10.227.2.2.6
Collection of objects that represent the link verification procedure configuration.
                 lmpPerfGroup 1.3.6.1.2.1.10.227.2.2.7
Collection of objects used to provide performance information about LMP interfaces and data-bearing links.
                 lmpTeLinkGroup 1.3.6.1.2.1.10.227.2.2.8
Objects that can be used to configure TE links.
                 lmpDataLinkGroup 1.3.6.1.2.1.10.227.2.2.9
Collection of objects that represent data-bearing link configuration.
                 lmpNotificationGroup 1.3.6.1.2.1.10.227.2.2.10
Set of notifications defined in this module.