smilint output for ./CLNS-MIB


Message Severities
SeverityCount
severe1
error2
minor error3
warning2
Message Types
TypeCount
index-element-no-range (error)2
index-element-no-size (minor error)1
index-exceeds-too-large (warning)1
object-identifier-unknown (severe)1
row-name-table-name (warning)1
sequence-missing-column (minor error)1
sequence-no-column (minor error)1

Messages:

CLNS-MIB

   1: -- extracted from rfc1238.txt
   2: -- at Mon Nov 15 17:12:00 1999
   3: 
   4:           CLNS-MIB DEFINITIONS ::= BEGIN
   5: 
   6:           IMPORTS
   7:                   experimental, Counter
   8:                           FROM RFC1155-SMI
   9:                   PhysAddress
  10:                           FROM RFC-1213
  11:                   OBJECT-TYPE
  12:                           FROM RFC-1212;
  13: 
  14:           --  This MIB module uses the extended OBJECT-TYPE macro as
  15:           --  defined in [9]
  16: 
  17: 
  18:           --  the CLNS MIB module
  19: 
  20:           clns    OBJECT IDENTIFIER ::= { experimental 1 }
  21: 
  22: 
  23:           -- textual conventions
  24: 
  25:           ClnpAddress ::=
  26:                   OCTET STRING (SIZE (1..21))
  27:           -- This data type is used to model NSAP addresses.
  28: 
  29: 
  30:           -- groups in the CLNS MIB
  31: 
  32:           clnp    OBJECT IDENTIFIER ::=   { clns 1 }
  33: 
  34:           error   OBJECT IDENTIFIER ::=   { clns 2 }
  35: 
  36:           echo    OBJECT IDENTIFIER ::=   { clns 3 }
  37: 
  38:           es-is   OBJECT IDENTIFIER ::=   { clns 4 }
  39: 
  40: 
  41:           -- the CLNP group
  42: 
  43:           -- Implementation of this group is recommended for all
  44:           -- systems which implement the CLNP.
  45:           clnpForwarding OBJECT-TYPE
  46:               SYNTAX  INTEGER {
  47:                           is(1),   -- entity is an intermediate system
  48: 
  49:                                    -- entity is an end system and does
  50:                           es(2)   -- not forward PDUs
  51:                       }
  52:               ACCESS  read-write
  53:               STATUS  mandatory
  54:               DESCRIPTION
  55:                       "The indication of whether this entity is active
  56:                       as an intermediate or end system.  Only
  57:                       intermediate systems will forward PDUs onward that
  58:                       are not addressed to them."
  59:                ::= { clnp 1 }
  60: 
  61:           clnpDefaultLifeTime OBJECT-TYPE
  62:               SYNTAX  INTEGER
  63:               ACCESS  read-write
  64:               STATUS  mandatory
  65:               DESCRIPTION
  66:                       "The default value inserted into the Lifetime
  67:                       field of the CLNP PDU header of PDUs sourced by
  68:                       this entity."
  69:               ::= { clnp 2 }
  70: 
  71:           clnpInReceives OBJECT-TYPE
  72:               SYNTAX  Counter
  73:               ACCESS  read-only
  74:               STATUS  mandatory
  75:               DESCRIPTION
  76:                       "The total number of input PDUs received from all
  77:                       connected network interfaces running CLNP,
  78:                       including errors."
  79:               ::= { clnp 3 }
  80: 
  81:           clnpInHdrErrors OBJECT-TYPE
  82:               SYNTAX  Counter
  83:               ACCESS  read-only
  84:               STATUS  mandatory
  85:               DESCRIPTION
  86:                       "The number of input PDUs discarded due to errors
  87:                       in the CLNP header, including bad checksums,
  88:                       version mismatch, lifetime exceeded, errors
  89:                       discovered in processing options, etc."
  90:               ::= { clnp 4 }
  91: 
  92:           clnpInAddrErrors OBJECT-TYPE
  93:               SYNTAX  Counter
  94:               ACCESS  read-only
  95:               STATUS  mandatory
  96:               DESCRIPTION
  97:                       "The number of input PDUs discarded because the
  98:                       NSAP address in the CLNP header's destination
  99:                       field was not a valid NSAP to be received at this
 100:                       entity.  This count includes addresses not
 101:                       understood.  For end systems, this is a count of
 102:                       PDUs which arrived with a destination NSAP which
 103:                       was not local."
 104:               ::= { clnp 5 }
 105: 
 106:           clnpForwPDUs OBJECT-TYPE
 107:               SYNTAX  Counter
 108:               ACCESS  read-only
 109:               STATUS  mandatory
 110:               DESCRIPTION
 111:                       "The number of input PDUs for which this entity
 112:                       was not the final destination and which an attempt
 113:                       was made to forward them onward."
 114:               ::= { clnp 6 }
 115: 
 116:           clnpInUnknownNLPs OBJECT-TYPE
 117:               SYNTAX  Counter
 118:               ACCESS  read-only
 119:               STATUS  mandatory
 120:               DESCRIPTION
 121:                       "The number of locally-addressed PDUs successfully
 122:                       received but discarded because the network layer
 123:                       protocol was unknown or unsupported (e.g., not
 124:                       CLNP or ES-IS)."
 125:               ::= { clnp 7 }
 126: 
 127:           clnpInUnknownULPs OBJECT-TYPE
 128:               SYNTAX  Counter
 129:               ACCESS  read-only
 130:               STATUS  mandatory
 131:               DESCRIPTION
 132:                       "The number of locally-addressed PDUs successfully
 133:                       received but discarded because the upper layer
 134:                       protocol was unknown or unsupported (e.g., not
 135:                       TP4)."
 136:               ::= { clnp 8 }
 137: 
 138:           clnpInDiscards OBJECT-TYPE
 139:               SYNTAX  Counter
 140:               ACCESS  read-only
 141:               STATUS  mandatory
 142:               DESCRIPTION
 143:                       "The number of input CLNP PDUs for which no
 144:                       problems were encountered to prevent their
 145:                       continued processing, but were discarded (e.g.,
 146:                       for lack of buffer space).  Note that this counter
 147:                       does not include any PDUs discarded while awaiting
 148:                       re-assembly."
 149:               ::= { clnp 9 }
 150: 
 151:           clnpInDelivers OBJECT-TYPE
 152:               SYNTAX  Counter
 153:               ACCESS  read-only
 154:               STATUS  mandatory
 155:               DESCRIPTION
 156:                       "The total number of input PDUs successfully
 157:                       delivered to the CLNS transport user."
 158:               ::= { clnp 10 }
 159: 
 160:           clnpOutRequests OBJECT-TYPE
 161:               SYNTAX  Counter
 162:               ACCESS  read-only
 163:               STATUS  mandatory
 164:               DESCRIPTION
 165:                       "The total number of CLNP PDUs which local CLNS
 166:                       user protocols supplied to CLNP for transmission
 167:                       requests.  This counter does not include any PDUs
 168:                       counted in clnpForwPDUs."
 169:               ::= { clnp 11 }
 170: 
 171:           clnpOutDiscards OBJECT-TYPE
 172:               SYNTAX  Counter
 173:               ACCESS  read-only
 174:               STATUS  mandatory
 175:               DESCRIPTION
 176:                       "The number of output CLNP PDUs for which no other
 177:                       problem was encountered to prevent their
 178:                       transmission but were discarded (e.g., for lack of
 179:                       buffer space).  Note this counter includes PDUs
 180:                       counted in clnpForwPDUs."
 181:               ::= { clnp 12 }
 182: 
 183:           clnpOutNoRoutes OBJECT-TYPE
 184:               SYNTAX  Counter
 185:               ACCESS  read-only
 186:               STATUS  mandatory
 187:               DESCRIPTION
 188:                       "The number of CLNP PDUs discarded because no
 189:                       route could be found to transmit them to their
 190:                       destination.  This counter includes any PDUs
 191:                       counted in clnpForwPDUs."
 192:               ::= { clnp 13 }
 193: 
 194:           clnpReasmTimeout OBJECT-TYPE
 195:               SYNTAX  INTEGER
 196:               ACCESS  read-only
 197:               STATUS  mandatory
 198:               DESCRIPTION
 199:                       "The maximum number of seconds which received
 200:                       segments are held while they are awaiting
 201:                       reassembly at this entity."
 202:               ::= { clnp 14 }
 203: 
 204:           clnpReasmReqds OBJECT-TYPE
 205:               SYNTAX  Counter
 206:               ACCESS  read-only
 207:               STATUS  mandatory
 208:               DESCRIPTION
 209:                       "The number of CLNP segments received which needed
 210:                       to be reassembled at this entity."
 211:               ::= { clnp 15 }
 212: 
 213:           clnpReasmOKs OBJECT-TYPE
 214:               SYNTAX  Counter
 215:               ACCESS  read-only
 216:               STATUS  mandatory
 217:               DESCRIPTION
 218:                       "The number of CLNP PDUs successfully re-assembled
 219:                       at this entity."
 220:               ::= { clnp 16 }
 221: 
 222:           clnpReasmFails OBJECT-TYPE
 223:               SYNTAX  Counter
 224:               ACCESS  read-only
 225:               STATUS  mandatory
 226:               DESCRIPTION
 227:                       "The number of failures detected by the CLNP
 228:                       reassembly algorithm (for any reason: timed out,
 229:                       buffer size, etc)."
 230:               ::= { clnp 17 }
 231: 
 232:           clnpSegOKs OBJECT-TYPE
 233:               SYNTAX  Counter
 234:               ACCESS  read-only
 235:               STATUS  mandatory
 236:               DESCRIPTION
 237:                       "The number of CLNP PDUs that have been
 238:                       successfully segmented at this entity."
 239:               ::= { clnp 18 }
 240: 
 241:           clnpSegFails OBJECT-TYPE
 242:               SYNTAX  Counter
 243:               ACCESS  read-only
 244:               STATUS  mandatory
 245:               DESCRIPTION
 246:                       "The number of CLNP PDUs that have been discarded
 247:                       because they needed to be fragmented at this
 248:                       entity but could not."
 249:               ::= { clnp 19 }
 250: 
 251:           clnpSegCreates OBJECT-TYPE
 252:               SYNTAX  Counter
 253:               ACCESS  read-only
 254:               STATUS  mandatory
 255:               DESCRIPTION
 256:                       "The number of CLNP PDU segments that have been
 257:                       generated as a result of segmentation at this
 258:                       entity."
 259:               ::= { clnp 20 }
 260: 
 261:           clnpInOpts OBJECT-TYPE
 262:               SYNTAX  Counter
 263:               ACCESS  read-only
 264:               STATUS  mandatory
 265:               DESCRIPTION
 266:                       "The number of CLNP PDU segments that have been
 267:                       input with options at this entity."
 268:               ::= { clnp 25 }
 269: 
 270:           clnpOutOpts OBJECT-TYPE
 271:               SYNTAX  Counter
 272:               ACCESS  read-only
 273:               STATUS  mandatory
 274:               DESCRIPTION
 275:                       "The number of CLNP PDU segments that have been
 276:                       generated with options by this entity."
 277:               ::= { clnp 26 }
 278: 
 279:           clnpRoutingDiscards OBJECT-TYPE
 280:               SYNTAX  Counter
 281:               ACCESS  read-only
 282:               STATUS  mandatory
 283:               DESCRIPTION
 284:                       "The number of routing entries which were chosen
 285:                       to be discarded even though they are valid.  One
 286:                       possible reason for discarding such an entry could
 287:                       be to free-up buffer space for other routing
 288:                       entries."
 289:               ::= { clnp 27 }
 290: 
 291: 
 292:           -- the CLNP Interfaces table
 293: 
 294:           -- The CLNP interfaces table contains information on the
 295:           -- entity's interfaces which are running the CLNP.
 296: 
 297:           clnpAddrTable OBJECT-TYPE
 298:               SYNTAX  SEQUENCE OF ClnpAddrEntry
 299:               ACCESS  not-accessible
 300:               STATUS  mandatory
 301:               DESCRIPTION
 302:                       "The table of addressing information relevant to
 303:                       this entity's CLNP addresses.  "
 304:               ::= { clnp 21 }
 305: 
 306:           clnpAddrEntry OBJECT-TYPE
 307:               SYNTAX  ClnpAddrEntry
 308:               ACCESS  not-accessible
 309:               STATUS  mandatory
 310:               DESCRIPTION
 311:                       "The addressing information for one of this
 312:                       entity's CLNP addresses."
 313:               INDEX   { clnpAdEntAddr }
 314:               ::= { clnpAddrTable 1 }
 315: 
 316:           ClnpAddrEntry ::=
 317:               SEQUENCE {
 318:                   clnpAdEntAddr
 319:                       ClnpAddress,
 320:                   clnpAdEntIfIndex
 321:                       INTEGER,
 322:                   clnpAdEntReasmMaxSize
 323:                       INTEGER (0..65535)
 324:               }
 325: 
 326:           clnpAdEntAddr OBJECT-TYPE
 327:               SYNTAX  ClnpAddress
 328:               ACCESS  read-only
 329:               STATUS  mandatory
 330:               DESCRIPTION
 331:                       "The CLNP address to which this entry's addressing
 332:                       information pertains."
 333:               ::= { clnpAddrEntry 1 }
 334: 
 335:           clnpAdEntIfIndex OBJECT-TYPE
 336:               SYNTAX  INTEGER
 337:               ACCESS  read-only
 338:               STATUS  mandatory
 339:               DESCRIPTION
 340:                       "The index value which uniquely identifies the
 341:                       interface to which this entry is applicable.  The
 342:                       interface identified by a particular value of this
 343:                       index is the same interface as identified by the
 344:                       same value of ifIndex."
 345:               ::= { clnpAddrEntry 2 }
 346: 
 347:           clnpAdEntReasmMaxSize OBJECT-TYPE
 348:               SYNTAX  INTEGER (0..65535)
 349:               ACCESS  read-only
 350:               STATUS  mandatory
 351:               DESCRIPTION
 352:                       "The size of the largest CLNP PDU which this
 353:                       entity can re-assemble from incoming CLNP
 354:                       segmented PDUs received on this interface."
 355:               ::= { clnpAddrEntry 3 }
 356: 
 357: 
 358:           -- The CLNP Routing table
 359: 
 360:           -- The CLNP routing table contains an entry for each route
 361:           -- known to the entity.
 362: 
 363:           clnpRoutingTable OBJECT-TYPE
 364:               SYNTAX  SEQUENCE OF ClnpRouteEntry
 365:               ACCESS  not-accessible
 366:               STATUS  mandatory
 367:               DESCRIPTION
 368:                       "This entity's CLNP routing table."
 369:               ::= { clnp 22 }
 370: 
 371:           clnpRouteEntry OBJECT-TYPE
 371: warning - warning: row identifier `clnpRouteEntry' should have the same prefix as table identifier `clnpRoutingTable'
 372:               SYNTAX  ClnpRouteEntry
 373:               ACCESS  not-accessible
 374:               STATUS  mandatory
 375:               DESCRIPTION
 376:                       "A route to a particular destination."
 377:               INDEX   { clnpRouteDest }
 378:               ::= { clnpRoutingTable 1 }
 379: 
 380:           ClnpRouteEntry ::=
 381:               SEQUENCE {
 382:                   clnpRouteDest
 383:                       ClnpAddress,
 384:                   clnpRouteIfIndex
 385:                       INTEGER,
 386:                   clnpRouteMetric1
 387:                       INTEGER,
 388:                   clnpRouteMetric2
 389:                       INTEGER,
 390:                   clnpRouteMetric3
 391:                       INTEGER,
 392:                   clnpRouteMetric4
 393:                       INTEGER,
 394:                   clnpRouteNextHop
 395:                       ClnpAddress,
 396:                   clnpRouteType
 397:                       INTEGER,
 398:                   clnpRouteProto
 399:                       INTEGER,
 400:                   clnpRouteAge
 401:                       INTEGER,
 402:                   clnpRouteMetric5
 403:                       INTEGER,
 404:                   clnpRouteInfo
 405:                       OBJECT IDENTIFIER
 406:               }
 407: 
 408:           clnpRouteDest OBJECT-TYPE
 409:               SYNTAX  ClnpAddress
 410:               ACCESS  read-write
 411:               STATUS  mandatory
 412:               DESCRIPTION
 413:                       "The destination CLNP address of this route."
 414:               ::= { clnpRouteEntry 1 }
 415: 
 416:           clnpRouteIfIndex OBJECT-TYPE
 417:               SYNTAX  INTEGER
 418:               ACCESS  read-write
 419:               STATUS  mandatory
 420:               DESCRIPTION
 421:                       "The index value which uniquely identifies the
 422:                       local interface through which the next hop of this
 423:                       route should be reached.  The interface identified
 424:                       by a particular value of this index is the same as
 425:                       identified by the same value of ifIndex."
 426:               ::= { clnpRouteEntry 2 }
 427: 
 428:           clnpRouteMetric1 OBJECT-TYPE
 429:               SYNTAX  INTEGER
 430:               ACCESS  read-write
 431:               STATUS  mandatory
 432:               DESCRIPTION
 433:                       "The primary routing metric for this route.  The
 434:                       semantics of this metric are determined by the
 435:                       routing-protocol specified in the route's
 436:                       clnpRouteProto value.  If this metric is not used,
 437:                       its value should be set to -1."
 438:               ::= { clnpRouteEntry 3 }
 439: 
 440:           clnpRouteMetric2 OBJECT-TYPE
 441:               SYNTAX  INTEGER
 442:               ACCESS  read-write
 443:               STATUS  mandatory
 444:               DESCRIPTION
 445:                       "An alternate routing metric for this route.  The
 446:                       semantics of this metric are determined by the
 447:                       routing-protocol specified in the route's
 448:                       clnpRouteProto value.  If this metric is not used,
 449:                       its value should be set to -1."
 450:               ::= { clnpRouteEntry 4 }
 451: 
 452:           clnpRouteMetric3 OBJECT-TYPE
 453:               SYNTAX  INTEGER
 454:               ACCESS  read-write
 455:               STATUS  mandatory
 456:               DESCRIPTION
 457:                       "An alternate routing metric for this route.  The
 458:                       semantics of this metric are determined by the
 459:                       routing-protocol specified in the route's
 460:                       clnpRouteProto value.  If this metric is not used,
 461:                       its value should be set to -1."
 462:               ::= { clnpRouteEntry 5 }
 463: 
 464:           clnpRouteMetric4 OBJECT-TYPE
 465:               SYNTAX  INTEGER
 466:               ACCESS  read-write
 467:               STATUS  mandatory
 468:               DESCRIPTION
 469:                       "An alternate routing metric for this route.  The
 470:                       semantics of this metric are determined by the
 471:                       routing-protocol specified in the route's
 472:                       clnpRouteProto value.  If this metric is not used,
 473:                       its value should be set to -1."
 474:               ::= { clnpRouteEntry 6 }
 475: 
 476:           clnpRouteNextHop OBJECT-TYPE
 477:               SYNTAX  ClnpAddress
 478:               ACCESS  read-write
 479:               STATUS  mandatory
 480:               DESCRIPTION
 481:                       "The CLNP address of the next hop of this route."
 482:               ::= { clnpRouteEntry 7 }
 483: 
 484:           clnpRouteType OBJECT-TYPE
 485:               SYNTAX  INTEGER {
 486:                           other(1),      -- none of the following
 487: 
 488:                           invalid(2),    -- an invalidated route
 489: 
 490:                                          -- route to directly
 491:                           direct(3),     -- connected (sub-)network
 492: 
 493:                                          -- route to a non-local
 494:                           remote(4)      -- host/network/sub-network
 495:                       }
 496:               ACCESS  read-write
 497:               STATUS  mandatory
 498:               DESCRIPTION
 499:                       "The type of route.
 500: 
 501:                       Setting this object to the value invalid(2) has
 502:                       the effect of invaliding the corresponding entry
 503:                       in the clnpRoutingTable.  That is, it effectively
 504:                       dissasociates the destination identified with said
 505:                       entry from the route identified with said entry.
 506:                       It is an implementation-specific matter as to
 507:                       whether the agent removes an invalidated entry
 508:                       from the table.  Accordingly, management stations
 509:                       must be prepared to receive tabular information
 510:                       from agents that corresponds to entries not
 511:                       currently in use.  Proper interpretation of such
 512:                       entries requires examination of the relevant
 513:                       clnpRouteType object."
 514:               ::= { clnpRouteEntry 8 }
 515: 
 516:           clnpRouteProto OBJECT-TYPE
 517:               SYNTAX  INTEGER {
 518:                           other(1),     -- none of the following
 519: 
 520:                                         -- non-protocol information
 521:                                         --   e.g., manually
 522:                           local(2),     --   configured entries
 523:                                         -- set via a network
 524:                           netmgmt(3),   --   management protocol
 525: 
 526:                                         -- similar to ipRouteProto but
 527:                                         -- omits several IP-specific
 528:                                         -- protocols
 529: 
 530:                           is-is(9),
 531:                           ciscoIgrp(11),
 532:                           bbnSpfIgp(12),
 533:                           ospf(13),
 534:                           bgp(14)
 535:                       }
 536:               ACCESS  read-only
 537:               STATUS  mandatory
 538:               DESCRIPTION
 539:                       "The routing mechanism via which this route was
 540:                       learned.  Inclusion of values for gateway routing
 541:                       protocols is not intended to imply that hosts
 542:                       should support those protocols."
 543:               ::= { clnpRouteEntry 9 }
 544: 
 545:           clnpRouteAge OBJECT-TYPE
 546:               SYNTAX  INTEGER
 547:               ACCESS  read-write
 548:               STATUS  mandatory
 549:               DESCRIPTION
 550:                       "The number of seconds since this route was last
 551:                       updated or otherwise determined to be correct.
 552:                       Note that no semantics of `too old' can be implied
 553:                       except through knowledge of the routing protocol
 554:                       by which the route was learned."
 555:               ::= { clnpRouteEntry 10 }
 556: 
 557:           clnpRouteMetric5 OBJECT-TYPE
 558:               SYNTAX  INTEGER
 559:               ACCESS  read-write
 560:               STATUS  mandatory
 561:               DESCRIPTION
 562:                       "An alternate routing metric for this route.  The
 563:                       semantics of this metric are determined by the
 564:                       routing-protocol specified in the route's
 565:                       clnpRouteProto value.  If this metric is not used,
 566:                       its value should be set to -1."
 567:               ::= { clnpRouteEntry 11 }
 568: 
 569:           clnpRouteInfo OBJECT-TYPE
 570:               SYNTAX  OBJECT IDENTIFIER
 571:               ACCESS  read-only
 572:               STATUS  mandatory
 573:               DESCRIPTION
 574:                       "A reference to MIB definitions specific to the
 575:                       particular routing protocol which is responsible
 576:                       for this route, as determined by the value
 577:                       specified in the route's clnpRouteProto value.  If
 578:                       this information is not present, its value should
 579:                       be set to the OBJECT IDENTIFIER { 0 0 }, which is
 580:                       a syntatically valid object identifier, and any
 581:                       conformant implementation of ASN.1 and BER must be
 582:                       able to generate and recognize this value."
 583:               ::= { clnpRouteEntry 12 }
 584: 
 585: 
 586:           -- the CLNP Address Translation table
 587: 
 588:           -- The Address Translation tables contain the CLNP address
 589:           -- to physical address equivalences.  Some interfaces do not
 590:           -- use translation tables for determining address
 591:           -- equivalences; if all interfaces are of this type, then the
 592:           -- Address Translation table is empty, i.e., has zero
 593:           -- entries.
 594: 
 595:           clnpNetToMediaTable OBJECT-TYPE
 596:               SYNTAX  SEQUENCE OF ClnpNetToMediaEntry
 597:               ACCESS  not-accessible
 598:               STATUS  mandatory
 599:               DESCRIPTION
 600:                       "The CLNP Address Translation table used for
 601:                       mapping from CLNP addresses to physical
 602:                       addresses."
 603:               ::= { clnp 23 }
 604: 
 605:           clnpNetToMediaEntry OBJECT-TYPE
 606:               SYNTAX  ClnpNetToMediaEntry
 607:               ACCESS  not-accessible
 608:               STATUS  mandatory
 609:               DESCRIPTION
 610:                       "Each entry contains one CLNP address to
 611:                       `physical' address equivalence."
 612:               INDEX   { clnpNetToMediaIfIndex, clnpNetToMediaNetAddress }
 613:               ::= { clnpNetToMediaTable 1 }
 614: 
 615:           ClnpNetToMediaEntry ::=
 616:               SEQUENCE {
 617:                   clnpNetToMediaIfIndex
 618:                       INTEGER,
 619: 
 620:                   clnpNetToMediaPhysAddress
 621:                       PhysAddress,
 622:                   clnpNetToMediaNetAddress
 623:                       ClnpAddress,
 624:                   clnpNetToMediaType
 625:                       INTEGER,
 626:                   clnpNetToMediaAge
 627:                       INTEGER,
 628:                   clnpNetToMediaHoldTime
 629:                       INTEGER
 630:               }
 631: 
 632:           clnpNetToMediaIfIndex OBJECT-TYPE
 632: error - index element `clnpNetToMediaIfIndex' of row `clnpNetToMediaEntry' must have a range restriction
 633:               SYNTAX  INTEGER
 634:               ACCESS  read-write
 635:               STATUS  mandatory
 636:               DESCRIPTION
 637:                       "The interface on which this entry's equivalence
 638:                       is effective.  The interface identified by a
 639:                       particular value of this index is the same
 640:                       interface as identified by the same value of
 641:                       ifIndex."
 642:               ::= { clnpNetToMediaEntry 1 }
 643: 
 644:           clnpNetToMediaPhysAddress OBJECT-TYPE
 645:               SYNTAX  PhysAddress
 646:               ACCESS  read-write
 647:               STATUS  mandatory
 648:               DESCRIPTION
 649:                       "The media-dependent `physical' address."
 650:               ::= { clnpNetToMediaEntry 2 }
 651: 
 652:           clnpNetToMediaNetAddress OBJECT-TYPE
 653:               SYNTAX  ClnpAddress
 654:               ACCESS  read-write
 655:               STATUS  mandatory
 656:               DESCRIPTION
 657:                       "The CLNP address corresponding to the media-
 658:                       dependent `physical' address."
 659:               ::= { clnpNetToMediaEntry 3 }
 660: 
 661:           clnpNetToMediaType OBJECT-TYPE
 662:               SYNTAX  INTEGER {
 663:                           other(1),       -- none of the following
 664:                           invalid(2),     -- an invalidated mapping
 665:                           dynamic(3),
 666:                           static(4)
 667:                       }
 668: 
 669:               ACCESS  read-write
 670:               STATUS  mandatory
 671:               DESCRIPTION
 672:                       "The type of mapping.
 673: 
 674:                       Setting this object to the value invalid(2) has
 675:                       the effect of invalidating the corresponding entry
 676:                       in the clnpNetToMediaTable.  That is, it
 677:                       effectively dissassociates the interface
 678:                       identified with said entry from the mapping
 679:                       identified with said entry.  It is an
 680:                       implementation-specific matter as to whether the
 681:                       agent removes an invalidated entry from the table.
 682:                       Accordingly, management stations must be prepared
 683:                       to receive tabular information from agents that
 684:                       corresponds to entries not currently in use.
 685:                       Proper interpretation of such entries requires
 686:                       examination of the relevant clnpNetToMediaType
 687:                       object."
 688:               ::= { clnpNetToMediaEntry 4 }
 689: 
 690:           clnpNetToMediaAge OBJECT-TYPE
 691:               SYNTAX  INTEGER
 692:               ACCESS  read-write
 693:               STATUS  mandatory
 694:               DESCRIPTION
 695:                       "The number of seconds since this entry was last
 696:                       updated or otherwise determined to be correct.
 697:                       Note that no semantics of `too old' can be implied
 698:                       except through knowledge of the type of entry."
 699:               ::= { clnpNetToMediaEntry 5 }
 700: 
 701:           clnpNetToMediaHoldTime OBJECT-TYPE
 702:               SYNTAX  INTEGER
 703:               ACCESS  read-write
 704:               STATUS  mandatory
 705:               DESCRIPTION
 706:                       "The time in seconds this entry will be valid.
 707:                       Static entries should always report this field as
 708:                       -1."
 709:               ::= { clnpNetToMediaEntry 6 }
 710: 
 711:           clnpMediaToNetTable OBJECT-TYPE
 712:               SYNTAX  SEQUENCE OF ClnpMediaToNetEntry
 713:               ACCESS  not-accessible
 714:               STATUS  mandatory
 715:               DESCRIPTION
 716:                       "The CLNP Address Translation table used for
 717:                       mapping from physical addresses to CLNP
 718:                       addresses."
 719:               ::= { clnp 24 }
 720: 
 721:           clnpMediaToNetEntry OBJECT-TYPE
 721: warning - warning: index of row `clnpMediaToNetEntry' can exceed OID size limit by 65419 subidentifier(s)
 722:               SYNTAX  ClnpMediaToNetEntry
 723:               ACCESS  not-accessible
 724:               STATUS  mandatory
 725:               DESCRIPTION
 726:                       "Each entry contains on ClnpAddress to `physical'
 727:                       address equivalence."
 728:               INDEX   { clnpMediaToNetIfIndex, clnpMediaToNetPhysAddress }
 729:               ::= { clnpMediaToNetTable 1 }
 730: 
 731:           ClnpMediaToNetEntry ::=
 731: minor error - SEQUENCE element #2 `clnpMediaToNetNetAddress' is not a child node under `clnpMediaToNetEntry'
 731: minor error -
SEQUENCE of `ClnpMediaToNetEntry' is missing columnar object `clnpMediaToNetAddress'
 732:               SEQUENCE {
 733:                   clnpMediaToNetIfIndex
 734:                       INTEGER,
 735:                   clnpMediaToNetNetAddress
 736:                       ClnpAddress,
 736: severe - unknown object identifier label `clnpMediaToNetNetAddress'
 737:                   clnpMediaToNetPhysAddress
 738:                       PhysAddress,
 739:                   clnpMediaToNetType
 740:                       INTEGER,
 741:                   clnpMediaToNetAge
 742:                       INTEGER,
 743:                   clnpMediaToNetHoldTime
 744:                       INTEGER
 745:               }
 746: 
 747:           clnpMediaToNetIfIndex OBJECT-TYPE
 747: error - index element `clnpMediaToNetIfIndex' of row `clnpMediaToNetEntry' must have a range restriction
 748:               SYNTAX  INTEGER
 749:               ACCESS  read-write
 750:               STATUS  mandatory
 751:               DESCRIPTION
 752:                       "The interface on which this entry's equivalence
 753:                       is effective.  The interface identified by a
 754:                       particular value of this index is the same
 755:                       interface as identified by the same value of
 756:                       ifIndex."
 757:               ::= { clnpMediaToNetEntry 1 }
 758: 
 759:           clnpMediaToNetAddress OBJECT-TYPE
 760:               SYNTAX  ClnpAddress
 761:               ACCESS  read-write
 762:               STATUS  mandatory
 763:               DESCRIPTION
 764:                       "The ClnpAddress corresponding to the media-
 765:                       dependent `physical' address."
 766:               ::= { clnpMediaToNetEntry 2 }
 767: 
 768:           clnpMediaToNetPhysAddress OBJECT-TYPE
 768: minor error - index element `clnpMediaToNetPhysAddress' of row `clnpMediaToNetEntry' must have a size restriction
 769:               SYNTAX  PhysAddress
 770:               ACCESS  read-write
 771:               STATUS  mandatory
 772:               DESCRIPTION
 773:                       "The media-dependent `physical' address."
 774:               ::= { clnpMediaToNetEntry 3 }
 775: 
 776:           clnpMediaToNetType OBJECT-TYPE
 777:               SYNTAX  INTEGER {
 778:                           other(1),       -- none of the following
 779:                           invalid(2),     -- an invalidated mapping
 780:                           dynamic(3),
 781:                           static(4)
 782:                       }
 783:               ACCESS  read-write
 784:               STATUS  mandatory
 785:               DESCRIPTION
 786:                       "The type of mapping.
 787: 
 788:                       Setting this object to the value invalid(2) has
 789:                       the effect of invalidating the corresponding entry
 790:                       in the clnpMediaToNetTable.  That is, it
 791:                       effectively dissassociates the interface
 792:                       identified with said entry from the mapping
 793:                       identified with said entry.  It is an
 794:                       implementation-specific matter as to whether the
 795:                       agent removes an invalidated entry from the table.
 796:                       Accordingly, management stations must be prepared
 797:                       to receive tabular information from agents that
 798:                       corresponds to entries not currently in use.
 799:                       Proper interpretation of such entries requires
 800:                       examination of the relevant clnpMediaToNetType
 801:                       object."
 802:               ::= { clnpMediaToNetEntry 4 }
 803: 
 804:           clnpMediaToNetAge OBJECT-TYPE
 805:               SYNTAX  INTEGER
 806:               ACCESS  read-write
 807:               STATUS  mandatory
 808:               DESCRIPTION
 809:                       "The number of seconds since this entry was last
 810:                       updated or otherwise determined to be correct.
 811:                       Note that no semantics of `too old' can be implied
 812:                       except through knowledge of the type of entry."
 813:               ::= { clnpMediaToNetEntry 5 }
 814: 
 815:           clnpMediaToNetHoldTime OBJECT-TYPE
 816:               SYNTAX  INTEGER
 817:               ACCESS  read-write
 818:               STATUS  mandatory
 819:               DESCRIPTION
 820:                       "The time in seconds this entry will be valid.
 821:                       Static entries should always report this field as
 822:                       -1."
 823:               ::= { clnpMediaToNetEntry 6 }
 824: 
 825: 
 826:           -- the CLNP Error group
 827: 
 828:           -- Implementation of this group is recommended for all
 829:           -- systems which implement the CLNP Error protocol.
 830: 
 831:           clnpInErrors OBJECT-TYPE
 832:               SYNTAX  Counter
 833:               ACCESS  read-only
 834:               STATUS  mandatory
 835:               DESCRIPTION
 836:                       "The number of CLNP Error PDUs received by this
 837:                       entity."
 838:               ::= { error 1 }
 839: 
 840:           clnpOutErrors OBJECT-TYPE
 841:               SYNTAX  Counter
 842:               ACCESS  read-only
 843:               STATUS  mandatory
 844:               DESCRIPTION
 845:                       "The number of CLNP Error PDUs sent by this
 846:                       entity."
 847:               ::= { error 2 }
 848: 
 849:           clnpInErrUnspecs OBJECT-TYPE
 850:               SYNTAX  Counter
 851:               ACCESS  read-only
 852:               STATUS  mandatory
 853:               DESCRIPTION
 854:                       "The number of unspecified CLNP Error PDUs
 855:                       received by this entity."
 856:               ::= { error 3 }
 857: 
 858:           clnpInErrProcs OBJECT-TYPE
 859:               SYNTAX  Counter
 860:               ACCESS  read-only
 861:               STATUS  mandatory
 862:               DESCRIPTION
 863:                       "The number of protocol procedure CLNP Error PDUs
 864:                       received by this entity."
 865:               ::= { error 4 }
 866: 
 867:           clnpInErrCksums OBJECT-TYPE
 868:               SYNTAX  Counter
 869:               ACCESS  read-only
 870:               STATUS  mandatory
 871:               DESCRIPTION
 872:                       "The number of checksum CLNP Error PDUs received
 873:                       by this entity."
 874:               ::= { error 5 }
 875: 
 876:           clnpInErrCongests OBJECT-TYPE
 877:               SYNTAX  Counter
 878:               ACCESS  read-only
 879:               STATUS  mandatory
 880:               DESCRIPTION
 881:                       "The number of congestion drop CLNP Error PDUs
 882:                       received by this entity."
 883:               ::= { error 6 }
 884: 
 885:           clnpInErrHdrs OBJECT-TYPE
 886:               SYNTAX  Counter
 887:               ACCESS  read-only
 888:               STATUS  mandatory
 889:               DESCRIPTION
 890:                       "The number of header syntax CLNP Error PDUs
 891:                       received by this entity."
 892:               ::= { error 7 }
 893: 
 894:           clnpInErrSegs OBJECT-TYPE
 895:               SYNTAX  Counter
 896:               ACCESS  read-only
 897:               STATUS  mandatory
 898:               DESCRIPTION
 899:                       "The number of segmentation disallowed CLNP Error
 900:                       PDUs received by this entity."
 901:               ::= { error 8 }
 902: 
 903:           clnpInErrIncomps OBJECT-TYPE
 904:               SYNTAX  Counter
 905:               ACCESS  read-only
 906:               STATUS  mandatory
 907:               DESCRIPTION
 908:                       "The number of incomplete PDU CLNP Error PDUs
 909:                       received by this entity."
 910:               ::= { error 9 }
 911: 
 912:           clnpInErrDups OBJECT-TYPE
 913:               SYNTAX  Counter
 914:               ACCESS  read-only
 915:               STATUS  mandatory
 916:               DESCRIPTION
 917:                       "The number of duplicate option CLNP Error PDUs
 918:                       received by this entity."
 919:               ::= { error 10 }
 920: 
 921:           clnpInErrUnreachDsts OBJECT-TYPE
 922:               SYNTAX  Counter
 923:               ACCESS  read-only
 924:               STATUS  mandatory
 925:               DESCRIPTION
 926:                       "The number of unreachable destination CLNP Error
 927:                       PDUs received by this entity."
 928:               ::= { error 11 }
 929: 
 930:           clnpInErrUnknownDsts OBJECT-TYPE
 931:               SYNTAX  Counter
 932:               ACCESS  read-only
 933:               STATUS  mandatory
 934:               DESCRIPTION
 935:                       "The number of unknown destination CLNP Error PDUs
 936:                       received by this entity."
 937:               ::= { error 12 }
 938: 
 939:           clnpInErrSRUnspecs OBJECT-TYPE
 940:               SYNTAX  Counter
 941:               ACCESS  read-only
 942:               STATUS  mandatory
 943:               DESCRIPTION
 944:                       "The number of unspecified source route CLNP Error
 945:                       PDUs received by this entity."
 946:               ::= { error 13 }
 947: 
 948:           clnpInErrSRSyntaxes OBJECT-TYPE
 949:               SYNTAX  Counter
 950:               ACCESS  read-only
 951:               STATUS  mandatory
 952:               DESCRIPTION
 953:                       "The number of source route syntax CLNP Error PDUs
 954:                       received by this entity."
 955:               ::= { error 14 }
 956: 
 957:           clnpInErrSRUnkAddrs OBJECT-TYPE
 958:               SYNTAX  Counter
 959:               ACCESS  read-only
 960:               STATUS  mandatory
 961:               DESCRIPTION
 962:                       "The number of source route unknown address CLNP
 963:                       Error PDUs received by this entity."
 964:               ::= { error 15 }
 965: 
 966:           clnpInErrSRBadPaths OBJECT-TYPE
 967:               SYNTAX  Counter
 968:               ACCESS  read-only
 969:               STATUS  mandatory
 970:               DESCRIPTION
 971:                       "The number of source route bad path CLNP Error
 972:                       PDUs received by this entity."
 973:               ::= { error 16 }
 974: 
 975:           clnpInErrHops OBJECT-TYPE
 976:               SYNTAX  Counter
 977:               ACCESS  read-only
 978:               STATUS  mandatory
 979:               DESCRIPTION
 980:                       "The number of hop count exceeded CLNP Error PDUs
 981:                       received by this entity."
 982:               ::= { error 17 }
 983: 
 984:           clnpInErrHopReassms OBJECT-TYPE
 985:               SYNTAX  Counter
 986:               ACCESS  read-only
 987:               STATUS  mandatory
 988:               DESCRIPTION
 989:                       "The number of hop count exceeded while
 990:                       reassembling CLNP Error PDUs received by this
 991:                       entity."
 992:               ::= { error 18 }
 993: 
 994:           clnpInErrUnsOptions OBJECT-TYPE
 995:               SYNTAX  Counter
 996:               ACCESS  read-only
 997:               STATUS  mandatory
 998:               DESCRIPTION
 999:                       "The number of unsupported option CLNP Error PDUs
1000:                       received by this entity."
1001:               ::= { error 19 }
1002: 
1003:           clnpInErrUnsVersions OBJECT-TYPE
1004:               SYNTAX  Counter
1005:               ACCESS  read-only
1006:               STATUS  mandatory
1007:               DESCRIPTION
1008:                       "The number of version mismatch CLNP Error PDUs
1009:                       received by this entity."
1010:               ::= { error 20 }
1011: 
1012:           clnpInErrUnsSecurities OBJECT-TYPE
1013:               SYNTAX  Counter
1014:               ACCESS  read-only
1015:               STATUS  mandatory
1016:               DESCRIPTION
1017:                       "The number of unsupported security option CLNP
1018:                       Error PDUs received by this entity."
1019:               ::= { error 21 }
1020: 
1021:           clnpInErrUnsSRs OBJECT-TYPE
1022:               SYNTAX  Counter
1023:               ACCESS  read-only
1024:               STATUS  mandatory
1025:               DESCRIPTION
1026:                       "The number of unsupported source route option
1027:                       CLNP Error PDUs received by this entity."
1028:               ::= { error 22 }
1029: 
1030:           clnpInErrUnsRRs OBJECT-TYPE
1031:               SYNTAX  Counter
1032:               ACCESS  read-only
1033:               STATUS  mandatory
1034:               DESCRIPTION
1035:                       "The number of unsupported record route option
1036:                       CLNP Error PDUs received by this entity."
1037:               ::= { error 23 }
1038: 
1039:           clnpInErrInterferences OBJECT-TYPE
1040:               SYNTAX  Counter
1041:               ACCESS  read-only
1042:               STATUS  mandatory
1043:               DESCRIPTION
1044:                       "The number of reassembly interference CLNP Error
1045:                       PDUs received by this entity."
1046:               ::= { error 24 }
1047: 
1048:           clnpOutErrUnspecs OBJECT-TYPE
1049:               SYNTAX  Counter
1050:               ACCESS  read-only
1051:               STATUS  mandatory
1052:               DESCRIPTION
1053:                       "The number of unspecified CLNP Error PDUs sent by
1054:                       this entity."
1055:               ::= { error 25 }
1056: 
1057:           clnpOutErrProcs OBJECT-TYPE
1058:               SYNTAX  Counter
1059:               ACCESS  read-only
1060:               STATUS  mandatory
1061:               DESCRIPTION
1062:                       "The number of protocol procedure CLNP Error PDUs
1063:                       sent by this entity."
1064:               ::= { error 26 }
1065: 
1066:           clnpOutErrCksums OBJECT-TYPE
1067:               SYNTAX  Counter
1068:               ACCESS  read-only
1069:               STATUS  mandatory
1070:               DESCRIPTION
1071:                       "The number of checksum CLNP Error PDUs sent by
1072:                       this entity."
1073:               ::= { error 27 }
1074: 
1075:           clnpOutErrCongests OBJECT-TYPE
1076:               SYNTAX  Counter
1077:               ACCESS  read-only
1078:               STATUS  mandatory
1079:               DESCRIPTION
1080:                       "The number of congestion drop CLNP Error PDUs
1081:                       sent by this entity."
1082:               ::= { error 28 }
1083: 
1084:           clnpOutErrHdrs OBJECT-TYPE
1085:               SYNTAX  Counter
1086:               ACCESS  read-only
1087:               STATUS  mandatory
1088:               DESCRIPTION
1089:                       "The number of header syntax CLNP Error PDUs sent
1090:                       by this entity."
1091:               ::= { error 29 }
1092: 
1093:           clnpOutErrSegs OBJECT-TYPE
1094:               SYNTAX  Counter
1095:               ACCESS  read-only
1096:               STATUS  mandatory
1097:               DESCRIPTION
1098:                       "The number of segmentation disallowed CLNP Error
1099:                       PDUs sent by this entity."
1100:               ::= { error 30 }
1101: 
1102:           clnpOutErrIncomps OBJECT-TYPE
1103:               SYNTAX  Counter
1104:               ACCESS  read-only
1105:               STATUS  mandatory
1106:               DESCRIPTION
1107:                       "The number of incomplete PDU CLNP Error PDUs sent
1108:                       by this entity."
1109:               ::= { error 31 }
1110: 
1111:           clnpOutErrDups OBJECT-TYPE
1112:               SYNTAX  Counter
1113:               ACCESS  read-only
1114:               STATUS  mandatory
1115:               DESCRIPTION
1116:                       "The number of duplicate option CLNP Error PDUs
1117:                       sent by this entity."
1118:               ::= { error 32 }
1119: 
1120:           clnpOutErrUnreachDsts OBJECT-TYPE
1121:               SYNTAX  Counter
1122:               ACCESS  read-only
1123:               STATUS  mandatory
1124:               DESCRIPTION
1125:                       "The number of unreachable destination CLNP Error
1126:                       PDUs sent by this entity."
1127:               ::= { error 33 }
1128: 
1129:           clnpOutErrUnknownDsts OBJECT-TYPE
1130:               SYNTAX  Counter
1131:               ACCESS  read-only
1132:               STATUS  mandatory
1133:               DESCRIPTION
1134:                       "The number of unknown destination CLNP Error PDUs
1135:                       sent by this entity."
1136:               ::= { error 34 }
1137: 
1138:           clnpOutErrSRUnspecs OBJECT-TYPE
1139:               SYNTAX  Counter
1140:               ACCESS  read-only
1141:               STATUS  mandatory
1142:               DESCRIPTION
1143:                       "The number of unspecified source route CLNP Error
1144:                       PDUs sent by this entity."
1145:               ::= { error 35 }
1146: 
1147:           clnpOutErrSRSyntaxes OBJECT-TYPE
1148:               SYNTAX  Counter
1149:               ACCESS  read-only
1150:               STATUS  mandatory
1151:               DESCRIPTION
1152:                       "The number of source route syntax CLNP Error PDUs
1153:                       sent by this entity."
1154:               ::= { error 36 }
1155: 
1156:           clnpOutErrSRUnkAddrs OBJECT-TYPE
1157:               SYNTAX  Counter
1158:               ACCESS  read-only
1159:               STATUS  mandatory
1160:               DESCRIPTION
1161:                       "The number of source route unknown address CLNP
1162:                       Error PDUs sent by this entity."
1163:               ::= { error 37 }
1164: 
1165:           clnpOutErrSRBadPaths OBJECT-TYPE
1166:               SYNTAX  Counter
1167:               ACCESS  read-only
1168:               STATUS  mandatory
1169:               DESCRIPTION
1170:                       "The number of source route bad path CLNP Error
1171:                       PDUs sent by this entity."
1172:               ::= { error 38 }
1173: 
1174:           clnpOutErrHops OBJECT-TYPE
1175:               SYNTAX  Counter
1176:               ACCESS  read-only
1177:               STATUS  mandatory
1178:               DESCRIPTION
1179:                       "The number of hop count exceeded CLNP Error PDUs
1180:                       sent by this entity."
1181:               ::= { error 39 }
1182: 
1183:           clnpOutErrHopReassms OBJECT-TYPE
1184:               SYNTAX  Counter
1185:               ACCESS  read-only
1186:               STATUS  mandatory
1187:               DESCRIPTION
1188:                       "The number of hop count exceeded while
1189:                       reassembling CLNP Error PDUs sent by this entity."
1190:               ::= { error 40 }
1191: 
1192:           clnpOutErrUnsOptions OBJECT-TYPE
1193:               SYNTAX  Counter
1194:               ACCESS  read-only
1195:               STATUS  mandatory
1196:               DESCRIPTION
1197:                       "The number of unsupported option CLNP Error PDUs
1198:                       sent by this entity."
1199:               ::= { error 41 }
1200: 
1201:           clnpOutErrUnsVersions OBJECT-TYPE
1202:               SYNTAX  Counter
1203:               ACCESS  read-only
1204:               STATUS  mandatory
1205:               DESCRIPTION
1206:                       "The number of version mismatch CLNP Error PDUs
1207:                       sent by this entity."
1208:               ::= { error 42 }
1209: 
1210:           clnpOutErrUnsSecurities OBJECT-TYPE
1211:               SYNTAX  Counter
1212:               ACCESS  read-only
1213:               STATUS  mandatory
1214:               DESCRIPTION
1215:                       "The number of unsupported security option CLNP
1216:                       Error PDUs sent by this entity."
1217:               ::= { error 43 }
1218: 
1219:           clnpOutErrUnsSRs OBJECT-TYPE
1220:               SYNTAX  Counter
1221:               ACCESS  read-only
1222:               STATUS  mandatory
1223:               DESCRIPTION
1224:                       "The number of unsupported source route option
1225:                       CLNP Error PDUs sent by this entity."
1226:               ::= { error 44 }
1227: 
1228:           clnpOutErrUnsRRs OBJECT-TYPE
1229:               SYNTAX  Counter
1230:               ACCESS  read-only
1231:               STATUS  mandatory
1232:               DESCRIPTION
1233:                       "The number of unsupported record route option
1234:                       CLNP Error PDUs sent by this entity."
1235:               ::= { error 45 }
1236: 
1237:           clnpOutErrInterferences OBJECT-TYPE
1238:               SYNTAX  Counter
1239:               ACCESS  read-only
1240:               STATUS  mandatory
1241:               DESCRIPTION
1242:                       "The number of reassembly interference CLNP Error
1243:                       PDUs sent by this entity."
1244:               ::= { error 46 }
1245: 
1246:           -- the ES-IS group
1247: 
1248:           -- Implementation of this group is recommended for all
1249:           -- systems which implement the End-System to Intermediate
1250:           -- System protocol.
1251: 
1252:           esisESHins OBJECT-TYPE
1253:               SYNTAX  Counter
1254:               ACCESS  read-only
1255:               STATUS  mandatory
1256:               DESCRIPTION
1257:                       "The number of ESH PDUs received by this entity."
1258:               ::= { es-is 1 }
1259: 
1260:           esisESHouts OBJECT-TYPE
1261:               SYNTAX  Counter
1262:               ACCESS  read-only
1263:               STATUS  mandatory
1264:               DESCRIPTION
1265:                       "The number of ESH PDUs sent by this entity."
1266:               ::= { es-is 2 }
1267: 
1268:           esisISHins OBJECT-TYPE
1269:               SYNTAX  Counter
1270:               ACCESS  read-only
1271:               STATUS  mandatory
1272:               DESCRIPTION
1273:                       "The number of ISH PDUs received by this entity."
1274:               ::= { es-is 3 }
1275: 
1276:           esisISHouts OBJECT-TYPE
1277:               SYNTAX  Counter
1278:               ACCESS  read-only
1279:               STATUS  mandatory
1280:               DESCRIPTION
1281:                       "The number of ISH PDUs sent by this entity."
1282:               ::= { es-is 4 }
1283: 
1284:           esisRDUins OBJECT-TYPE
1285:               SYNTAX  Counter
1286:               ACCESS  read-only
1287:               STATUS  mandatory
1288:               DESCRIPTION
1289:                       "The number of RDU PDUs received by this entity."
1290:               ::= { es-is 5 }
1291: 
1292:           esisRDUouts OBJECT-TYPE
1293:               SYNTAX  Counter
1294:               ACCESS  read-only
1295:               STATUS  mandatory
1296:               DESCRIPTION
1297:                       "The number of RDU PDUs sent by this entity."
1298:               ::= { es-is 6 }
1299: 
1300:           END