|
Packit Service |
9ccfef |
LMP-MIB DEFINITIONS ::= BEGIN
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
IMPORTS
|
|
Packit Service |
9ccfef |
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
|
|
Packit Service |
9ccfef |
transmission, Unsigned32, Counter32, TimeTicks
|
|
Packit Service |
9ccfef |
FROM SNMPv2-SMI -- RFC 2578
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
|
|
Packit Service |
9ccfef |
FROM SNMPv2-CONF -- RFC 2580
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
TEXTUAL-CONVENTION, TruthValue, RowStatus, StorageType,
|
|
Packit Service |
9ccfef |
TimeStamp
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
FROM SNMPv2-TC -- RFC 2579
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
InterfaceIndexOrZero, ifIndex
|
|
Packit Service |
9ccfef |
FROM IF-MIB -- RFC 2863
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
InetAddressType, InetAddress
|
|
Packit Service |
9ccfef |
FROM INET-ADDRESS-MIB -- RFC 4001
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
teLinkRemoteIpAddr, teLinkIncomingIfId, TeLinkEncodingType
|
|
Packit Service |
9ccfef |
FROM TE-LINK-STD-MIB; -- RFC 4220
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpMIB MODULE-IDENTITY
|
|
Packit Service |
9ccfef |
LAST-UPDATED "200608140000Z" -- 14 August 2006
|
|
Packit Service |
9ccfef |
ORGANIZATION "Common Control and Measurement Protocols (CCAMP)
|
|
Packit Service |
9ccfef |
Working Group"
|
|
Packit Service |
9ccfef |
CONTACT-INFO
|
|
Packit Service |
9ccfef |
" Martin Dubuc
|
|
Packit Service |
9ccfef |
Email: dubuc.consulting@sympatico.ca
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Thomas D. Nadeau
|
|
Packit Service |
9ccfef |
Email: tnadeau@cisco.com
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Jonathan P. Lang
|
|
Packit Service |
9ccfef |
Email: jplang@ieee.org
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Evan McGinnis
|
|
Packit Service |
9ccfef |
Email: emcginnis@hammerheadsystems.com
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Adrian Farrel
|
|
Packit Service |
9ccfef |
Email: adrian@olddog.co.uk"
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Copyright (C) 2006 The Internet Society. This version of
|
|
Packit Service |
9ccfef |
the MIB module is part of RFC 4631; see the RFC itself
|
|
Packit Service |
9ccfef |
for full legal notices.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This MIB module contains managed object definitions for
|
|
Packit Service |
9ccfef |
the Link Management Protocol (LMP) as
|
|
Packit Service |
9ccfef |
defined in 'Link Management Protocol'."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Revision history.
|
|
Packit Service |
9ccfef |
REVISION
|
|
Packit Service |
9ccfef |
"200608140000Z" -- 14 August 2006
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Revised version:
|
|
Packit Service |
9ccfef |
- Fixes textual descriptions of TruthValue settings such that
|
|
Packit Service |
9ccfef |
True is always 1 and False is always 2.
|
|
Packit Service |
9ccfef |
- Adds punctuation to REFERENCE clauses.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This revision published as RFC 4631"
|
|
Packit Service |
9ccfef |
REVISION
|
|
Packit Service |
9ccfef |
"200601110000Z" -- 11 January 2006
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Initial version published as RFC 4327"
|
|
Packit Service |
9ccfef |
::= { transmission 227 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Textual Conventions
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpInterval ::= TEXTUAL-CONVENTION
|
|
Packit Service |
9ccfef |
DISPLAY-HINT "d"
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The interval delay, in milliseconds."
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32 (1..65535)
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpRetransmitInterval ::= TEXTUAL-CONVENTION
|
|
Packit Service |
9ccfef |
DISPLAY-HINT "d"
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The retransmission interval delay in milliseconds."
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32 (1..4294967295)
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpNodeId ::= TEXTUAL-CONVENTION
|
|
Packit Service |
9ccfef |
DISPLAY-HINT "1d.1d.1d.1d"
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Represents a Node ID in network byte order. Node ID is an
|
|
Packit Service |
9ccfef |
address of type IPv4."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Section 1.1 of Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
SYNTAX OCTET STRING(SIZE(4))
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Top level components of this MIB
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Notifications
|
|
Packit Service |
9ccfef |
lmpNotifications OBJECT IDENTIFIER ::= { lmpMIB 0 }
|
|
Packit Service |
9ccfef |
-- Tables, Scalars
|
|
Packit Service |
9ccfef |
lmpObjects OBJECT IDENTIFIER ::= { lmpMIB 1 }
|
|
Packit Service |
9ccfef |
-- Conformance
|
|
Packit Service |
9ccfef |
lmpConformance OBJECT IDENTIFIER ::= { lmpMIB 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpAdminStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The desired operational status of LMP on the node.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DEFVAL { up }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of LMP on the node."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Neighbor Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpNbrEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies the neighbor node(s) to which control
|
|
Packit Service |
9ccfef |
channels may be established."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpNbrEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table is created by a LMP-enabled device for
|
|
Packit Service |
9ccfef |
every pair of nodes that can establish control channels."
|
|
Packit Service |
9ccfef |
INDEX { lmpNbrNodeId }
|
|
Packit Service |
9ccfef |
::= { lmpNbrTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpNbrEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpNbrNodeId LmpNodeId,
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitInterval LmpRetransmitInterval,
|
|
Packit Service |
9ccfef |
lmpNbrRetryLimit Unsigned32,
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitDelta Unsigned32,
|
|
Packit Service |
9ccfef |
lmpNbrAdminStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpNbrOperStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpNbrRowStatus RowStatus,
|
|
Packit Service |
9ccfef |
lmpNbrStorageType StorageType
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrNodeId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpNodeId
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This is a unique index for an entry in the LmpNbrTable.
|
|
Packit Service |
9ccfef |
This value represents the remote Node ID."
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpRetransmitInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the initial retransmission interval that
|
|
Packit Service |
9ccfef |
is used for the retransmission of messages that require
|
|
Packit Service |
9ccfef |
acknowledgement. This object, along with lmpNbrRetryLimit,
|
|
Packit Service |
9ccfef |
is used to implement the congestion-handling mechanism defined
|
|
Packit Service |
9ccfef |
in Section 10 of the Link Management Protocol specification,
|
|
Packit Service |
9ccfef |
which is based on RFC 2914."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Congestion Control Principles, RFC 2914."
|
|
Packit Service |
9ccfef |
DEFVAL { 500 }
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrRetryLimit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the maximum number of times a message
|
|
Packit Service |
9ccfef |
is transmitted without being acknowledged. A value of 0 is used
|
|
Packit Service |
9ccfef |
to indicate that a node should never stop retransmission.
|
|
Packit Service |
9ccfef |
This object, along with lmpNbrRetransmitInterval, is
|
|
Packit Service |
9ccfef |
used to implement the congestion-handling mechanism as defined
|
|
Packit Service |
9ccfef |
in Section 10 of the Link Management Protocol specification,
|
|
Packit Service |
9ccfef |
which is based on RFC 2914."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204.
|
|
Packit Service |
9ccfef |
Congestion Control Principles, RFC 2914."
|
|
Packit Service |
9ccfef |
DEFVAL { 3 }
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitDelta OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
"This object governs the speed with which the sender increases
|
|
Packit Service |
9ccfef |
the retransmission interval, as explained in Section 10 of the
|
|
Packit Service |
9ccfef |
Link Management Protocol specification, which is based on
|
|
Packit Service |
9ccfef |
RFC 2914. This value is a power used to express the
|
|
Packit Service |
9ccfef |
exponential backoff. The ratio of two successive retransmission
|
|
Packit Service |
9ccfef |
intervals is (1 + Delta)."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204.
|
|
Packit Service |
9ccfef |
Congestion Control Principles, RFC 2914."
|
|
Packit Service |
9ccfef |
DEFVAL { 1 }
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrAdminStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The desired operational status of LMP to this remote node."
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of LMP to this remote node."
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrRowStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This variable is used to create, modify, and/or
|
|
Packit Service |
9ccfef |
delete a row in this table. None of the writable objects
|
|
Packit Service |
9ccfef |
in a row can be changed if the status is active(1).
|
|
Packit Service |
9ccfef |
All read-create objects must have valid and consistent
|
|
Packit Service |
9ccfef |
values before the row can be activated."
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrStorageType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX StorageType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The storage type for this conceptual row in the
|
|
Packit Service |
9ccfef |
lmpNbrTable. Conceptual rows having the value
|
|
Packit Service |
9ccfef |
'permanent' need not allow write-access to any
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
columnar object in the row."
|
|
Packit Service |
9ccfef |
DEFVAL { nonVolatile }
|
|
Packit Service |
9ccfef |
::= { lmpNbrEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpNbrTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefault OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default value for the HelloInterval
|
|
Packit Service |
9ccfef |
parameter used in the Hello protocol keep-alive phase. It
|
|
Packit Service |
9ccfef |
indicates how frequently LMP Hello messages will be sent. It
|
|
Packit Service |
9ccfef |
is used as the default value for lmpCcHelloInterval.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefaultMin OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default minimum value for the
|
|
Packit Service |
9ccfef |
HelloInterval parameter. It is used as a default value
|
|
Packit Service |
9ccfef |
for lmpCcHelloIntervalMin. Implementations should save the
|
|
Packit Service |
9ccfef |
value of this object in persistent memory so that it survives
|
|
Packit Service |
9ccfef |
restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefaultMax OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default maximum value for the
|
|
Packit Service |
9ccfef |
HelloInterval parameter. It is used as a default value
|
|
Packit Service |
9ccfef |
for lmpCcHelloIntervalMax. Implementations should save the
|
|
Packit Service |
9ccfef |
value of this object in persistent memory so that it survives
|
|
Packit Service |
9ccfef |
restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefault OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default HelloDeadInterval parameter
|
|
Packit Service |
9ccfef |
to use in the Hello protocol keep-alive phase. It indicates
|
|
Packit Service |
9ccfef |
how long a device should wait before declaring the control
|
|
Packit Service |
9ccfef |
channel dead. The HelloDeadInterval parameter should be at
|
|
Packit Service |
9ccfef |
least three times the value of HelloInterval. It is used as
|
|
Packit Service |
9ccfef |
a default value for lmpCcHelloDeadInterval. Implementations
|
|
Packit Service |
9ccfef |
should save the value of this object in persistent memory so
|
|
Packit Service |
9ccfef |
that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefaultMin OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default minimum value for the
|
|
Packit Service |
9ccfef |
HelloDeadInterval parameter. It is used as a default value
|
|
Packit Service |
9ccfef |
for lmpCcHelloDeadIntervalMin. Implementations should save
|
|
Packit Service |
9ccfef |
the value of this object in persistent memory so that it
|
|
Packit Service |
9ccfef |
survives restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefaultMax OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the default maximum value for the
|
|
Packit Service |
9ccfef |
HelloDeadInterval parameter. It is used as a default value
|
|
Packit Service |
9ccfef |
for lmpCcHelloDeadIntervalMax. Implementations should save the
|
|
Packit Service |
9ccfef |
value of this object in persistent memory so that it survives
|
|
Packit Service |
9ccfef |
restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 9 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Control Channel Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpControlChannelEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies LMP control channel information."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 10 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpControlChannelEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table is created by an LMP-enabled device for
|
|
Packit Service |
9ccfef |
every control channel. Whenever a new entry is created with
|
|
Packit Service |
9ccfef |
lmpCcIsIf set to true(1), a corresponding entry is
|
|
Packit Service |
9ccfef |
created in ifTable as well (see RFC 2863)."
|
|
Packit Service |
9ccfef |
INDEX { lmpCcId }
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpControlChannelEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpCcId Unsigned32,
|
|
Packit Service |
9ccfef |
lmpCcUnderlyingIfIndex InterfaceIndexOrZero,
|
|
Packit Service |
9ccfef |
lmpCcIsIf TruthValue,
|
|
Packit Service |
9ccfef |
lmpCcNbrNodeId LmpNodeId,
|
|
Packit Service |
9ccfef |
lmpCcRemoteId Unsigned32,
|
|
Packit Service |
9ccfef |
lmpCcRemoteAddressType InetAddressType,
|
|
Packit Service |
9ccfef |
lmpCcRemoteIpAddr InetAddress,
|
|
Packit Service |
9ccfef |
lmpCcSetupRole INTEGER,
|
|
Packit Service |
9ccfef |
lmpCcAuthentication TruthValue,
|
|
Packit Service |
9ccfef |
lmpCcHelloInterval LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMin LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMax LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalNegotiated LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadInterval LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMin LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMax LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalNegotiated LmpInterval,
|
|
Packit Service |
9ccfef |
lmpCcLastChange TimeTicks,
|
|
Packit Service |
9ccfef |
lmpCcAdminStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpCcOperStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpCcRowStatus RowStatus,
|
|
Packit Service |
9ccfef |
lmpCcStorageType StorageType
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32 (1..4294967295)
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This value represents the local control channel identifier.
|
|
Packit Service |
9ccfef |
The control channel identifier is a non-zero 32-bit number."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcUnderlyingIfIndex OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InterfaceIndexOrZero
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If lmpCcIsIf is set to true(1), this object carries the
|
|
Packit Service |
9ccfef |
index into the ifTable of the entry that represents the
|
|
Packit Service |
9ccfef |
LMP interface over which LMP will transmit its traffic.
|
|
Packit Service |
9ccfef |
If this object is set to zero but lmpCcIsIf is set to
|
|
Packit Service |
9ccfef |
true(1), the control channel is not currently associated
|
|
Packit Service |
9ccfef |
with any underlying interface, and the control channel's
|
|
Packit Service |
9ccfef |
operational status must not be up(1); nor should the
|
|
Packit Service |
9ccfef |
control channel forward or receive traffic.
|
|
Packit Service |
9ccfef |
If lmpCcIsIf is set to false(2), this object should be set
|
|
Packit Service |
9ccfef |
to zero and ignored."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcIsIf OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"In implementations where the control channels are modeled
|
|
Packit Service |
9ccfef |
as interfaces, the value of this object is true(1), and
|
|
Packit Service |
9ccfef |
this control channel is represented by an interface in
|
|
Packit Service |
9ccfef |
the interfaces group table as indicated by the value of
|
|
Packit Service |
9ccfef |
lmpCcUnderlyingIfIndex. If control channels are not
|
|
Packit Service |
9ccfef |
modeled as interfaces, the value of this object is
|
|
Packit Service |
9ccfef |
false(2), and there is no corresponding interface for
|
|
Packit Service |
9ccfef |
this control channel in the interfaces group table;
|
|
Packit Service |
9ccfef |
the value of lmpCcUnderlyingIfIndex should be
|
|
Packit Service |
9ccfef |
ignored."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcNbrNodeId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpNodeId
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This is the Node ID of the control channel remote node.
|
|
Packit Service |
9ccfef |
This value either is configured or gets created by the node
|
|
Packit Service |
9ccfef |
when a Config message is received or when an outgoing Config
|
|
Packit Service |
9ccfef |
message is acknowledged by the remote node."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcRemoteId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
"This value represents the remote control channel identifier
|
|
Packit Service |
9ccfef |
(32-bit number). It is determined during the negotiation
|
|
Packit Service |
9ccfef |
phase. A value of zero means that the remote control channel
|
|
Packit Service |
9ccfef |
identifier has not yet been learned."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcRemoteAddressType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InetAddressType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This value represents the remote control channel IP address
|
|
Packit Service |
9ccfef |
type. In point-to-point configuration, this value can be set
|
|
Packit Service |
9ccfef |
to unknown(0)."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcRemoteIpAddr OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This value represents the remote control channel Internet
|
|
Packit Service |
9ccfef |
address for numbered control channel. The type of this
|
|
Packit Service |
9ccfef |
address is determined by lmpCcRemoteAddressType.
|
|
Packit Service |
9ccfef |
The control channel must be numbered on non-point-to-point
|
|
Packit Service |
9ccfef |
configuration. For point-to-point configuration, the
|
|
Packit Service |
9ccfef |
remote control channel address can be of type unknown,
|
|
Packit Service |
9ccfef |
in which case this object must be a zero-length string. The
|
|
Packit Service |
9ccfef |
lmpCcRemoteId object then identifies the unnumbered
|
|
Packit Service |
9ccfef |
address."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcSetupRole OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { active(1), passive(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The role that this node should take during establishment
|
|
Packit Service |
9ccfef |
of this control channel. An active node will initiate
|
|
Packit Service |
9ccfef |
establishment. A passive node will wait for the remote node
|
|
Packit Service |
9ccfef |
to initiate. A pair of nodes that both take the passive role
|
|
Packit Service |
9ccfef |
will never establish communications."
|
|
Packit Service |
9ccfef |
DEFVAL { active }
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcAuthentication OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object indicates whether the control channel must use
|
|
Packit Service |
9ccfef |
authentication."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 9 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the value of the HelloInterval
|
|
Packit Service |
9ccfef |
parameter. The default value for this object should be
|
|
Packit Service |
9ccfef |
set to lmpCcHelloIntervalDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 10 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMin OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the minimum value for the
|
|
Packit Service |
9ccfef |
HelloInterval parameter. The default value for this
|
|
Packit Service |
9ccfef |
object should be set to lmpCcHelloIntervalMinDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 11 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMax OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the maximum value for the
|
|
Packit Service |
9ccfef |
HelloInterval parameter. The default value for this
|
|
Packit Service |
9ccfef |
object should be set to lmpCcHelloIntervalMaxDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 12 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalNegotiated OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Once the control channel is active, this object represents
|
|
Packit Service |
9ccfef |
the negotiated HelloInterval value."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 13 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the value of the HelloDeadInterval
|
|
Packit Service |
9ccfef |
parameter. The default value for this object should be
|
|
Packit Service |
9ccfef |
set to lmpCcHelloDeadIntervalDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 14 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMin OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the minimum value for the
|
|
Packit Service |
9ccfef |
HelloDeadInterval parameter. The default value for this
|
|
Packit Service |
9ccfef |
object should be set to lmpCcHelloDeadIntervalMinDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 15 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMax OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the maximum value for the
|
|
Packit Service |
9ccfef |
HelloDeadInterval parameter. The default value for this
|
|
Packit Service |
9ccfef |
object should be set to lmpCcHelloIntervalMaxDefault."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 16 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalNegotiated OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Once the control channel is active, this object represents
|
|
Packit Service |
9ccfef |
the negotiated HelloDeadInterval value."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 17 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLastChange OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TimeTicks
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The value of sysUpTime at the time the control channel entered
|
|
Packit Service |
9ccfef |
its current operational state. If the current state was
|
|
Packit Service |
9ccfef |
entered prior to the last re-initialization of the local
|
|
Packit Service |
9ccfef |
network management subsystem, then this object contains a
|
|
Packit Service |
9ccfef |
zero value."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 18 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcAdminStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The desired operational status of this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 19 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
up(1),
|
|
Packit Service |
9ccfef |
down(2),
|
|
Packit Service |
9ccfef |
configSnd(3),
|
|
Packit Service |
9ccfef |
configRcv(4),
|
|
Packit Service |
9ccfef |
active(5),
|
|
Packit Service |
9ccfef |
goingDown(6)
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 20 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcRowStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This variable is used to create, modify, and/or
|
|
Packit Service |
9ccfef |
delete a row in this table. None of the writable objects
|
|
Packit Service |
9ccfef |
in a row can be changed if the status is active(1).
|
|
Packit Service |
9ccfef |
All read-create objects must have valid and consistent
|
|
Packit Service |
9ccfef |
values before the row can be activated."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 21 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcStorageType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX StorageType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The storage type for this conceptual row in the
|
|
Packit Service |
9ccfef |
lmpControlChannelTable. Conceptual rows having the value
|
|
Packit Service |
9ccfef |
'permanent' need not allow write-access to any
|
|
Packit Service |
9ccfef |
columnar object in the row."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DEFVAL { nonVolatile }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelEntry 22 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpControlChannelTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Control Channel Performance Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelPerfTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpControlChannelPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies LMP control channel performance
|
|
Packit Service |
9ccfef |
counters."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 11 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelPerfEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpControlChannelPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table is created by a LMP-enabled device for
|
|
Packit Service |
9ccfef |
every control channel. lmpCcCounterDiscontinuityTime is used
|
|
Packit Service |
9ccfef |
to indicate potential discontinuity for all counter objects
|
|
Packit Service |
9ccfef |
in this table."
|
|
Packit Service |
9ccfef |
INDEX { lmpCcId }
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpControlChannelPerfEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpCcInOctets Counter32,
|
|
Packit Service |
9ccfef |
lmpCcInDiscards Counter32,
|
|
Packit Service |
9ccfef |
lmpCcInErrors Counter32,
|
|
Packit Service |
9ccfef |
lmpCcOutOctets Counter32,
|
|
Packit Service |
9ccfef |
lmpCcOutDiscards Counter32,
|
|
Packit Service |
9ccfef |
lmpCcOutErrors Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigNackReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcConfigNackSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcHelloReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcHelloSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifySent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckReceived Counter32,
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifySent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummarySent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryNackReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryNackSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRspReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRspSent Counter32,
|
|
Packit Service |
9ccfef |
lmpCcCounterDiscontinuityTime TimeStamp
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcInOctets OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The total number of LMP message octets received on the
|
|
Packit Service |
9ccfef |
control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcInDiscards OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The number of inbound packets that were chosen to be
|
|
Packit Service |
9ccfef |
discarded even though no errors had been detected. One
|
|
Packit Service |
9ccfef |
possible reason for discarding such a packet could be to
|
|
Packit Service |
9ccfef |
free up buffer space."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcInErrors OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The number of inbound packets that contained errors
|
|
Packit Service |
9ccfef |
preventing them from being processed by LMP."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcOutOctets OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The total number of LMP message octets transmitted out of
|
|
Packit Service |
9ccfef |
the control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcOutDiscards OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The number of outbound packets that were chosen to be
|
|
Packit Service |
9ccfef |
discarded even though no errors had been detected to
|
|
Packit Service |
9ccfef |
prevent their being transmitted. One possible reason
|
|
Packit Service |
9ccfef |
for discarding such a packet could be to free up buffer
|
|
Packit Service |
9ccfef |
space."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcOutErrors OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The number of outbound packets that could not be
|
|
Packit Service |
9ccfef |
transmitted because of errors."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Config messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Config messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Config messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 9 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ConfigAck messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 10 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ConfigAck messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 11 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigNackReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ConfigNack messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 12 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcConfigNackSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ConfigNack messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 13 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Hello messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 14 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcHelloSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Hello messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 15 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 16 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 17 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 18 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 19 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 20 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyNack messages that
|
|
Packit Service |
9ccfef |
have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 21 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyNack messages that
|
|
Packit Service |
9ccfef |
have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 22 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that have
|
|
Packit Service |
9ccfef |
been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 23 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcEndVerifySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that have
|
|
Packit Service |
9ccfef |
been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 24 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 25 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 26 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 27 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 28 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 29 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 30 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 31 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 32 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
that have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 33 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusAck messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 34 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusAck messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 35 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 36 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummarySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 37 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 38 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryAck messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 39 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryAck messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 40 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryNackReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryNack messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 41 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryNackSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryNack messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 42 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 43 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 44 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages
|
|
Packit Service |
9ccfef |
that have been retransmitted on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 45 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusAck messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 46 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 47 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 48 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 49 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusReqRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
that have been retransmitted on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 50 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRspReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusResponse messages
|
|
Packit Service |
9ccfef |
that have been received on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 51 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcChannelStatusRspSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusResponse messages
|
|
Packit Service |
9ccfef |
that have been sent on this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 52 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcCounterDiscontinuityTime OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TimeStamp
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The value of sysUpTime on the most recent occasion at which
|
|
Packit Service |
9ccfef |
one or more of this control channel's counters suffered a
|
|
Packit Service |
9ccfef |
discontinuity. The relevant counters are the specific
|
|
Packit Service |
9ccfef |
instances associated with this control channel of any
|
|
Packit Service |
9ccfef |
Counter32 object contained in the lmpControlChannelPerfTable.
|
|
Packit Service |
9ccfef |
If no such discontinuities have occurred since the last re-
|
|
Packit Service |
9ccfef |
initialization of the local management subsystem, then this
|
|
Packit Service |
9ccfef |
object contains a zero value."
|
|
Packit Service |
9ccfef |
::= { lmpControlChannelPerfEntry 53 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpControlChannelPerfTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP TE Link Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpTeLinkEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies the LMP-specific TE link information.
|
|
Packit Service |
9ccfef |
Overall TE link information is kept in three separate tables:
|
|
Packit Service |
9ccfef |
ifTable for interface-specific information, lmpTeLinkTable
|
|
Packit Service |
9ccfef |
for LMP specific information, and teLinkTable for generic
|
|
Packit Service |
9ccfef |
TE link information. ifIndex is the common index to all
|
|
Packit Service |
9ccfef |
tables."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 12 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpTeLinkEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table exists for each ifEntry with an
|
|
Packit Service |
9ccfef |
ifType of teLink(200) that is managed by LMP. An ifEntry with
|
|
Packit Service |
9ccfef |
an ifIndex must exist before the corresponding lmpTeLinkEntry is
|
|
Packit Service |
9ccfef |
created. If a TE link entry in the ifTable is destroyed, then
|
|
Packit Service |
9ccfef |
so is the corresponding entry in the lmpTeLinkTable. The
|
|
Packit Service |
9ccfef |
administrative status value is controlled from the ifEntry.
|
|
Packit Service |
9ccfef |
Setting the administrative status to testing prompts LMP to
|
|
Packit Service |
9ccfef |
start link verification on the TE link. Information about the
|
|
Packit Service |
9ccfef |
TE link that is not LMP specific is contained in the
|
|
Packit Service |
9ccfef |
teLinkTable of the TE-LINK-STD-MIB MIB module."
|
|
Packit Service |
9ccfef |
INDEX { ifIndex }
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpTeLinkEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpTeLinkNbrRemoteNodeId LmpNodeId,
|
|
Packit Service |
9ccfef |
lmpTeLinkVerification TruthValue,
|
|
Packit Service |
9ccfef |
lmpTeLinkFaultManagement TruthValue,
|
|
Packit Service |
9ccfef |
lmpTeLinkDwdm TruthValue,
|
|
Packit Service |
9ccfef |
lmpTeLinkOperStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpTeLinkRowStatus RowStatus,
|
|
Packit Service |
9ccfef |
lmpTeLinkStorageType StorageType
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkNbrRemoteNodeId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpNodeId
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This is the Node ID of the TE link remote node. This value
|
|
Packit Service |
9ccfef |
may be learned during the control channel parameter negotiation
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
phase (in the Config message). Node ID is an address whose
|
|
Packit Service |
9ccfef |
type must be IPv4."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkVerification OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object indicates whether the LMP link verification
|
|
Packit Service |
9ccfef |
procedure is enabled for this TE link."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkFaultManagement OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object indicates whether the LMP fault management procedure
|
|
Packit Service |
9ccfef |
is enabled on this TE link."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkDwdm OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object indicates whether the LMP DWDM procedure is enabled
|
|
Packit Service |
9ccfef |
on this TE link."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol (LMP) for Dense Wavelength Division
|
|
Packit Service |
9ccfef |
Multiplexing (DWDM) Optical Line Systems, RFC 4209."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
up(1), down(2), testing(3), init(4), degraded(5)
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of this TE link. The status
|
|
Packit Service |
9ccfef |
is set to testing when the TE link is performing link
|
|
Packit Service |
9ccfef |
verification. A degraded state indicates that there is
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
no active control channel between the pair of nodes that
|
|
Packit Service |
9ccfef |
form the endpoints of the TE link, but that at least one
|
|
Packit Service |
9ccfef |
data-bearing link on the TE link is allocated."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkRowStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This variable is used to create, modify, and/or
|
|
Packit Service |
9ccfef |
delete a row in this table. None of the writable objects
|
|
Packit Service |
9ccfef |
in a row can be changed if the status is active(1).
|
|
Packit Service |
9ccfef |
All read-create objects must have valid and consistent
|
|
Packit Service |
9ccfef |
values before the row can be activated."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkStorageType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX StorageType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The storage type for this conceptual row in the
|
|
Packit Service |
9ccfef |
lmpTeLinkTable. Conceptual rows having the value
|
|
Packit Service |
9ccfef |
'permanent' need not allow write-access to any
|
|
Packit Service |
9ccfef |
columnar object in the row."
|
|
Packit Service |
9ccfef |
DEFVAL { nonVolatile }
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpTeLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpGlobalLinkVerificationInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
UNITS "milliseconds"
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object indicates how often the link verification
|
|
Packit Service |
9ccfef |
procedure is executed. The interval is in milliseconds.
|
|
Packit Service |
9ccfef |
A value of 0 is used to indicate that the link
|
|
Packit Service |
9ccfef |
verification procedure should not be executed. The
|
|
Packit Service |
9ccfef |
interval specified in this object should be large enough
|
|
Packit Service |
9ccfef |
to allow the verification procedure to be completed
|
|
Packit Service |
9ccfef |
before the start of the next interval.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 13 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Link Verification Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerificationTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpLinkVerificationEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies TE link information associated with the
|
|
Packit Service |
9ccfef |
LMP verification procedure."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 14 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerificationEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpLinkVerificationEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table is created by an LMP-enabled device for
|
|
Packit Service |
9ccfef |
every TE link that supports the LMP verification
|
|
Packit Service |
9ccfef |
procedure."
|
|
Packit Service |
9ccfef |
INDEX { ifIndex }
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpLinkVerificationEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpLinkVerifyInterval LmpInterval,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyDeadInterval LmpInterval,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransportMechanism BITS,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyAllLinks TruthValue,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransmissionRate Unsigned32,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyWavelength Unsigned32,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyRowStatus RowStatus,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyStorageType StorageType
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the VerifyInterval parameter used
|
|
Packit Service |
9ccfef |
in the LMP link verification process. It indicates the
|
|
Packit Service |
9ccfef |
interval at which the Test messages are sent."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyDeadInterval OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpInterval
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object specifies the VerifyDeadInterval parameter used
|
|
Packit Service |
9ccfef |
in the verification of the physical connectivity of data-
|
|
Packit Service |
9ccfef |
bearing links. It specifies the observation period used to
|
|
Packit Service |
9ccfef |
detect a Test message at the remote node."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransportMechanism OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX BITS {
|
|
Packit Service |
9ccfef |
-- All encoding types:
|
|
Packit Service |
9ccfef |
payload(0),
|
|
Packit Service |
9ccfef |
-- SONET/SDH encoding type:
|
|
Packit Service |
9ccfef |
dccSectionOverheadBytes(1),
|
|
Packit Service |
9ccfef |
dccLineOverheadBytes(2),
|
|
Packit Service |
9ccfef |
j0Trace(3),
|
|
Packit Service |
9ccfef |
j1Trace(4),
|
|
Packit Service |
9ccfef |
j2Trace(5)
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This defines the transport mechanism for the Test messages. The
|
|
Packit Service |
9ccfef |
scope of this bit mask is restricted to each link encoding
|
|
Packit Service |
9ccfef |
type. The local node will set the bits corresponding to the
|
|
Packit Service |
9ccfef |
various mechanisms it can support for transmitting LMP Test
|
|
Packit Service |
9ccfef |
messages. The receiver chooses the appropriate mechanism in the
|
|
Packit Service |
9ccfef |
BeginVerifyAck message."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204
|
|
Packit Service |
9ccfef |
Synchronous Optical Network (SONET)/Synchronous Digital
|
|
Packit Service |
9ccfef |
Hierarchy (SDH) Encoding for Link Management Protocol (LMP)
|
|
Packit Service |
9ccfef |
Test Messages, RFC 4207."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyAllLinks OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of true(1) for this object indicates that the
|
|
Packit Service |
9ccfef |
verification process checks all unallocated links; otherwise,
|
|
Packit Service |
9ccfef |
only the new ports or component links that have been added to
|
|
Packit Service |
9ccfef |
this TE link are verified."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransmissionRate OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
UNITS "bytes per second"
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This is the transmission rate of the data link over which
|
|
Packit Service |
9ccfef |
the Test messages will be transmitted and is expressed in
|
|
Packit Service |
9ccfef |
bytes per second."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyWavelength OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
UNITS "nanometers"
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This value corresponds to the wavelength at
|
|
Packit Service |
9ccfef |
which the Test messages will be transmitted and is
|
|
Packit Service |
9ccfef |
measured in nanometers (nm). If each data-bearing link
|
|
Packit Service |
9ccfef |
corresponds to a separate wavelength, then this value should
|
|
Packit Service |
9ccfef |
be set to 0."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyRowStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This variable is used to create, modify, and/or
|
|
Packit Service |
9ccfef |
delete a row in this table. None of the writable objects
|
|
Packit Service |
9ccfef |
in a row can be changed if the status is active(1).
|
|
Packit Service |
9ccfef |
All read-create objects must have valid and consistent
|
|
Packit Service |
9ccfef |
values before the row can be activated."
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerifyStorageType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX StorageType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The storage type for this conceptual row in the
|
|
Packit Service |
9ccfef |
lmpLinkVerificationTable. Conceptual rows having the value
|
|
Packit Service |
9ccfef |
'permanent' need not allow write-access to any
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
columnar object in the row."
|
|
Packit Service |
9ccfef |
DEFVAL { nonVolatile }
|
|
Packit Service |
9ccfef |
::= { lmpLinkVerificationEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpLinkVerificationTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP TE Link Performance Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkPerfTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpTeLinkPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies LMP TE link performance counters."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 15 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkPerfEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpTeLinkPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table is created by an LMP-enabled device for
|
|
Packit Service |
9ccfef |
every TE link. lmpTeCounterDiscontinuityTime is used
|
|
Packit Service |
9ccfef |
to indicate potential discontinuity for all counter objects
|
|
Packit Service |
9ccfef |
in this table."
|
|
Packit Service |
9ccfef |
INDEX { ifIndex }
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpTeLinkPerfEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpTeInOctets Counter32,
|
|
Packit Service |
9ccfef |
lmpTeOutOctets Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifySent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyNackReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyNackSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeEndVerifySent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureReceived Counter32,
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeTestStatusAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummarySent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryNackReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryNackSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusAckReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusAckSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqRetransmit Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRspReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRspSent Counter32,
|
|
Packit Service |
9ccfef |
lmpTeCounterDiscontinuityTime TimeStamp
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeInOctets OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The total number of LMP message octets received for
|
|
Packit Service |
9ccfef |
this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeOutOctets OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The total number of LMP message octets transmitted out
|
|
Packit Service |
9ccfef |
for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that have
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that have
|
|
Packit Service |
9ccfef |
been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerify messages that
|
|
Packit Service |
9ccfef |
have been retransmitted for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyNackReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyNack messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeBeginVerifyNackSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of BeginVerifyNack messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 9 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that have
|
|
Packit Service |
9ccfef |
been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 10 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeEndVerifySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that have
|
|
Packit Service |
9ccfef |
been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 11 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerify messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 12 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 13 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeEndVerifyAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of EndVerifyAck messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 14 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 15 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 16 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusSuccessRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusSuccess messages
|
|
Packit Service |
9ccfef |
that have been retransmitted for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 17 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
that have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 18 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
that have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 19 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusFailureRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusFailure messages
|
|
Packit Service |
9ccfef |
that have been retransmitted on this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 20 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusAck messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 21 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeTestStatusAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of TestStatusAck messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 22 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 23 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummarySent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 24 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummary messages that
|
|
Packit Service |
9ccfef |
have been retransmitted over this control channel."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 25 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryAck messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 26 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryAck messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 27 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryNackReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryNack messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 28 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkSummaryNackSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of LinkSummaryNack messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 29 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages that
|
|
Packit Service |
9ccfef |
have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 30 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages that
|
|
Packit Service |
9ccfef |
have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 31 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages that
|
|
Packit Service |
9ccfef |
have been retransmitted for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 32 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusAckReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusAck messages
|
|
Packit Service |
9ccfef |
that have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 33 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusAckSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatus messages
|
|
Packit Service |
9ccfef |
that have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 34 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
that have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 35 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
that have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 36 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusReqRetransmit OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusRequest messages
|
|
Packit Service |
9ccfef |
that have been retransmitted for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 37 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRspReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusResponse messages
|
|
Packit Service |
9ccfef |
that have been received for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 38 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeChannelStatusRspSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of ChannelStatusResponse messages
|
|
Packit Service |
9ccfef |
that have been sent for this TE link."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 39 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeCounterDiscontinuityTime OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TimeStamp
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The value of sysUpTime on the most recent occasion at which
|
|
Packit Service |
9ccfef |
one or more of this TE link's counters suffered a
|
|
Packit Service |
9ccfef |
discontinuity. The relevant counters are the specific
|
|
Packit Service |
9ccfef |
instances associated with this TE link of any Counter32
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
object contained in the lmpTeLinkPerfTable. If
|
|
Packit Service |
9ccfef |
no such discontinuities have occurred since the last re-
|
|
Packit Service |
9ccfef |
initialization of the local management subsystem, then this
|
|
Packit Service |
9ccfef |
object contains a zero value."
|
|
Packit Service |
9ccfef |
::= { lmpTeLinkPerfEntry 40 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpTeLinkPerfTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Data Link Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpDataLinkEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies the data-bearing links managed by the
|
|
Packit Service |
9ccfef |
LMP."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 16 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpDataLinkEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table exists for each ifEntry that represents
|
|
Packit Service |
9ccfef |
a data-bearing link. An ifEntry with an ifIndex must exist
|
|
Packit Service |
9ccfef |
before the corresponding lmpDataLinkEntry is created.
|
|
Packit Service |
9ccfef |
If an entry representing the data-bearing link is destroyed in
|
|
Packit Service |
9ccfef |
the ifTable, then so is the corresponding entry in the
|
|
Packit Service |
9ccfef |
lmpDataLinkTable. The administrative status value is
|
|
Packit Service |
9ccfef |
controlled from the ifEntry. The index to this table is also
|
|
Packit Service |
9ccfef |
used to get information in the componentLinkTable
|
|
Packit Service |
9ccfef |
of the TE-LINK-STD-MIB MIB module."
|
|
Packit Service |
9ccfef |
INDEX { ifIndex }
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpDataLinkEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpDataLinkType INTEGER,
|
|
Packit Service |
9ccfef |
lmpDataLinkAddressType InetAddressType,
|
|
Packit Service |
9ccfef |
lmpDataLinkIpAddr InetAddress,
|
|
Packit Service |
9ccfef |
lmpDataLinkRemoteIpAddress InetAddress,
|
|
Packit Service |
9ccfef |
lmpDataLinkRemoteIfId InterfaceIndexOrZero,
|
|
Packit Service |
9ccfef |
lmpDataLinkEncodingType TeLinkEncodingType,
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveOperStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveOperStatus INTEGER,
|
|
Packit Service |
9ccfef |
lmpDataLinkRowStatus RowStatus,
|
|
Packit Service |
9ccfef |
lmpDataLinkStorageType StorageType
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
port(1),
|
|
Packit Service |
9ccfef |
componentLink(2)
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This attribute specifies whether this data-bearing link is
|
|
Packit Service |
9ccfef |
a port or a component link. Component links are multiplex
|
|
Packit Service |
9ccfef |
capable, whereas ports are not multiplex capable."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkAddressType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InetAddressType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This attribute specifies the data-bearing link IP address
|
|
Packit Service |
9ccfef |
type. If the data-bearing link is unnumbered, the address
|
|
Packit Service |
9ccfef |
type must be set to unknown(0)."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkIpAddr OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The local Internet address for numbered links. The type
|
|
Packit Service |
9ccfef |
of this address is determined by the value of
|
|
Packit Service |
9ccfef |
lmpDataLinkAddressType object.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
For IPv4 and IPv6 numbered links, this object represents
|
|
Packit Service |
9ccfef |
the local IP address associated with the data-bearing
|
|
Packit Service |
9ccfef |
link. For an unnumbered link, the local address is
|
|
Packit Service |
9ccfef |
of type unknown, and this object is set to the zero-length
|
|
Packit Service |
9ccfef |
string; the ifIndex object then identifies the
|
|
Packit Service |
9ccfef |
unnumbered address."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkRemoteIpAddress OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The remote Internet address for numbered data-bearing links.
|
|
Packit Service |
9ccfef |
The type of this address is determined by the
|
|
Packit Service |
9ccfef |
lmpDataLinkAddressType object.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
For IPv4 and IPv6 numbered links, this object represents the
|
|
Packit Service |
9ccfef |
remote IP address associated with the data-bearing link. For
|
|
Packit Service |
9ccfef |
an unnumbered link, the remote address is of type unknown,
|
|
Packit Service |
9ccfef |
and this object is set to the zero-length string; the
|
|
Packit Service |
9ccfef |
lmpDataLinkRemoteIfId object then identifies the unnumbered
|
|
Packit Service |
9ccfef |
address.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This information is either configured manually or
|
|
Packit Service |
9ccfef |
communicated by the remote node during the link verification
|
|
Packit Service |
9ccfef |
procedure."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkRemoteIfId OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX InterfaceIndexOrZero
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Interface identifier of the remote end point. This
|
|
Packit Service |
9ccfef |
information is either configured manually or
|
|
Packit Service |
9ccfef |
communicated by the remote node during the link verification
|
|
Packit Service |
9ccfef |
procedure."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkEncodingType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TeLinkEncodingType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The encoding type of the data-bearing link."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Generalized MPLS Signaling Functional Description, RFC 3471."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
upAlloc(1),
|
|
Packit Service |
9ccfef |
upFree(2),
|
|
Packit Service |
9ccfef |
down(3),
|
|
Packit Service |
9ccfef |
testing(4) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of this data-bearing link
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
(active FSM)."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveOperStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER {
|
|
Packit Service |
9ccfef |
upAlloc(1),
|
|
Packit Service |
9ccfef |
upFree(2),
|
|
Packit Service |
9ccfef |
down(3),
|
|
Packit Service |
9ccfef |
psvTst(4) }
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The actual operational status of this data-bearing link
|
|
Packit Service |
9ccfef |
(passive FSM)."
|
|
Packit Service |
9ccfef |
REFERENCE
|
|
Packit Service |
9ccfef |
"Link Management Protocol, RFC 4204."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkRowStatus OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This variable is used to create, modify, and/or
|
|
Packit Service |
9ccfef |
delete a row in this table. None of the writable objects
|
|
Packit Service |
9ccfef |
in a row can be changed if the status is active(1).
|
|
Packit Service |
9ccfef |
All read-create objects must have valid and consistent
|
|
Packit Service |
9ccfef |
values before the row can be activated."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 9 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkStorageType OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX StorageType
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-create
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The storage type for this conceptual row in the
|
|
Packit Service |
9ccfef |
lmpDataLinkTable. Conceptual rows having the value
|
|
Packit Service |
9ccfef |
'permanent' need not allow write-access to any
|
|
Packit Service |
9ccfef |
columnar object in the row."
|
|
Packit Service |
9ccfef |
DEFVAL { nonVolatile }
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkEntry 10 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpDataLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- LMP Data Link Performance Table
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPerfTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF LmpDataLinkPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This table specifies the data-bearing links LMP performance
|
|
Packit Service |
9ccfef |
counters."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 17 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPerfEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX LmpDataLinkPerfEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"An entry in this table contains information about
|
|
Packit Service |
9ccfef |
the LMP performance counters for the data-bearing links.
|
|
Packit Service |
9ccfef |
lmpDataLinkDiscontinuityTime is used to indicate potential
|
|
Packit Service |
9ccfef |
discontinuity for all counter objects in this table."
|
|
Packit Service |
9ccfef |
INDEX { ifIndex }
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
LmpDataLinkPerfEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
lmpDataLinkTestReceived Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkTestSent Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveTestSuccess Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveTestFailure Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveTestSuccess Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveTestFailure Counter32,
|
|
Packit Service |
9ccfef |
lmpDataLinkDiscontinuityTime TimeStamp
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkTestReceived OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Test messages that have
|
|
Packit Service |
9ccfef |
been received on this data-bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkTestSent OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of Test messages that have
|
|
Packit Service |
9ccfef |
been sent on this data-bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveTestSuccess OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of data-bearing link tests
|
|
Packit Service |
9ccfef |
that were successful on the active side of this data-
|
|
Packit Service |
9ccfef |
bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkActiveTestFailure OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of data-bearing link tests
|
|
Packit Service |
9ccfef |
that failed on the active side of this data-bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveTestSuccess OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of data-bearing link tests
|
|
Packit Service |
9ccfef |
that were successful on the passive side of this data-
|
|
Packit Service |
9ccfef |
bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveTestFailure OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Counter32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This object counts the number of data-bearing link tests
|
|
Packit Service |
9ccfef |
that failed on the passive side of this data-bearing link."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkDiscontinuityTime OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TimeStamp
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The value of sysUpTime on the most recent occasion at which
|
|
Packit Service |
9ccfef |
one or more of this data-bearing link's counters suffered
|
|
Packit Service |
9ccfef |
a discontinuity. The relevant counters are the specific
|
|
Packit Service |
9ccfef |
instances associated with this data-bearing link of any
|
|
Packit Service |
9ccfef |
Counter32 object contained in the lmpDataLinkPerfTable. If
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
no such discontinuities have occurred since the last re-
|
|
Packit Service |
9ccfef |
initialization of the local management subsystem, then this
|
|
Packit Service |
9ccfef |
object contains a zero value."
|
|
Packit Service |
9ccfef |
::= { lmpDataLinkPerfEntry 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of lmpDataLinkPerfTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Notification Configuration
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNotificationMaxRate OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Unsigned32
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The LMP notification rate depends on the size of the network,
|
|
Packit Service |
9ccfef |
the type of links, the network configuration, the
|
|
Packit Service |
9ccfef |
reliability of the network, etc.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
When this MIB was designed, care was taken to minimize the
|
|
Packit Service |
9ccfef |
amount of notifications generated for LMP purposes. Wherever
|
|
Packit Service |
9ccfef |
possible, notifications are state driven, meaning that the
|
|
Packit Service |
9ccfef |
notifications are sent only when the system changes state.
|
|
Packit Service |
9ccfef |
The only notifications that are repeated and that could cause a
|
|
Packit Service |
9ccfef |
problem as far as congestion is concerned are the ones
|
|
Packit Service |
9ccfef |
associated with data link verification.
|
|
Packit Service |
9ccfef |
Without any considerations to handling of these
|
|
Packit Service |
9ccfef |
notifications, a problem may arise if the number of data
|
|
Packit Service |
9ccfef |
links is high. Since the data link verification notifications
|
|
Packit Service |
9ccfef |
can happen only once per data link per link verification
|
|
Packit Service |
9ccfef |
interval, the notification rate should be sustainable if one
|
|
Packit Service |
9ccfef |
chooses an appropriate link verification interval for a given
|
|
Packit Service |
9ccfef |
network configuration. For instance, a network of 100 nodes
|
|
Packit Service |
9ccfef |
with 5 links of 128 wavelengths each and a link verification
|
|
Packit Service |
9ccfef |
of 1 minute, where no more than 10% of the links failed at any
|
|
Packit Service |
9ccfef |
given time, would have 1 notification per second sent from
|
|
Packit Service |
9ccfef |
each node, or 100 notifications per second for the whole
|
|
Packit Service |
9ccfef |
network. The rest of the notifications are negligible
|
|
Packit Service |
9ccfef |
compared to this number.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
To alleviate the congestion problem, the
|
|
Packit Service |
9ccfef |
lmpNotificationMaxRate object can be used to implement a
|
|
Packit Service |
9ccfef |
throttling mechanism. It is also possible to enable/disable
|
|
Packit Service |
9ccfef |
certain type of notifications.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This variable indicates the maximum number of
|
|
Packit Service |
9ccfef |
notifications issued per minute. If events occur
|
|
Packit Service |
9ccfef |
more rapidly, the implementation may simply fail to
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
emit these notifications during that period or may
|
|
Packit Service |
9ccfef |
queue them until an appropriate time. A value of 0
|
|
Packit Service |
9ccfef |
means that no throttling is applied and events may be
|
|
Packit Service |
9ccfef |
notified at the rate at which they occur.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
::= { lmpObjects 18 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkPropertyNotificationsEnabled OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If this object is true(1), then it enables the
|
|
Packit Service |
9ccfef |
generation of lmpTeLinkPropertyMismatch
|
|
Packit Service |
9ccfef |
and lmpDataLinkPropertyMismatch notifications;
|
|
Packit Service |
9ccfef |
otherwise, these notifications are not emitted.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
DEFVAL { false }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 19 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpUnprotectedNotificationsEnabled OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If this object is true(1), then it enables the
|
|
Packit Service |
9ccfef |
generation of lmpUnprotected notifications;
|
|
Packit Service |
9ccfef |
otherwise, these notifications are not emitted.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
DEFVAL { false }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 20 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcUpDownNotificationsEnabled OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If this object is true(1), then it enables the generation of
|
|
Packit Service |
9ccfef |
lmpControlChannelUp and lmpControlChannelDown notifications;
|
|
Packit Service |
9ccfef |
otherwise, these notifications are not emitted.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
DEFVAL { false }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 21 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkNotificationsEnabled OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If this object is true(1), then it enables the
|
|
Packit Service |
9ccfef |
generation of lmpTeLinkDegraded and lmpTeLinkNotDegraded
|
|
Packit Service |
9ccfef |
notifications; otherwise, these notifications are not emitted.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
DEFVAL { false }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 22 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkNotificationsEnabled OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TruthValue
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-write
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"If this object is true(1), then it enables the
|
|
Packit Service |
9ccfef |
generation of lmpDataLinkVerificationFailure
|
|
Packit Service |
9ccfef |
notification; otherwise, these notifications are not emitted.
|
|
Packit Service |
9ccfef |
Implementations should save the value of this object in
|
|
Packit Service |
9ccfef |
persistent memory so that it survives restarts or reboot."
|
|
Packit Service |
9ccfef |
DEFVAL { false }
|
|
Packit Service |
9ccfef |
::= { lmpObjects 23 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Notifications
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Link Property Mismatch Notifications
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkPropertyMismatch NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { teLinkRemoteIpAddr,
|
|
Packit Service |
9ccfef |
teLinkIncomingIfId }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a TE link property
|
|
Packit Service |
9ccfef |
mismatch is detected on the node. The received remote TE link
|
|
Packit Service |
9ccfef |
ID of the misconfigured TE link is represented by either
|
|
Packit Service |
9ccfef |
teLinkRemoteIpAddr or teLinkIncomingIfId, depending on whether
|
|
Packit Service |
9ccfef |
the TE link is numbered or unnumbered. This notification
|
|
Packit Service |
9ccfef |
should not be sent unless lmpLinkPropertyNotificationsEnabled
|
|
Packit Service |
9ccfef |
is true(1). It is recommended that this notification be
|
|
Packit Service |
9ccfef |
reported only the first time a mismatch is detected.
|
|
Packit Service |
9ccfef |
Otherwise, for a given TE link, this notification can occur
|
|
Packit Service |
9ccfef |
no more than once per verification interval
|
|
Packit Service |
9ccfef |
(lmpGlobalLinkVerificationInterval)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkPropertyMismatch NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpDataLinkType, lmpDataLinkRemoteIfId }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a data-bearing link
|
|
Packit Service |
9ccfef |
property mismatch is detected on the node. lmpDataLinkType
|
|
Packit Service |
9ccfef |
is used to identify the local identifiers associated with
|
|
Packit Service |
9ccfef |
the data link. (The data link interface index can be used
|
|
Packit Service |
9ccfef |
to determine the TE link interface index, as this
|
|
Packit Service |
9ccfef |
relationship is captured in the interface stack table.)
|
|
Packit Service |
9ccfef |
The remote entity interface ID is the remote entity
|
|
Packit Service |
9ccfef |
interface ID received in the LinkSummary message.
|
|
Packit Service |
9ccfef |
This notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpLinkPropertyNotificationsEnabled is true(1). It is
|
|
Packit Service |
9ccfef |
recommended that this notification be reported only the
|
|
Packit Service |
9ccfef |
first time a mismatch is detected. Otherwise, for a given
|
|
Packit Service |
9ccfef |
data link, this notification can occur no more than once
|
|
Packit Service |
9ccfef |
per verification interval (lmpGlobalLinkVerificationInterval)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Neighbor Notification
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpUnprotected NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcNbrNodeId }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when there is more than one
|
|
Packit Service |
9ccfef |
control channel between LMP neighbors and the last redundant
|
|
Packit Service |
9ccfef |
control channel has failed. If the remaining operational
|
|
Packit Service |
9ccfef |
control channel fails, then there will be no more control
|
|
Packit Service |
9ccfef |
channels between the pair of nodes and all the TE links
|
|
Packit Service |
9ccfef |
between the pair of nodes, will go to degraded state. This
|
|
Packit Service |
9ccfef |
notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpUnprotectedNotificationsEnabled is set to true(1)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Control Channel Notifications
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelUp NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcAdminStatus, lmpCcOperStatus }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a control
|
|
Packit Service |
9ccfef |
channel transitions to the up operational state. This
|
|
Packit Service |
9ccfef |
notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpCcUpDownNotificationsEnabled is true(1)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelDown NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcAdminStatus, lmpCcOperStatus }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a control channel
|
|
Packit Service |
9ccfef |
transitions out of the up operational state. This
|
|
Packit Service |
9ccfef |
notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpCcUpDownNotificationsEnabled is true(1)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- TE Link Notification
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkDegraded NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpTeLinkOperStatus }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a lmpTeLinkOperStatus
|
|
Packit Service |
9ccfef |
object for a TE link enters the degraded state. This
|
|
Packit Service |
9ccfef |
notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpTeLinkNotificationsEnabled is true(1)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpTeLinkNotDegraded NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpTeLinkOperStatus }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a lmpTeLinkOperStatus
|
|
Packit Service |
9ccfef |
object for a TE link leaves the degraded state. This
|
|
Packit Service |
9ccfef |
notification should not be sent unless
|
|
Packit Service |
9ccfef |
lmpTeLinkNotificationsEnabled is true(1)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 7 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Data-bearing Link Notification
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpDataLinkVerificationFailure NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { lmpDataLinkActiveOperStatus,
|
|
Packit Service |
9ccfef |
lmpDataLinkPassiveOperStatus }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This notification is generated when a data-bearing
|
|
Packit Service |
9ccfef |
link verification fails. This notification should not be sent
|
|
Packit Service |
9ccfef |
unless lmpDataLinkNotificationsEnabled is true(1). For a given
|
|
Packit Service |
9ccfef |
data link, this notification can occur no more than once per
|
|
Packit Service |
9ccfef |
verification interval (lmpGlobalLinkVerificationInterval)."
|
|
Packit Service |
9ccfef |
::= { lmpNotifications 8 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- End of notifications
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Module compliance
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCompliances
|
|
Packit Service |
9ccfef |
OBJECT IDENTIFIER ::= { lmpConformance 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpGroups
|
|
Packit Service |
9ccfef |
OBJECT IDENTIFIER ::= { lmpConformance 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpModuleFullCompliance MODULE-COMPLIANCE
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Compliance statement for agents that support the
|
|
Packit Service |
9ccfef |
configuration and monitoring of LMP MIB."
|
|
Packit Service |
9ccfef |
MODULE -- this module
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MANDATORY-GROUPS { lmpNodeGroup,
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup,
|
|
Packit Service |
9ccfef |
lmpLinkPropertyCorrelationGroup,
|
|
Packit Service |
9ccfef |
lmpPerfGroup,
|
|
Packit Service |
9ccfef |
lmpTeLinkGroup,
|
|
Packit Service |
9ccfef |
lmpDataLinkGroup }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpCcIsNotInterfaceGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
control channels that are not interfaces, in addition to
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup. The following constraint applies:
|
|
Packit Service |
9ccfef |
lmpCcIsIf must at least be read-only, returning false(2)."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpCcIsInterfaceGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
control channels that are interfaces, in addition to
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup. The following constraint applies:
|
|
Packit Service |
9ccfef |
lmpCcIsIf must at least be read-only, returning true(1)."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpLinkVerificationGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
the link verification procedure."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpNotificationGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is optional."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpNbrTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrRowStatus
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1), notInService(2) }
|
|
Packit Service |
9ccfef |
WRITE-SYNTAX RowStatus { active(1), notInService(2),
|
|
Packit Service |
9ccfef |
createAndGo(4), destroy(6) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Support for notReady(3) and createAndWait(5) is
|
|
Packit Service |
9ccfef |
not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpControlChannelTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRemoteAddressType
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Only ipv4(1) and ipv6(2) address types need to be
|
|
Packit Service |
9ccfef |
supported for non-point-to-point configurations."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRemoteIpAddr
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress (SIZE(0|4|16))
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The size of the IP address depends on the address type."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1), notInService(2) }
|
|
Packit Service |
9ccfef |
WRITE-SYNTAX RowStatus { active(1), notInService(2),
|
|
Packit Service |
9ccfef |
createAndGo(4), destroy(6) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Support for notReady(3) and createAndWait(5) is
|
|
Packit Service |
9ccfef |
not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of configSnd(3), configRcv(4), active(5), or
|
|
Packit Service |
9ccfef |
goingDown(6) need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpTeLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2), degraded(5) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The testing(3) and init(4) state need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1), notInService(2) }
|
|
Packit Service |
9ccfef |
WRITE-SYNTAX RowStatus { active(1), notInService(2),
|
|
Packit Service |
9ccfef |
createAndGo(4), destroy(6) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Support for notReady(3) and createAndWait(5) is
|
|
Packit Service |
9ccfef |
not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpDataLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkActiveOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { upAlloc(1), upFree(2), down(3) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of testing(4) need not be supported."
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkPassiveOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { upAlloc(1), upFree(2), down(3) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of psvTst(4) need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1), notInService(2) }
|
|
Packit Service |
9ccfef |
WRITE-SYNTAX RowStatus { active(1), notInService(2),
|
|
Packit Service |
9ccfef |
createAndGo(4), destroy(6) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Support for notReady(3) and createAndWait(5) is
|
|
Packit Service |
9ccfef |
not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpCompliances 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpModuleReadOnlyCompliance MODULE-COMPLIANCE
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Compliance statement for agents that support the
|
|
Packit Service |
9ccfef |
monitoring of the LMP MIB."
|
|
Packit Service |
9ccfef |
MODULE -- this module
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- The mandatory groups have to be implemented
|
|
Packit Service |
9ccfef |
-- by all LMP-enabled devices. However, they may all be supported
|
|
Packit Service |
9ccfef |
-- as read-only objects in the case where manual
|
|
Packit Service |
9ccfef |
-- configuration is not supported.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MANDATORY-GROUPS { lmpNodeGroup,
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup,
|
|
Packit Service |
9ccfef |
lmpLinkPropertyCorrelationGroup,
|
|
Packit Service |
9ccfef |
lmpPerfGroup,
|
|
Packit Service |
9ccfef |
lmpTeLinkGroup,
|
|
Packit Service |
9ccfef |
lmpDataLinkGroup }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpCcIsNotInterfaceGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
control channels that are not interfaces, in addition to
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup. The following constraint applies:
|
|
Packit Service |
9ccfef |
lmpCcIsIf must at least be read-only, returning false(2)."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpCcIsInterfaceGroup
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
control channels that are interfaces, in addition to
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup. The following constraint applies:
|
|
Packit Service |
9ccfef |
lmpCcIsIf must at least be read-only, returning true(1)."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpLinkVerificationGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is mandatory for devices that support
|
|
Packit Service |
9ccfef |
the link verification procedure."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
GROUP lmpNotificationGroup
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This group is optional."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Scalars
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpAdminStatus
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpGlobalLinkVerificationInterval
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloIntervalDefault
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloIntervalDefaultMin
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloIntervalDefaultMax
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloDeadIntervalDefault
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloDeadIntervalDefaultMin
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloDeadIntervalDefaultMax
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNotificationMaxRate
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpNbrTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrRetransmitInterval
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrRetryLimit
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrRetransmitDelta
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required, and active(1) is the
|
|
Packit Service |
9ccfef |
only status that needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpNbrStorageType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpControlChannelTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcUnderlyingIfIndex
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcIsIf
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcNbrNodeId
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRemoteAddressType
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Only ipv4(1) and ipv6(2) address types need to be
|
|
Packit Service |
9ccfef |
supported for non-point-to-point configurations."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRemoteIpAddr
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress (SIZE(0|4|16))
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The size of the IP address depends on the address type."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcSetupRole
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcAuthentication
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloIntervalMin
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloIntervalMax
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloDeadIntervalMin
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcHelloDeadIntervalMax
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required, and active(1) is the
|
|
Packit Service |
9ccfef |
only status that needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of configSnd(3), configRcv(4), active(5), or
|
|
Packit Service |
9ccfef |
goingDown(6) need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpCcStorageType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpLinkVerificationTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyInterval
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyDeadInterval
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyAllLinks
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpTeLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkNbrRemoteNodeId
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required if the link verification
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
procedure is enabled."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkVerification
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkFaultManagement
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkDwdm
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { up(1), down(2), degraded(5) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The testing(3) and init(4) state need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required, and active(1) is the
|
|
Packit Service |
9ccfef |
only status that needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpTeLinkStorageType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpTeLinkVerificationTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyTransmissionRate
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyWavelength
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1) }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required, and active(1) is the
|
|
Packit Service |
9ccfef |
only status that needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpLinkVerifyStorageType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- lmpDataLinkTable
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkAddressType
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { unknown(0), ipv4(1), ipv6(2) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Only ipv4(1) and ipv6(2) address types need to be
|
|
Packit Service |
9ccfef |
supported for numbered links. For unnumbered links, the
|
|
Packit Service |
9ccfef |
unknown(0) address type needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkIpAddr
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress (SIZE(0|4|16))
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"The size of the data-bearing link IP address depends on
|
|
Packit Service |
9ccfef |
the type of data-bearing link. Data-bearing link IP
|
|
Packit Service |
9ccfef |
address size is zero if the link is unnumbered, four if
|
|
Packit Service |
9ccfef |
the link IP address is IPv4, and sixteen if the link IP
|
|
Packit Service |
9ccfef |
address is IPv6."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkRemoteIpAddress
|
|
Packit Service |
9ccfef |
SYNTAX InetAddress (SIZE(0|4|16))
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required if the link verification
|
|
Packit Service |
9ccfef |
procedure is enabled."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkRemoteIfId
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required if the link verification
|
|
Packit Service |
9ccfef |
procedure is enabled."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkEncodingType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkActiveOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { upAlloc(1), upFree(2), down(3) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of testing(4) need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkPassiveOperStatus
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { upAlloc(1), upFree(2), down(3) }
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"A value of psvTst(4) need not be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkRowStatus
|
|
Packit Service |
9ccfef |
SYNTAX RowStatus { active(1) }
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required, and active(1) is the
|
|
Packit Service |
9ccfef |
only status that needs to be supported."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
OBJECT lmpDataLinkStorageType
|
|
Packit Service |
9ccfef |
MIN-ACCESS read-only
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Write access is not required."
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
::= { lmpCompliances 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
-- Units of conformance
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNodeGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpAdminStatus,
|
|
Packit Service |
9ccfef |
lmpOperStatus,
|
|
Packit Service |
9ccfef |
lmpNbrAdminStatus,
|
|
Packit Service |
9ccfef |
lmpNbrOperStatus,
|
|
Packit Service |
9ccfef |
lmpNbrRowStatus,
|
|
Packit Service |
9ccfef |
lmpNbrStorageType,
|
|
Packit Service |
9ccfef |
lmpUnprotectedNotificationsEnabled,
|
|
Packit Service |
9ccfef |
lmpNotificationMaxRate
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Collection of objects that represent LMP node
|
|
Packit Service |
9ccfef |
configuration."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpControlChannelGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS {
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitInterval,
|
|
Packit Service |
9ccfef |
lmpNbrRetryLimit,
|
|
Packit Service |
9ccfef |
lmpNbrRetransmitDelta,
|
|
Packit Service |
9ccfef |
lmpNbrAdminStatus,
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpNbrOperStatus,
|
|
Packit Service |
9ccfef |
lmpNbrRowStatus,
|
|
Packit Service |
9ccfef |
lmpNbrStorageType,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefault,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefaultMin,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalDefaultMax,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefault,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefaultMin,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalDefaultMax,
|
|
Packit Service |
9ccfef |
lmpCcNbrNodeId,
|
|
Packit Service |
9ccfef |
lmpCcRemoteId,
|
|
Packit Service |
9ccfef |
lmpCcRemoteAddressType,
|
|
Packit Service |
9ccfef |
lmpCcRemoteIpAddr,
|
|
Packit Service |
9ccfef |
lmpCcSetupRole,
|
|
Packit Service |
9ccfef |
lmpCcAuthentication,
|
|
Packit Service |
9ccfef |
lmpCcHelloInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMin,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalMax,
|
|
Packit Service |
9ccfef |
lmpCcHelloIntervalNegotiated,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadInterval,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMin,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalMax,
|
|
Packit Service |
9ccfef |
lmpCcHelloDeadIntervalNegotiated,
|
|
Packit Service |
9ccfef |
lmpCcOperStatus,
|
|
Packit Service |
9ccfef |
lmpCcRowStatus,
|
|
Packit Service |
9ccfef |
lmpCcStorageType,
|
|
Packit Service |
9ccfef |
lmpCcUpDownNotificationsEnabled
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Objects that can be used to configure LMP interface."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcIsInterfaceGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcIsIf }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Objects that can be used to configure control channels
|
|
Packit Service |
9ccfef |
that are interfaces."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 3 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcIsNotInterfaceGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcUnderlyingIfIndex,
|
|
Packit Service |
9ccfef |
lmpCcIsIf,
|
|
Packit Service |
9ccfef |
lmpCcLastChange,
|
|
Packit Service |
9ccfef |
lmpCcAdminStatus
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Objects that can be used to configure control channels
|
|
Packit Service |
9ccfef |
that are not interfaces."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 4 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkPropertyCorrelationGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpLinkPropertyNotificationsEnabled }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Collection of objects used to configure the link
|
|
Packit Service |
9ccfef |
property correlation procedure."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 5 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpLinkVerificationGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpGlobalLinkVerificationInterval,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyInterval,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyDeadInterval,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransportMechanism,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyAllLinks,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyTransmissionRate,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyWavelength,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyRowStatus,
|
|
Packit Service |
9ccfef |
lmpLinkVerifyStorageType,
|
|
Packit Service |
9ccfef |
lmpDataLinkNotificationsEnabled
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Collection of objects that represent the link
|
|
Packit Service |
9ccfef |
verification procedure configuration."
|
|
Packit Service |
9ccfef |
::= { lmpGroups 6 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpPerfGroup OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { lmpCcInOctets,
|
|
Packit Service |
9ccfef |
lmpCcInDiscards,
|
|
Packit Service |
9ccfef |
lmpCcInErrors,
|
|
Packit Service |
9ccfef |
lmpCcOutOctets,
|
|
Packit Service |
9ccfef |
lmpCcOutDiscards,
|
|
Packit Service |
9ccfef |
lmpCcOutErrors,
|
|
Packit Service |
9ccfef |
lmpCcConfigReceived,
|
|
Packit Service |
9ccfef |
lmpCcConfigSent,
|
|
Packit Service |
9ccfef |
lmpCcConfigRetransmit,
|
|
Packit Service |
9ccfef |
lmpCcConfigAckReceived,
|
|
Packit Service |
9ccfef |
lmpCcConfigAckSent,
|
|
Packit Service |
9ccfef |
lmpCcConfigNackSent,
|
|
Packit Service |
9ccfef |
lmpCcConfigNackReceived,
|
|
Packit Service |
9ccfef |
lmpCcHelloReceived,
|
|
Packit Service |
9ccfef |
lmpCcHelloSent,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyReceived,
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifySent,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyRetransmit,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckReceived,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyAckSent,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackReceived,
|
|
Packit Service |
9ccfef |
lmpCcBeginVerifyNackSent,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyReceived,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifySent,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyRetransmit,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckReceived,
|
|
Packit Service |
9ccfef |
lmpCcEndVerifyAckSent,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessReceived,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessSent,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusSuccessRetransmit,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureReceived,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureSent,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusFailureRetransmit,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckReceived,
|
|
Packit Service |
9ccfef |
lmpCcTestStatusAckSent,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryReceived,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummarySent,
|
|
Packit Service |
9ccfef |
lmpCcLinkSummaryRetransmit,
|
|
Packit Service |
9ccfef |
l
|