|
Packit |
022b05 |
GMPLS-LSR-STD-MIB DEFINITIONS ::= BEGIN
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IMPORTS
|
|
Packit |
022b05 |
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, zeroDotZero
|
|
Packit |
022b05 |
FROM SNMPv2-SMI -- RFC 2578
|
|
Packit |
022b05 |
MODULE-COMPLIANCE, OBJECT-GROUP
|
|
Packit |
022b05 |
FROM SNMPv2-CONF -- RFC 2580
|
|
Packit |
022b05 |
RowPointer
|
|
Packit |
022b05 |
FROM SNMPv2-TC -- RFC 2579
|
|
Packit |
022b05 |
GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
FROM GMPLS-TC-STD-MIB -- RFC 4801
|
|
Packit |
022b05 |
mplsInterfaceIndex, mplsInSegmentIndex, mplsOutSegmentIndex,
|
|
Packit |
022b05 |
mplsInterfaceGroup, mplsInSegmentGroup, mplsOutSegmentGroup,
|
|
Packit |
022b05 |
mplsXCGroup, mplsPerfGroup, mplsLsrNotificationGroup
|
|
Packit |
022b05 |
FROM MPLS-LSR-STD-MIB -- RFC 3813
|
|
Packit |
022b05 |
ifGeneralInformationGroup, ifCounterDiscontinuityGroup
|
|
Packit |
022b05 |
FROM IF-MIB -- RFC 2863
|
|
Packit |
022b05 |
mplsStdMIB
|
|
Packit |
022b05 |
FROM MPLS-TC-STD-MIB -- RFC 3811
|
|
Packit |
022b05 |
;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsLsrStdMIB MODULE-IDENTITY
|
|
Packit |
022b05 |
LAST-UPDATED
|
|
Packit |
022b05 |
"200702270000Z" -- 27 February 2007 00:00:00 GMT
|
|
Packit |
022b05 |
ORGANIZATION
|
|
Packit |
022b05 |
"IETF Common Control And Measurement Plane (CCAMP) Working Group"
|
|
Packit |
022b05 |
CONTACT-INFO
|
|
Packit |
022b05 |
" Thomas D. Nadeau
|
|
Packit |
022b05 |
Cisco Systems, Inc.
|
|
Packit |
022b05 |
Email: tnadeau@cisco.com
|
|
Packit |
022b05 |
Adrian Farrel
|
|
Packit |
022b05 |
Old Dog Consulting
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Email: adrian@olddog.co.uk
|
|
Packit |
022b05 |
Comments about this document should be emailed directly to the
|
|
Packit |
022b05 |
CCAMP working group mailing list at ccamp@ops.ietf.org."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Copyright (C) The IETF Trust (2007). This version of
|
|
Packit |
022b05 |
this MIB module is part of RFC 4803; see the RFC itself for
|
|
Packit |
022b05 |
full legal notices.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This MIB module contains managed object definitions for the
|
|
Packit |
022b05 |
Generalized Multiprotocol (GMPLS) Label Switching Router as
|
|
Packit |
022b05 |
defined in Generalized Multi-Protocol Label Switching (GMPLS)
|
|
Packit |
022b05 |
Architecture, Mannie et al., RFC 3945, October 2004."
|
|
Packit |
022b05 |
REVISION
|
|
Packit |
022b05 |
"200702270000Z" -- 27 February 2007 00:00:00 GMT
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Initial version issued as part of RFC 4803."
|
|
Packit |
022b05 |
::= { mplsStdMIB 15 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- no notifications are currently defined.
|
|
Packit |
022b05 |
gmplsLsrObjects OBJECT IDENTIFIER ::= { gmplsLsrStdMIB 1 }
|
|
Packit |
022b05 |
gmplsLsrConformance OBJECT IDENTIFIER ::= { gmplsLsrStdMIB 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF GmplsInterfaceEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This table specifies per-interface GMPLS capability and
|
|
Packit |
022b05 |
associated information. It extends the information in the
|
|
Packit |
022b05 |
mplsInterfaceTable of MPLS-LSR-STD-MIB through a
|
|
Packit |
022b05 |
sparse augmentation relationship."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
::= { gmplsLsrObjects 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX GmplsInterfaceEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"A conceptual row in this table is created automatically by an
|
|
Packit |
022b05 |
LSR for each interface that is both capable of supporting
|
|
Packit |
022b05 |
GMPLS and configured to support GMPLS. Note that
|
|
Packit |
022b05 |
support of GMPLS is not limited to control plane signaling,
|
|
Packit |
022b05 |
but may include data-plane-only function configured through
|
|
Packit |
022b05 |
SNMP SET commands performed on this MIB module.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
A conceptual row in this table may also be created via SNMP
|
|
Packit |
022b05 |
SET commands or automatically by the LSR to supplement a
|
|
Packit |
022b05 |
conceptual row in the mplsInterfaceTable where the interface
|
|
Packit |
022b05 |
is not capable of GMPLS but where the other objects carried
|
|
Packit |
022b05 |
in this row provide useful additional information for an
|
|
Packit |
022b05 |
MPLS interface.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
A conceptual row in this table will exist if and only if a
|
|
Packit |
022b05 |
corresponding entry in the mplsInterfaceTable exists, and a
|
|
Packit |
022b05 |
corresponding entry in the ifTable exists with ifType = mpls(166).
|
|
Packit |
022b05 |
If the associated entry in the ifTable is operationally disabled
|
|
Packit |
022b05 |
(thus removing the GMPLS capabilities on the interface) or the
|
|
Packit |
022b05 |
entry in the mplsInterfaceTable is deleted, the corresponding entry
|
|
Packit |
022b05 |
in this table MUST be deleted shortly thereafter.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The indexes are the same as for the mplsInterfaceTable. Thus, the
|
|
Packit |
022b05 |
entry with index 0 represents the per-platform label space and
|
|
Packit |
022b05 |
contains parameters that apply to all interfaces that
|
|
Packit |
022b05 |
participate in the per-platform label space."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
INDEX { mplsInterfaceIndex }
|
|
Packit |
022b05 |
::= { gmplsInterfaceTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GmplsInterfaceEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
gmplsInterfaceSignalingCaps BITS,
|
|
Packit |
022b05 |
gmplsInterfaceRsvpHelloPeriod Unsigned32
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceSignalingCaps OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX BITS {
|
|
Packit |
022b05 |
unknown(0),
|
|
Packit |
022b05 |
rsvpGmpls(1),
|
|
Packit |
022b05 |
crldpGmpls(2), -- note the use of CR-LDP is deprecated
|
|
Packit |
022b05 |
otherGmpls(3)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Defines the signaling capabilities on this interface. Multiple
|
|
Packit |
022b05 |
bits may legitimately be set at once, but if 'unknown' is set
|
|
Packit |
022b05 |
then no other bit may be set. Setting no bits implies that GMPLS
|
|
Packit |
022b05 |
signaling cannot be performed on this interface and all LSPs
|
|
Packit |
022b05 |
must be manually provisioned or that this table entry is only
|
|
Packit |
022b05 |
present to supplement an entry in the mplsInterfaceTable by
|
|
Packit |
022b05 |
providing the information carried in other objects in this row."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"1. Generalized MPLS Signaling - CR-LDP Extensions, RFC 3472.
|
|
Packit |
022b05 |
2. The Multiprotocol Label Switching (MPLS) Working Group
|
|
Packit |
022b05 |
decision on MPLS signaling protocols, RFC 3468.
|
|
Packit |
022b05 |
3. Generalized MPLS Signaling - RSVP-TE Extensions, RFC 3473."
|
|
Packit |
022b05 |
DEFVAL { { rsvpGmpls } }
|
|
Packit |
022b05 |
::= { gmplsInterfaceEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceRsvpHelloPeriod OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Unsigned32
|
|
Packit |
022b05 |
UNITS "milliseconds"
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Period, in milliseconds, between sending Resource Reservation
|
|
Packit |
022b05 |
Protocol (RSVP) Hello messages on this interface. A value of 0
|
|
Packit |
022b05 |
indicates that no Hello messages should be sent on this
|
|
Packit |
022b05 |
interface.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This object is only valid if gmplsInterfaceSignalingCaps has no
|
|
Packit |
022b05 |
bits set or includes the rsvpGmpls bit."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. RSVP-TE: Extensions to RSVP for LSP Tunnels, RFC 3209,
|
|
Packit |
022b05 |
section 5.
|
|
Packit |
022b05 |
2. Generalized MPLS Signaling - RSVP-TE Extensions, RFC 3473,
|
|
Packit |
022b05 |
section 9.3."
|
|
Packit |
022b05 |
DEFVAL { 3000 }
|
|
Packit |
022b05 |
::= { gmplsInterfaceEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInSegmentTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF GmplsInSegmentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This table sparse augments the mplsInSegmentTable of
|
|
Packit |
022b05 |
MPLS-LSR-STD-MIB to provide GMPLS-specific information about
|
|
Packit |
022b05 |
incoming segments to an LSR."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
::= { gmplsLsrObjects 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInSegmentEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX GmplsInSegmentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"An entry in this table extends the representation of an incoming
|
|
Packit |
022b05 |
segment represented by an entry in the mplsInSegmentTable in
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MPLS-LSR-STD-MIB through a sparse augmentation. An entry can be
|
|
Packit |
022b05 |
created by a network administrator via SNMP SET commands, or in
|
|
Packit |
022b05 |
response to signaling protocol events.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that the storage type for this entry is given by the value
|
|
Packit |
022b05 |
of mplsInSegmentStorageType in the corresponding entry of the
|
|
Packit |
022b05 |
mplsInSegmentTable."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
INDEX { mplsInSegmentIndex }
|
|
Packit |
022b05 |
::= { gmplsInSegmentTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GmplsInSegmentEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
gmplsInSegmentDirection GmplsSegmentDirectionTC,
|
|
Packit |
022b05 |
gmplsInSegmentExtraParamsPtr RowPointer
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInSegmentDirection OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This object indicates the direction of data flow on this
|
|
Packit |
022b05 |
segment. This object cannot be modified if
|
|
Packit |
022b05 |
mplsInSegmentRowStatus for the corresponding entry in the
|
|
Packit |
022b05 |
mplsInSegmentTable is active(1)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
DEFVAL { forward }
|
|
Packit |
022b05 |
::= { gmplsInSegmentEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInSegmentExtraParamsPtr OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX RowPointer
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Some tunnels will run over transports that can usefully support
|
|
Packit |
022b05 |
technology-specific additional parameters (for example,
|
|
Packit |
022b05 |
Synchronous Optical Network (SONET) resource usage). Such can be
|
|
Packit |
022b05 |
supplied from an external table and referenced from here. A value
|
|
Packit |
022b05 |
of zeroDotZero in this attribute indicates that there is no such
|
|
Packit |
022b05 |
additional information."
|
|
Packit |
022b05 |
DEFVAL { zeroDotZero }
|
|
Packit |
022b05 |
::= { gmplsInSegmentEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentTable OBJECT-TYPE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF GmplsOutSegmentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This table sparse augments the mplsOutSegmentTable of
|
|
Packit |
022b05 |
MPLS-LSR-STD-MIB to provide GMPLS-specific information about
|
|
Packit |
022b05 |
outgoing segments from an LSR."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
::= { gmplsLsrObjects 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX GmplsOutSegmentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"An entry in this table extends the representation of an outgoing
|
|
Packit |
022b05 |
segment represented by an entry in the mplsOutSegmentTable of
|
|
Packit |
022b05 |
MPLS-LSR-STD-MIB through a sparse augmentation. An entry can be
|
|
Packit |
022b05 |
created by a network administrator via SNMP SET commands, or in
|
|
Packit |
022b05 |
response to signaling protocol events.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that the storage type for this entry is given by the value
|
|
Packit |
022b05 |
of mplsOutSegmentStorageType in the corresponding entry of the
|
|
Packit |
022b05 |
mplsOutSegmentTable."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
INDEX { mplsOutSegmentIndex }
|
|
Packit |
022b05 |
::= { gmplsOutSegmentTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GmplsOutSegmentEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
gmplsOutSegmentDirection GmplsSegmentDirectionTC,
|
|
Packit |
022b05 |
gmplsOutSegmentTTLDecrement Unsigned32,
|
|
Packit |
022b05 |
gmplsOutSegmentExtraParamsPtr RowPointer
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentDirection OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This object indicates the direction of data flow on this
|
|
Packit |
022b05 |
segment. This object cannot be modified if
|
|
Packit |
022b05 |
mplsOutSegmentRowStatus for the corresponding entry in the
|
|
Packit |
022b05 |
mplsOutSegmentTable is active(1)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"1. Multiprotocol Label Switching (MPLS) Label Switching
|
|
Packit |
022b05 |
Router (LSR) Management Information Base (MIB), RFC 3813."
|
|
Packit |
022b05 |
DEFVAL { forward }
|
|
Packit |
022b05 |
::= { gmplsOutSegmentEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentTTLDecrement OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Unsigned32
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This object indicates the amount by which to decrement the Time
|
|
Packit |
022b05 |
to Live (TTL) of any payload packets forwarded on this segment if
|
|
Packit |
022b05 |
per-hop decrementing is being done.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
A value of zero indicates that no decrement should be made or
|
|
Packit |
022b05 |
that per-hop decrementing is not in use.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
See the gmplsTunnelTTLDecrement object in the gmplsTunnelTable
|
|
Packit |
022b05 |
of GMPLS-TE-STD-MIB for a value by which to decrement the TTL
|
|
Packit |
022b05 |
for the whole of a tunnel.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This object cannot be modified if mplsOutSegmentRowStatus for
|
|
Packit |
022b05 |
the associated entry in the mplsOutSegmentTable is active(1)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Time To Live (TTL) Processing in Multi-Protocol Label
|
|
Packit |
022b05 |
Switching (MPLS) Networks, RFC 3443.
|
|
Packit |
022b05 |
2. Generalized Multiprotocol Label Switching (GMPLS) Traffic
|
|
Packit |
022b05 |
Engineering Management Information Base, RFC 4802."
|
|
Packit |
022b05 |
DEFVAL { 0 }
|
|
Packit |
022b05 |
::= { gmplsOutSegmentEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentExtraParamsPtr OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX RowPointer
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Some tunnels will run over transports that can usefully support
|
|
Packit |
022b05 |
technology-specific additional parameters (for example, SONET
|
|
Packit |
022b05 |
resource usage). Such can be supplied from an external table and
|
|
Packit |
022b05 |
referenced from here.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
A value of zeroDotZero in this attribute indicates that there is
|
|
Packit |
022b05 |
no such additional information."
|
|
Packit |
022b05 |
DEFVAL { zeroDotZero }
|
|
Packit |
022b05 |
::= { gmplsOutSegmentEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsLsrGroups
|
|
Packit |
022b05 |
OBJECT IDENTIFIER ::= { gmplsLsrConformance 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsLsrCompliances
|
|
Packit |
022b05 |
OBJECT IDENTIFIER ::= { gmplsLsrConformance 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- Compliance requirement for fully compliant implementations.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsLsrModuleFullCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Compliance statement for agents that provide full support for
|
|
Packit |
022b05 |
GMPLS-LSR-STD-MIB.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The mandatory group has to be implemented by all LSRs that
|
|
Packit |
022b05 |
originate, terminate, or act as transit for TE-LSPs/tunnels.
|
|
Packit |
022b05 |
In addition, depending on the type of tunnels supported, other
|
|
Packit |
022b05 |
groups become mandatory as explained below."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE IF-MIB -- The Interfaces Group MIB, RFC 2863.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
ifGeneralInformationGroup,
|
|
Packit |
022b05 |
ifCounterDiscontinuityGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE MPLS-LSR-STD-MIB -- The MPLS-LSR-STD-MIB, RFC3813
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
mplsInterfaceGroup,
|
|
Packit |
022b05 |
mplsInSegmentGroup,
|
|
Packit |
022b05 |
mplsOutSegmentGroup,
|
|
Packit |
022b05 |
mplsXCGroup,
|
|
Packit |
022b05 |
mplsPerfGroup,
|
|
Packit |
022b05 |
mplsLsrNotificationGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
gmplsInterfaceGroup,
|
|
Packit |
022b05 |
gmplsInSegmentGroup,
|
|
Packit |
022b05 |
gmplsOutSegmentGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInSegmentDirection
|
|
Packit |
022b05 |
SYNTAX GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The only valid value for unidirectional LSPs is forward(1)."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentDirection
|
|
Packit |
022b05 |
SYNTAX GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The only valid value for unidirectional LSPs is forward(1)."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentTTLDecrement
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInSegmentExtraParamsPtr
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentExtraParamsPtr
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { gmplsLsrCompliances 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- Compliance requirement for implementations that provide read-only
|
|
Packit |
022b05 |
-- access.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsLsrModuleReadOnlyCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Compliance requirement for implementations that only provide
|
|
Packit |
022b05 |
read-only support for GMPLS-LSR-STD-MIB. Such devices can then
|
|
Packit |
022b05 |
be monitored but cannot be configured using this MIB module."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE IF-MIB -- The interfaces Group MIB, RFC 2863
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
ifGeneralInformationGroup,
|
|
Packit |
022b05 |
ifCounterDiscontinuityGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE MPLS-LSR-STD-MIB
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
mplsInterfaceGroup,
|
|
Packit |
022b05 |
mplsInSegmentGroup,
|
|
Packit |
022b05 |
mplsOutSegmentGroup,
|
|
Packit |
022b05 |
mplsXCGroup,
|
|
Packit |
022b05 |
mplsPerfGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MANDATORY-GROUPS {
|
|
Packit |
022b05 |
gmplsInterfaceGroup,
|
|
Packit |
022b05 |
gmplsInSegmentGroup,
|
|
Packit |
022b05 |
gmplsOutSegmentGroup
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInterfaceSignalingCaps
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInterfaceRsvpHelloPeriod
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInSegmentDirection
|
|
Packit |
022b05 |
SYNTAX GmplsSegmentDirectionTC
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The only valid value for unidirectional LSPs is forward(1)."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsInSegmentExtraParamsPtr
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentDirection
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The only valid value for unidirectional LSPs is forward(1)."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentTTLDecrement
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
OBJECT gmplsOutSegmentExtraParamsPtr
|
|
Packit |
022b05 |
MIN-ACCESS read-only
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Write access is not required."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { gmplsLsrCompliances 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS {
|
|
Packit |
022b05 |
gmplsInterfaceSignalingCaps,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInterfaceRsvpHelloPeriod
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collection of objects that provide additional
|
|
Packit |
022b05 |
information for an MPLS interface and are needed
|
|
Packit |
022b05 |
for GMPLS interface configuration and performance
|
|
Packit |
022b05 |
information."
|
|
Packit |
022b05 |
::= { gmplsLsrGroups 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsInSegmentGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS {
|
|
Packit |
022b05 |
gmplsInSegmentDirection,
|
|
Packit |
022b05 |
gmplsInSegmentExtraParamsPtr
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collection of objects that provide additional
|
|
Packit |
022b05 |
information for an MPLS in-segment and are needed
|
|
Packit |
022b05 |
for GMPLS in-segment configuration and performance
|
|
Packit |
022b05 |
information."
|
|
Packit |
022b05 |
::= { gmplsLsrGroups 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
gmplsOutSegmentGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS {
|
|
Packit |
022b05 |
gmplsOutSegmentDirection,
|
|
Packit |
022b05 |
gmplsOutSegmentTTLDecrement,
|
|
Packit |
022b05 |
gmplsOutSegmentExtraParamsPtr
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collection of objects that provide additional
|
|
Packit |
022b05 |
information for an MPLS out-segment and are needed
|
|
Packit |
022b05 |
for GMPLS out-segment configuration and performance
|
|
Packit |
022b05 |
information."
|
|
Packit |
022b05 |
::= { gmplsLsrGroups 3 }
|
|
Packit |
022b05 |
END
|