CLNS-MIB DEFINITIONS ::= BEGIN

          IMPORTS
                  experimental, Counter
                          FROM RFC1155-SMI
                  PhysAddress
                          FROM RFC-1213
                  OBJECT-TYPE
                          FROM RFC-1212;

          --  This MIB module uses the extended OBJECT-TYPE macro as
          --  defined in [9]

          --  the CLNS MIB module

          clns    OBJECT IDENTIFIER ::= { experimental 1 }

          -- textual conventions

          ClnpAddress ::=
                  OCTET STRING (SIZE (1..21))
          -- This data type is used to model NSAP addresses.

          -- groups in the CLNS MIB

          clnp    OBJECT IDENTIFIER ::=   { clns 1 }

          error   OBJECT IDENTIFIER ::=   { clns 2 }

          echo    OBJECT IDENTIFIER ::=   { clns 3 }

          es-is   OBJECT IDENTIFIER ::=   { clns 4 }

          -- the CLNP group

          -- Implementation of this group is recommended for all
          -- systems which implement the CLNP.


          clnpForwarding OBJECT-TYPE
              SYNTAX  INTEGER {
                          is(1),   -- entity is an intermediate system

                                   -- entity is an end system and does
                          es(2)   -- not forward PDUs
                      }
              ACCESS  read-write
              STATUS  mandatory
              DESCRIPTION
                      "The indication of whether this entity is active
                      as an intermediate or end system.  Only
                      intermediate systems will forward PDUs onward that
                      are not addressed to them."
               ::= { clnp 1 }

          clnpDefaultLifeTime OBJECT-TYPE
              SYNTAX  INTEGER
              ACCESS  read-write
              STATUS  mandatory
              DESCRIPTION
                      "The default value inserted into the Lifetime
                      field of the CLNP PDU header of PDUs sourced by
                      this entity."
              ::= { clnp 2 }

          clnpInReceives OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The total number of input PDUs received from all
                      connected network interfaces running CLNP,
                      including errors."
              ::= { clnp 3 }

          clnpInHdrErrors OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of input PDUs discarded due to errors
                      in the CLNP header, including bad checksums,
                      version mismatch, lifetime exceeded, errors
                      discovered in processing options, etc."
              ::= { clnp 4 }


          clnpInAddrErrors OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of input PDUs discarded because the
                      NSAP address in the CLNP header's destination
                      field was not a valid NSAP to be received at this
                      entity.  This count includes addresses not
                      understood.  For end systems, this is a count of
                      PDUs which arrived with a destination NSAP which
                      was not local."
              ::= { clnp 5 }

          clnpForwPDUs OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of input PDUs for which this entity
                      was not the final destination and which an attempt
                      was made to forward them onward."
              ::= { clnp 6 }

          clnpInUnknownNLPs OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of locally-addressed PDUs successfully
                      received but discarded because the network layer
                      protocol was unknown or unsupported (e.g., not
                      CLNP or ES-IS)."
              ::= { clnp 7 }

          clnpInUnknownULPs OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of locally-addressed PDUs successfully
                      received but discarded because the upper layer
                      protocol was unknown or unsupported (e.g., not
                      TP4)."
              ::= { clnp 8 }

          clnpInDiscards OBJECT-TYPE
              SYNTAX  Counter


              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of input CLNP PDUs for which no
                      problems were encountered to prevent their
                      continued processing, but were discarded (e.g.,
                      for lack of buffer space).  Note that this counter
                      does not include any PDUs discarded while awaiting
                      re-assembly."
              ::= { clnp 9 }

          clnpInDelivers OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The total number of input PDUs successfully
                      delivered to the CLNS transport user."
              ::= { clnp 10 }

          clnpOutRequests OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The total number of CLNP PDUs which local CLNS
                      user protocols supplied to CLNP for transmission
                      requests.  This counter does not include any PDUs
                      counted in clnpForwPDUs."
              ::= { clnp 11 }

          clnpOutDiscards OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of output CLNP PDUs for which no other
                      problem was encountered to prevent their
                      transmission but were discarded (e.g., for lack of
                      buffer space).  Note this counter includes PDUs
                      counted in clnpForwPDUs."
              ::= { clnp 12 }

          clnpOutNoRoutes OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION


                      "The number of CLNP PDUs discarded because no
                      route could be found to transmit them to their
                      destination.  This counter includes any PDUs
                      counted in clnpForwPDUs."
              ::= { clnp 13 }

          clnpReasmTimeout OBJECT-TYPE
              SYNTAX  INTEGER
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The maximum number of seconds which received
                      segments are held while they are awaiting
                      reassembly at this entity."
              ::= { clnp 14 }

          clnpReasmReqds OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP segments received which needed
                      to be reassembled at this entity."
              ::= { clnp 15 }

          clnpReasmOKs OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP PDUs successfully re-assembled
                      at this entity."
              ::= { clnp 16 }

          clnpReasmFails OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of failures detected by the CLNP
                      reassembly algorithm (for any reason: timed out,
                      buffer size, etc)."
              ::= { clnp 17 }

          clnpSegOKs OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory


              DESCRIPTION
                      "The number of CLNP PDUs that have been
                      successfully segmented at this entity."
              ::= { clnp 18 }

          clnpSegFails OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP PDUs that have been discarded
                      because they needed to be fragmented at this
                      entity but could not."
              ::= { clnp 19 }

          clnpSegCreates OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP PDU segments that have been
                      generated as a result of segmentation at this
                      entity."
              ::= { clnp 20 }

          clnpInOpts OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP PDU segments that have been
                      input with options at this entity."
              ::= { clnp 25 }

          clnpOutOpts OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "The number of CLNP PDU segments that have been
                      generated with options by this entity."
              ::= { clnp 26 }

          clnpRoutingDiscards OBJECT-TYPE
              SYNTAX  Counter
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION


                      "The number of routing entries which were chosen
                      to be discarded even though they are valid.  One
                      possible reason for discarding such an entry could
                      be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the CLNP Interfaces table

          -- The CLNP interfaces table contains information on the
          -- entity's interfaces          be to free-up buffer space for other routing
                      entries."
              ::= { clnp 27 }

          -- the C