home *** CD-ROM | disk | FTP | other *** search
/ Internet Standards / CD1.mdf / MISC / MERIT / NOOP / PAPERS / CLNPTOP.10 < prev    next >
Encoding:
Internet Message Format  |  1992-07-09  |  4.8 KB

  1. Received: from datanet.tele.fi by merit.edu (5.65/1123-1.0)
  2.     id AA15016; Fri, 29 May 92 06:10:50 -0400
  3. Message-Id: <9205291010.AA15016@merit.edu>
  4. Received: from funet.fi by datanet.tele.fi with SMTP (PP) 
  5.           id <10772-0@datanet.tele.fi>; Fri, 29 May 1992 13:00:55 +0300
  6. Received: from vax2.sara.nl by funet.fi with SMTP (PP) id <04051-0@funet.fi>;
  7.           Fri, 29 May 1992 13:00:42 +0300
  8. Received: from SARA5.DECNET by SARA.NL for wg4-clns@funet.fi;
  9.           29 May 92 12:06 MET
  10. Date: Fri, 29 May 92 12:06 MET
  11. From: SARA Network Information Centre <NIC@SARA.NL>
  12. To: wg4-clns@funet.fi
  13. X-Vms-To: inm%"wg4-clns@funet.fi"
  14. Subject: subset CLNS MIB
  15.  
  16.  
  17.  
  18. The following snmp variables subset from the CLNS MIB ( RFC 1162 ) is proposed.
  19.  
  20. I have tried to minimize the choice to 10 - 15 variables. The choice is based
  21. on what I think, I most likely want to know from a router in a CLNS network.
  22.  
  23. Henk Steenman
  24. SARA, NIC
  25.  
  26. ________________________________________________________________________________
  27.  
  28. clnp  group :
  29.  
  30.           OBJECT:
  31.           -------
  32.                clnpInReceives { clnp 3 }
  33.  
  34.           Syntax:
  35.                Counter
  36.  
  37.           Definition:
  38.                The total number of input PDUs received from all
  39.                connected network interfaces running CLNP, including
  40.                errors.
  41.  
  42.  
  43.           OBJECT:
  44.           -------
  45.                clnpForwPDUs { clnp 6 }
  46.  
  47.           Syntax:
  48.                Counter
  49.  
  50.           Definition:
  51.                The number of input PDUs for which this entity was not
  52.                the final destination and which an attempt was made to
  53.                forward them onward.
  54.  
  55.  
  56.           OBJECT:
  57.           -------
  58.                clnpInDiscards { clnp 9 }
  59.  
  60.           Syntax:
  61.                Counter
  62.  
  63.           Definition:
  64.                The number of input CLNP PDUs for which no problems were
  65.                encountered to prevent their continued processing, but
  66.                were discarded (e.g., for lack of buffer space). Note that
  67.                this counter does not include any PDUs discarded while
  68.                awaiting re-assembly.
  69.  
  70.  
  71.  
  72.  
  73.       OBJECT:
  74.           -------
  75.                clnpInDelivers { clnp 10 }
  76.  
  77.           Syntax:
  78.                Counter
  79.  
  80.           Definition:
  81.                The total number of input PDUs successfully delivered to
  82.                the CLNS transport user.
  83.  
  84.  
  85.  
  86.           OBJECT:
  87.           -------
  88.                clnpOutDiscards { clnp 12 }
  89.  
  90.           Syntax:
  91.                Counter
  92.  
  93.           Definition:
  94.                The number of output CLNP PDUs for which no other problem
  95.                was encountered to prevent their transmission but were
  96.                discarded (e.g., for lack of buffer space). Note this
  97.                counter includes PDUs counted in clnpForwPDUs.
  98.  
  99.  
  100.  
  101.           OBJECT:
  102.           -------
  103.                clnpRoutingTable { clnp 22 }
  104.  
  105.           Syntax:
  106.                SEQUENCE OF ClnpRouteEntry
  107.  
  108.           Definition:
  109.                This entity's CLNP routing table.
  110.  
  111.  
  112.  
  113.  
  114.           OBJECT:
  115.           -------
  116.                clnpRouteEntry { clnpRoutingTable 1 }
  117.  
  118.           Syntax:
  119.                ClnpRouteEntry ::= SEQUENCE {
  120.                     clnpRouteDest
  121.                         ClnpAddress,
  122.                     clnpRouteIfIndex
  123.                         INTEGER,
  124.                     clnpRouteMetric1
  125.                         INTEGER,
  126.                     clnpRouteMetric2
  127.                         INTEGER,
  128.                     clnpRouteMetric3
  129.                         INTEGER,
  130.                     clnpRouteMetric4
  131.                         INTEGER,
  132.                     clnpRouteNextHop
  133.                         ClnpAddress,
  134.                     clnpRouteType
  135.                         INTEGER,
  136.                     clnpRouteProto
  137.                         INTEGER,
  138.                     clnpRouteAge
  139.                         INTEGER
  140.                }
  141.  
  142.           Definition:
  143.                A route to a particular destination.
  144.  
  145.  
  146. All objects that belong to the sequence for the ClnpRouteEntry
  147.  
  148.  
  149.  
  150.  
  151. error group :
  152.  
  153.  
  154.           OBJECT:
  155.           -------
  156.                clnpInErrors { error 1 }
  157.  
  158.           Syntax:
  159.                Counter
  160.  
  161.           Definition:
  162.                The number of CLNP Error PDUs received by this entity.
  163.  
  164.  
  165.           OBJECT:
  166.           -------
  167.                clnpOutErrors { error 2 }
  168.  
  169.           Syntax:
  170.                Counter
  171.  
  172.           Definition:
  173.                The number of CLNP Error PDUs sent by this entity.
  174.  
  175.  
  176.  
  177.           OBJECT:
  178.           -------
  179.                clnpInErrCongests { error 6 }
  180.  
  181.           Syntax:
  182.                Counter
  183.  
  184.           Definition:
  185.                The number of congestion drop CLNP Error PDUs received by
  186.                this entity.
  187.  
  188.  
  189.           OBJECT:
  190.           -------
  191.                clnpOutErrCongests { error 28 }
  192.  
  193.           Syntax:
  194.                Counter
  195.  
  196.           Definition:
  197.                The number of congestion drop CLNP Error PDUs sent by
  198.                this entity.
  199.  
  200.  
  201.