|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANA-GMPLS-TC-MIB DEFINITIONS ::= BEGIN
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IMPORTS
|
|
Packit |
022b05 |
MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI -- RFC 2578
|
|
Packit |
022b05 |
TEXTUAL-CONVENTION FROM SNMPv2-TC; -- RFC 2579
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
ianaGmpls MODULE-IDENTITY
|
|
Packit |
022b05 |
LAST-UPDATED
|
|
Packit |
022b05 |
"200702270000Z" -- 27 February 2007 00:00:00 GMT
|
|
Packit |
022b05 |
ORGANIZATION
|
|
Packit |
022b05 |
"IANA"
|
|
Packit |
022b05 |
CONTACT-INFO
|
|
Packit |
022b05 |
"Internet Assigned Numbers Authority
|
|
Packit |
022b05 |
Postal: 4676 Admiralty Way, Suite 330
|
|
Packit |
022b05 |
Marina del Rey, CA 90292
|
|
Packit |
022b05 |
Tel: +1 310 823 9358
|
|
Packit |
022b05 |
E-Mail: iana&iana.org"
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Copyright (C) The IETF Trust (2007). The initial version
|
|
Packit |
022b05 |
of this MIB module was published in RFC 4802. For full legal
|
|
Packit |
022b05 |
notices see the RFC itself. Supplementary information
|
|
Packit |
022b05 |
may be available on:
|
|
Packit |
022b05 |
http://www.ietf.org/copyrights/ianamib.html"
|
|
Packit |
022b05 |
|
|
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 4802."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { mib-2 152 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAGmplsLSPEncodingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This type is used to represent and control
|
|
Packit |
022b05 |
the LSP encoding type of an LSP signaled by a GMPLS
|
|
Packit |
022b05 |
signaling protocol.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This textual convention is strongly tied to the LSP
|
|
Packit |
022b05 |
Encoding Types sub-registry of the GMPLS Signaling
|
|
Packit |
022b05 |
Parameters registry managed by IANA. Values should be
|
|
Packit |
022b05 |
assigned by IANA in step with the LSP Encoding Types
|
|
Packit |
022b05 |
sub-registry and using the same registry management rules.
|
|
Packit |
022b05 |
However, the actual values used in this textual convention
|
|
Packit |
022b05 |
are solely within the purview of IANA and do not
|
|
Packit |
022b05 |
necessarily match the values in the LSP Encoding Types
|
|
Packit |
022b05 |
sub-registry.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The definition of this textual convention with the
|
|
Packit |
022b05 |
addition of newly assigned values is published
|
|
Packit |
022b05 |
periodically by the IANA, in either the Assigned
|
|
Packit |
022b05 |
Numbers RFC, or some derivative of it specific to
|
|
Packit |
022b05 |
Internet Network Management number assignments. (The
|
|
Packit |
022b05 |
latest arrangements can be obtained by contacting the
|
|
Packit |
022b05 |
IANA.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Requests for new values should be made to IANA via
|
|
Packit |
022b05 |
email (iana&iana.org)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Generalized Multi-Protocol Label Switching (GMPLS)
|
|
Packit |
022b05 |
Signaling Functional Description, RFC 3471, section
|
|
Packit |
022b05 |
3.1.1.
|
|
Packit |
022b05 |
2. Generalized MPLS Signalling Extensions for G.709 Optical
|
|
Packit |
022b05 |
Transport Networks Control, RFC 4328, section 3.1.1."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
tunnelLspNotGmpls(0), -- GMPLS is not in use
|
|
Packit |
022b05 |
tunnelLspPacket(1), -- Packet
|
|
Packit |
022b05 |
tunnelLspEthernet(2), -- Ethernet
|
|
Packit |
022b05 |
tunnelLspAnsiEtsiPdh(3), -- PDH
|
|
Packit |
022b05 |
-- the value 4 is deprecated
|
|
Packit |
022b05 |
tunnelLspSdhSonet(5), -- SDH or SONET
|
|
Packit |
022b05 |
-- the value 6 is deprecated
|
|
Packit |
022b05 |
tunnelLspDigitalWrapper(7), -- Digital Wrapper
|
|
Packit |
022b05 |
tunnelLspLambda(8), -- Lambda
|
|
Packit |
022b05 |
tunnelLspFiber(9), -- Fiber
|
|
Packit |
022b05 |
-- the value 10 is deprecated
|
|
Packit |
022b05 |
tunnelLspFiberChannel(11), -- Fiber Channel
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
tunnelDigitalPath(12), -- Digital Path
|
|
Packit |
022b05 |
tunnelOpticalChannel(13) -- Optical Channel
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAGmplsSwitchingTypeTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This type is used to represent and
|
|
Packit |
022b05 |
control the LSP switching type of an LSP signaled by a
|
|
Packit |
022b05 |
GMPLS signaling protocol.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This textual convention is strongly tied to the Switching
|
|
Packit |
022b05 |
Types sub-registry of the GMPLS Signaling Parameters
|
|
Packit |
022b05 |
registry managed by IANA. Values should be assigned by
|
|
Packit |
022b05 |
IANA in step with the Switching Types sub-registry and
|
|
Packit |
022b05 |
using the same registry management rules. However, the
|
|
Packit |
022b05 |
actual values used in this textual convention are solely
|
|
Packit |
022b05 |
within the purview of IANA and do not necessarily match
|
|
Packit |
022b05 |
the values in the Switching Types sub-registry.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The definition of this textual convention with the
|
|
Packit |
022b05 |
addition of newly assigned values is published
|
|
Packit |
022b05 |
periodically by the IANA, in either the Assigned
|
|
Packit |
022b05 |
Numbers RFC, or some derivative of it specific to
|
|
Packit |
022b05 |
Internet Network Management number assignments. (The
|
|
Packit |
022b05 |
latest arrangements can be obtained by contacting the
|
|
Packit |
022b05 |
IANA.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Requests for new values should be made to IANA via
|
|
Packit |
022b05 |
email (iana&iana.org)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Routing Extensions in Support of Generalized
|
|
Packit |
022b05 |
Multi-Protocol Label Switching, RFC 4202, section 2.4.
|
|
Packit |
022b05 |
2. Generalized Multi-Protocol Label Switching (GMPLS)
|
|
Packit |
022b05 |
Signaling Functional Description, RFC 3471, section
|
|
Packit |
022b05 |
3.1.1."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
unknown(0), -- none of the following, or not known
|
|
Packit |
022b05 |
psc1(1), -- Packet-Switch-Capable 1
|
|
Packit |
022b05 |
psc2(2), -- Packet-Switch-Capable 2
|
|
Packit |
022b05 |
psc3(3), -- Packet-Switch-Capable 3
|
|
Packit |
022b05 |
psc4(4), -- Packet-Switch-Capable 4
|
|
Packit |
022b05 |
l2sc(51), -- Layer-2-Switch-Capable
|
|
Packit |
022b05 |
tdm(100), -- Time-Division-Multiplex
|
|
Packit |
022b05 |
lsc(150), -- Lambda-Switch-Capable
|
|
Packit |
022b05 |
fsc(200) -- Fiber-Switch-Capable
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAGmplsGeneralizedPidTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This data type is used to represent and control the LSP
|
|
Packit |
022b05 |
Generalized Protocol Identifier (G-PID) of an LSP
|
|
Packit |
022b05 |
signaled by a GMPLS signaling protocol.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This textual convention is strongly tied to the Generalized
|
|
Packit |
022b05 |
PIDs (G-PID) sub-registry of the GMPLS Signaling Parameters
|
|
Packit |
022b05 |
registry managed by IANA. Values should be assigned by
|
|
Packit |
022b05 |
IANA in step with the Generalized PIDs (G-PID) sub-registry
|
|
Packit |
022b05 |
and using the same registry management rules. However, the
|
|
Packit |
022b05 |
actual values used in this textual convention are solely
|
|
Packit |
022b05 |
within the purview of IANA and do not necessarily match the
|
|
Packit |
022b05 |
values in the Generalized PIDs (G-PID) sub-registry.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The definition of this textual convention with the
|
|
Packit |
022b05 |
addition of newly assigned values is published
|
|
Packit |
022b05 |
periodically by the IANA, in either the Assigned
|
|
Packit |
022b05 |
Numbers RFC, or some derivative of it specific to
|
|
Packit |
022b05 |
Internet Network Management number assignments. (The
|
|
Packit |
022b05 |
latest arrangements can be obtained by contacting the
|
|
Packit |
022b05 |
IANA.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Requests for new values should be made to IANA via
|
|
Packit |
022b05 |
email (iana&iana.org)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Generalized Multi-Protocol Label Switching (GMPLS)
|
|
Packit |
022b05 |
Signaling Functional Description, RFC 3471, section
|
|
Packit |
022b05 |
3.1.1.
|
|
Packit |
022b05 |
2. Generalized MPLS Signalling Extensions for G.709 Optical
|
|
Packit |
022b05 |
Transport Networks Control, RFC 4328, section 3.1.3."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
unknown(0), -- unknown or none of the following
|
|
Packit |
022b05 |
-- the values 1, 2, 3 and 4 are reserved in RFC 3471
|
|
Packit |
022b05 |
asynchE4(5),
|
|
Packit |
022b05 |
asynchDS3T3(6),
|
|
Packit |
022b05 |
asynchE3(7),
|
|
Packit |
022b05 |
bitsynchE3(8),
|
|
Packit |
022b05 |
bytesynchE3(9),
|
|
Packit |
022b05 |
asynchDS2T2(10),
|
|
Packit |
022b05 |
bitsynchDS2T2(11),
|
|
Packit |
022b05 |
reservedByRFC3471first(12),
|
|
Packit |
022b05 |
asynchE1(13),
|
|
Packit |
022b05 |
bytesynchE1(14),
|
|
Packit |
022b05 |
bytesynch31ByDS0(15),
|
|
Packit |
022b05 |
asynchDS1T1(16),
|
|
Packit |
022b05 |
bitsynchDS1T1(17),
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
bytesynchDS1T1(18),
|
|
Packit |
022b05 |
vc1vc12(19),
|
|
Packit |
022b05 |
reservedByRFC3471second(20),
|
|
Packit |
022b05 |
reservedByRFC3471third(21),
|
|
Packit |
022b05 |
ds1SFAsynch(22),
|
|
Packit |
022b05 |
ds1ESFAsynch(23),
|
|
Packit |
022b05 |
ds3M23Asynch(24),
|
|
Packit |
022b05 |
ds3CBitParityAsynch(25),
|
|
Packit |
022b05 |
vtLovc(26),
|
|
Packit |
022b05 |
stsSpeHovc(27),
|
|
Packit |
022b05 |
posNoScramble16BitCrc(28),
|
|
Packit |
022b05 |
posNoScramble32BitCrc(29),
|
|
Packit |
022b05 |
posScramble16BitCrc(30),
|
|
Packit |
022b05 |
posScramble32BitCrc(31),
|
|
Packit |
022b05 |
atm(32),
|
|
Packit |
022b05 |
ethernet(33),
|
|
Packit |
022b05 |
sdhSonet(34),
|
|
Packit |
022b05 |
digitalwrapper(36),
|
|
Packit |
022b05 |
lambda(37),
|
|
Packit |
022b05 |
ansiEtsiPdh(38),
|
|
Packit |
022b05 |
lapsSdh(40),
|
|
Packit |
022b05 |
fddi(41),
|
|
Packit |
022b05 |
dqdb(42),
|
|
Packit |
022b05 |
fiberChannel3(43),
|
|
Packit |
022b05 |
hdlc(44),
|
|
Packit |
022b05 |
ethernetV2DixOnly(45),
|
|
Packit |
022b05 |
ethernet802dot3Only(46),
|
|
Packit |
022b05 |
g709ODUj(47),
|
|
Packit |
022b05 |
g709OTUk(48),
|
|
Packit |
022b05 |
g709CBRorCBRa(49),
|
|
Packit |
022b05 |
g709CBRb(50),
|
|
Packit |
022b05 |
g709BSOT(51),
|
|
Packit |
022b05 |
g709BSNT(52),
|
|
Packit |
022b05 |
gfpIPorPPP(53),
|
|
Packit |
022b05 |
gfpEthernetMAC(54),
|
|
Packit |
022b05 |
gfpEthernetPHY(55),
|
|
Packit |
022b05 |
g709ESCON(56),
|
|
Packit |
022b05 |
g709FICON(57),
|
|
Packit |
022b05 |
g709FiberChannel(58)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAGmplsAdminStatusInformationTC ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This data type determines the setting of the
|
|
Packit |
022b05 |
Admin Status flags in the Admin Status object or TLV, as
|
|
Packit |
022b05 |
described in RFC 3471. Setting this object to a non-zero
|
|
Packit |
022b05 |
value will result in the inclusion of the Admin Status
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
object or TLV on signaling messages.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This textual convention is strongly tied to the
|
|
Packit |
022b05 |
Administrative Status Information Flags sub-registry of
|
|
Packit |
022b05 |
the GMPLS Signaling Parameters registry managed by IANA.
|
|
Packit |
022b05 |
Values should be assigned by IANA in step with the
|
|
Packit |
022b05 |
Administrative Status Flags sub-registry and using the
|
|
Packit |
022b05 |
same registry management rules. However, the actual
|
|
Packit |
022b05 |
values used in this textual convention are solely
|
|
Packit |
022b05 |
within the purview of IANA and do not necessarily match
|
|
Packit |
022b05 |
the values in the Administrative Status Information
|
|
Packit |
022b05 |
Flags sub-registry.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The definition of this textual convention with the
|
|
Packit |
022b05 |
addition of newly assigned values is published
|
|
Packit |
022b05 |
periodically by the IANA, in either the Assigned
|
|
Packit |
022b05 |
Numbers RFC, or some derivative of it specific to
|
|
Packit |
022b05 |
Internet Network Management number assignments. (The
|
|
Packit |
022b05 |
latest arrangements can be obtained by contacting the
|
|
Packit |
022b05 |
IANA.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Requests for new values should be made to IANA via
|
|
Packit |
022b05 |
email (iana&iana.org)."
|
|
Packit |
022b05 |
REFERENCE
|
|
Packit |
022b05 |
"1. Generalized Multi-Protocol Label Switching (GMPLS)
|
|
Packit |
022b05 |
Signaling Functional Description, RFC 3471, section 8.
|
|
Packit |
022b05 |
2. Generalized MPLS Signaling - RSVP-TE Extensions,
|
|
Packit |
022b05 |
RFC 3473, section 7.
|
|
Packit |
022b05 |
3. GMPLS - Communication of Alarm Information,
|
|
Packit |
022b05 |
RFC 4783, section 3.2.1."
|
|
Packit |
022b05 |
SYNTAX BITS {
|
|
Packit |
022b05 |
reflect(0), -- Reflect bit (RFC 3471)
|
|
Packit |
022b05 |
reserved1(1), -- reserved
|
|
Packit |
022b05 |
reserved2(2), -- reserved
|
|
Packit |
022b05 |
reserved3(3), -- reserved
|
|
Packit |
022b05 |
reserved4(4), -- reserved
|
|
Packit |
022b05 |
reserved5(5), -- reserved
|
|
Packit |
022b05 |
reserved6(6), -- reserved
|
|
Packit |
022b05 |
reserved7(7), -- reserved
|
|
Packit |
022b05 |
reserved8(8), -- reserved
|
|
Packit |
022b05 |
reserved9(9), -- reserved
|
|
Packit |
022b05 |
reserved10(10), -- reserved
|
|
Packit |
022b05 |
reserved11(11), -- reserved
|
|
Packit |
022b05 |
reserved12(12), -- reserved
|
|
Packit |
022b05 |
reserved13(13), -- reserved
|
|
Packit |
022b05 |
reserved14(14), -- reserved
|
|
Packit |
022b05 |
reserved15(15), -- reserved
|
|
Packit |
022b05 |
reserved16(16), -- reserved
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
reserved17(17), -- reserved
|
|
Packit |
022b05 |
reserved18(18), -- reserved
|
|
Packit |
022b05 |
reserved19(19), -- reserved
|
|
Packit |
022b05 |
reserved20(20), -- reserved
|
|
Packit |
022b05 |
reserved21(21), -- reserved
|
|
Packit |
022b05 |
reserved22(22), -- reserved
|
|
Packit |
022b05 |
reserved23(23), -- reserved
|
|
Packit |
022b05 |
reserved24(24), -- reserved
|
|
Packit |
022b05 |
reserved25(25), -- reserved
|
|
Packit |
022b05 |
reserved26(26), -- reserved
|
|
Packit |
022b05 |
reserved27(27), -- Inhibit Alarm bit (RFC 4783)
|
|
Packit |
022b05 |
reserved28(28), -- reserved
|
|
Packit |
022b05 |
testing(29), -- Testing bit (RFC 3473)
|
|
Packit |
022b05 |
administrativelyDown(30), -- Admin down (RFC 3473)
|
|
Packit |
022b05 |
deleteInProgress(31) -- Delete bit (RFC 3473)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
END
|
|
Packit |
022b05 |
|