home *** CD-ROM | disk | FTP | other *** search
- Received: from datanet.tele.fi by merit.edu (5.65/1123-1.0)
- id AA15016; Fri, 29 May 92 06:10:50 -0400
- Message-Id: <9205291010.AA15016@merit.edu>
- Received: from funet.fi by datanet.tele.fi with SMTP (PP)
- id <10772-0@datanet.tele.fi>; Fri, 29 May 1992 13:00:55 +0300
- Received: from vax2.sara.nl by funet.fi with SMTP (PP) id <04051-0@funet.fi>;
- Fri, 29 May 1992 13:00:42 +0300
- Received: from SARA5.DECNET by SARA.NL for wg4-clns@funet.fi;
- 29 May 92 12:06 MET
- Date: Fri, 29 May 92 12:06 MET
- From: SARA Network Information Centre <NIC@SARA.NL>
- To: wg4-clns@funet.fi
- X-Vms-To: inm%"wg4-clns@funet.fi"
- Subject: subset CLNS MIB
-
-
-
- The following snmp variables subset from the CLNS MIB ( RFC 1162 ) is proposed.
-
- I have tried to minimize the choice to 10 - 15 variables. The choice is based
- on what I think, I most likely want to know from a router in a CLNS network.
-
- Henk Steenman
- SARA, NIC
-
- ________________________________________________________________________________
-
- clnp group :
-
- OBJECT:
- -------
- clnpInReceives { clnp 3 }
-
- Syntax:
- Counter
-
- Definition:
- The total number of input PDUs received from all
- connected network interfaces running CLNP, including
- errors.
-
-
- OBJECT:
- -------
- clnpForwPDUs { clnp 6 }
-
- Syntax:
- Counter
-
- Definition:
- The number of input PDUs for which this entity was not
- the final destination and which an attempt was made to
- forward them onward.
-
-
- OBJECT:
- -------
- clnpInDiscards { clnp 9 }
-
- Syntax:
- Counter
-
- Definition:
- 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.
-
-
-
-
- OBJECT:
- -------
- clnpInDelivers { clnp 10 }
-
- Syntax:
- Counter
-
- Definition:
- The total number of input PDUs successfully delivered to
- the CLNS transport user.
-
-
-
- OBJECT:
- -------
- clnpOutDiscards { clnp 12 }
-
- Syntax:
- Counter
-
- Definition:
- 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.
-
-
-
- OBJECT:
- -------
- clnpRoutingTable { clnp 22 }
-
- Syntax:
- SEQUENCE OF ClnpRouteEntry
-
- Definition:
- This entity's CLNP routing table.
-
-
-
-
- OBJECT:
- -------
- clnpRouteEntry { clnpRoutingTable 1 }
-
- Syntax:
- ClnpRouteEntry ::= SEQUENCE {
- clnpRouteDest
- ClnpAddress,
- clnpRouteIfIndex
- INTEGER,
- clnpRouteMetric1
- INTEGER,
- clnpRouteMetric2
- INTEGER,
- clnpRouteMetric3
- INTEGER,
- clnpRouteMetric4
- INTEGER,
- clnpRouteNextHop
- ClnpAddress,
- clnpRouteType
- INTEGER,
- clnpRouteProto
- INTEGER,
- clnpRouteAge
- INTEGER
- }
-
- Definition:
- A route to a particular destination.
-
-
- All objects that belong to the sequence for the ClnpRouteEntry
-
-
-
-
- error group :
-
-
- OBJECT:
- -------
- clnpInErrors { error 1 }
-
- Syntax:
- Counter
-
- Definition:
- The number of CLNP Error PDUs received by this entity.
-
-
- OBJECT:
- -------
- clnpOutErrors { error 2 }
-
- Syntax:
- Counter
-
- Definition:
- The number of CLNP Error PDUs sent by this entity.
-
-
-
- OBJECT:
- -------
- clnpInErrCongests { error 6 }
-
- Syntax:
- Counter
-
- Definition:
- The number of congestion drop CLNP Error PDUs received by
- this entity.
-
-
- OBJECT:
- -------
- clnpOutErrCongests { error 28 }
-
- Syntax:
- Counter
-
- Definition:
- The number of congestion drop CLNP Error PDUs sent by
- this entity.
-
-
-