home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_q_t / draft-ietf-rmonmib-hcrmon-00.txt < prev    next >
Text File  |  1997-02-26  |  71KB  |  2,537 lines

  1.  
  2.  
  3. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  4.  
  5.  
  6.                   Remote Network Monitoring
  7.                  Management Information Base
  8.            for High Capacity and Switched Networks
  9.               <draft-ietf-rmonmib-hcrmon-00.txt>
  10.  
  11.                        Febuary 25, 1997
  12.  
  13.  
  14.  
  15.                       Steven Waldbusser
  16.  
  17.                       waldbusser@ins.com
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. 1.  Status of this Memo
  25.  
  26. This document is an Internet-Draft.  Internet-Drafts are
  27. working documents of the Internet Engineering Task Force
  28. (IETF), its areas, and its working groups.  Note that other
  29. groups may also distribute working documents as Internet-
  30. Drafts.
  31.  
  32. Internet-Drafts are draft documents valid for a maximum of six
  33. months.  Internet-Drafts may be updated, replaced, or
  34. obsoleted by other documents at any time.  It is not
  35. appropriate to use Internet-Drafts as reference material or to
  36. cite them other than as a ``working draft'' or ``work in
  37. progress.''
  38.  
  39. To learn the current status of any Internet-Draft, please
  40. check the 1id-abstracts.txt listing contained in the Internet-
  41. Drafts Shadow Directories on ds.internic.net, nic.nordu.net,
  42. venera.isi.edu, or munnari.oz.au.
  43.  
  44.  
  45. 2.  Abstract
  46.  
  47. This memo defines an experimental portion of the Management
  48. Information Base (MIB) for use with network management
  49. protocols in TCP/IP-based internets.  In particular, it
  50. defines objects for managing remote network monitoring
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Steven Waldbusser   Expires August 25, 1997           [Page 1]
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  63.  
  64.  
  65. devices.
  66.  
  67. This memo does not specify a standard for the Internet
  68. community.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. Steven Waldbusser   Expires August 25, 1997           [Page 2]
  116.  
  117.  
  118.  
  119.  
  120.  
  121. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  122.  
  123.  
  124. 3.  The Network Management Framework
  125.  
  126. The Internet-standard Network Management Framework consists of
  127. three components.  They are:
  128.  
  129. RFC 1902[1] which defines the SMI, the mechanisms used for
  130. describing and naming objects for the purpose of management.
  131.  
  132. RFC 1213[3] which defines MIB-II, the core set of managed
  133. objects for the Internet suite of protocols.
  134.  
  135. RFC 1905[4] which defines the SNMP, the protocol used for
  136. network access to managed objects.
  137.  
  138. The Framework permits new objects to be defined for the
  139. purpose of experimentation and evaluation.
  140.  
  141. Managed objects are accessed via a virtual information store,
  142. termed the Management Information Base or MIB.  Within a given
  143. MIB module, objects are defined using the SMI's OBJECT-TYPE
  144. macro.  At a minimum, each object has a name, a syntax, an
  145. access-level, and an implementation-status.
  146.  
  147. The name is an object identifier, an administratively assigned
  148. name, which specifies an object type.  The object type
  149. together with an object instance serves to uniquely identify a
  150. specific instantiation of the object.  For human convenience,
  151. we often use a textual string, termed the object descriptor,
  152. to also refer to the object type.
  153.  
  154. The syntax of an object type defines the abstract data
  155. structure corresponding to that object type.  The ASN.1[6]
  156. language is used for this purpose.  However, RFC 1902
  157. purposely restricts the ASN.1 constructs which may be used.
  158. These restrictions are explicitly made for simplicity.
  159.  
  160. The access-level of an object type defines whether it makes
  161. "protocol sense" to read and/or write the value of an instance
  162. of the object type.  (This access-level is independent of any
  163. administrative authorization policy.)
  164.  
  165. The implementation-status of an object type indicates whether
  166. the object is mandatory, optional, obsolete, or deprecated.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. Steven Waldbusser   Expires August 25, 1997           [Page 3]
  175.  
  176.  
  177.  
  178.  
  179.  
  180. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  181.  
  182.  
  183. 4.  Overview
  184.  
  185. This document continues the architecture created in the RMON
  186. MIB [RFC 1757] by supporting high speed networks and network
  187. switches.
  188.  
  189. Remote network monitoring devices, often called monitors or
  190. probes, are instruments that exist for the purpose of managing
  191. a network.  Often these remote probes are stand-alone devices
  192. and devote significant internal resources for the sole purpose
  193. of managing a network.  An organization may employ many of
  194. these devices, one per network segment, to manage its
  195. internet.  In addition, these devices may be used for a
  196. network management service provider to access a client
  197. network, often geographically remote.
  198.  
  199. The objects defined in this document are intended as an
  200. interface between an RMON agent and an RMON management
  201. application and are not intended for direct manipulation by
  202. humans.  While some users may tolerate the direct display of
  203. some of these objects, few will tolerate the complexity of
  204. manually manipulating objects to accomplish row creation.
  205. These functions should be handled by the management
  206. application.
  207.  
  208.  
  209. 4.1.  Remote Network Management Goals
  210.  
  211.     o Offline Operation
  212.         There are sometimes conditions when a management
  213.         station will not be in constant contact with its
  214.         remote monitoring devices.  This is sometimes by
  215.         design in an attempt to lower communications costs
  216.         (especially when communicating over a WAN or
  217.         dialup link), or by accident as network failures
  218.         affect the communications between the management
  219.         station and the probe.
  220.  
  221.         For this reason, this MIB allows a probe to be
  222.         configured to perform diagnostics and to collect
  223.         statistics continuously, even when communication with
  224.         the management station may not be possible or
  225.         efficient.  The probe may then attempt to notify
  226.         the management station when an exceptional condition
  227.         occurs.  Thus, even in circumstances where
  228.  
  229.  
  230.  
  231.  
  232.  
  233. Steven Waldbusser   Expires August 25, 1997           [Page 4]
  234.  
  235.  
  236.  
  237.  
  238.  
  239. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  240.  
  241.  
  242.         communication between management station and probe is
  243.         not continuous, fault, performance, and configuration
  244.         information may be continuously accumulated and
  245.         communicated to the management station conveniently
  246.         and efficiently.
  247.  
  248.     o Proactive Monitoring
  249.         Given the resources available on the monitor, it
  250.         is potentially helpful for it continuously to run
  251.         diagnostics and to log network performance.  The
  252.         monitor is always available at the onset of any
  253.         failure.  It can notify the management station of the
  254.         failure and can store historical statistical
  255.         information about the failure.  This historical
  256.         information can be played back by the management
  257.         station in an attempt to perform further diagnosis
  258.         into the cause of the problem.
  259.  
  260.     o Problem Detection and Reporting
  261.         The monitor can be configured to recognize
  262.         conditions, most notably error conditions, and
  263.         continuously to check for them.  When one of these
  264.         conditions occurs, the event may be logged, and
  265.         management stations may be notified in a number of
  266.         ways.
  267.  
  268.     o Value Added Data
  269.         Because a remote monitoring device represents a
  270.         network resource dedicated exclusively to network
  271.         management functions, and because it is located
  272.         directly on the monitored portion of the network, the
  273.         remote network monitoring device has the opportunity
  274.         to add significant value to the data it collects.
  275.         For instance, by highlighting those hosts on the
  276.         network that generate the most traffic or errors, the
  277.         probe can give the management station precisely the
  278.         information it needs to solve a class of problems.
  279.  
  280.     o Multiple Managers
  281.         An organization may have multiple management stations
  282.         for different units of the organization, for different
  283.         functions (e.g. engineering and operations), and in an
  284.         attempt to provide disaster recovery.  Because
  285.         environments with multiple management stations are
  286.         common, the remote network monitoring device has to
  287.  
  288.  
  289.  
  290.  
  291.  
  292. Steven Waldbusser   Expires August 25, 1997           [Page 5]
  293.  
  294.  
  295.  
  296.  
  297.  
  298. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  299.  
  300.  
  301.         deal with more than own management station,
  302.         potentially using its resources concurrently.
  303.  
  304.  
  305. 4.2.  Structure of MIB
  306.  
  307. The objects are arranged into the following groups:
  308.  
  309.         - etherStatsHighCapacityGroup
  310.  
  311.         - hostHighCapacityGroup
  312.  
  313.         - matrixHighCapacityGroup
  314.  
  315.         - protocolDistributionHighCapacityGroup
  316.  
  317.         - nlHostHighCapacityGroup
  318.  
  319.         - nlMatrixHighCapacityGroup
  320.  
  321.         - alHostHighCapacityGroup
  322.  
  323.         - alMatrixHighCapacityGroup
  324.  
  325. These groups are the basic units of conformance.  If a remote
  326. monitoring device implements a group, then it must implement
  327. all objects in that group.  For example, a managed agent that
  328. implements the network layer matrix group must implement the
  329. nlMatrixiHighCapacitySDTable and the
  330. nlMatrixHighCapacityDSTable.
  331.  
  332. Implementations of this MIB must also implement the system and
  333. interfaces group of MIB-II [3].  MIB-II may also mandate the
  334. implementation of additional groups.
  335.  
  336. These groups are defined to provide a means of assigning
  337. object identifiers, and to provide a method for managed agents
  338. to know which objects they must implement.
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. Steven Waldbusser   Expires August 25, 1997           [Page 6]
  352.  
  353.  
  354.  
  355.  
  356.  
  357. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  358.  
  359.  
  360. 5.  Control of Remote Network Monitoring Devices
  361.  
  362. Due to the complex nature of the available functions in these
  363. devices, the functions often need user configuration.  In many
  364. cases, the function requires parameters to be set up for a
  365. data collection operation.  The operation can proceed only
  366. after these parameters are fully set up.
  367.  
  368. Many functional groups in this MIB have one or more tables in
  369. which to set up control parameters, and one or more data
  370. tables in which to place the results of the operation.  The
  371. control tables are typically read/write in nature, while the
  372. data tables are typically read/only.  Because the parameters
  373. in the control table often describe resulting data in the data
  374. table, many of the parameters can be modified only when the
  375. control entry is not active.  Thus, the method for modifying
  376. these parameters is to de-activate the entry, perform the SNMP
  377. Set operations to modify the entry, and then re-activate the
  378. entry.  Deleting the control entry causes the deletion of any
  379. associated data entries, which also gives a convenient method
  380. for reclaiming the resources used by the associated data.
  381.  
  382. Some objects in this MIB provide a mechanism to execute an
  383. action on the remote monitoring device.  These objects may
  384. execute an action as a result of a change in the state of the
  385. object.  For those objects in this MIB, a request to set an
  386. object to the same value as it currently holds would thus
  387. cause no action to occur.
  388.  
  389. To facilitate control by multiple managers, resources have to
  390. be shared among the managers.  These resources are typically
  391. the memory and computation resources that a function requires.
  392.  
  393.  
  394. 5.1.  Resource Sharing Among Multiple Management Stations
  395.  
  396. When multiple management stations wish to use functions that
  397. compete for a finite amount of resources on a device, a method
  398. to facilitate this sharing of resources is required.
  399. Potential conflicts include:
  400.  
  401.     o Two management stations wish to simultaneously use
  402.       resources that together would exceed the capability of
  403.       the device.
  404.     o A management station uses a significant amount of
  405.  
  406.  
  407.  
  408.  
  409.  
  410. Steven Waldbusser   Expires August 25, 1997           [Page 7]
  411.  
  412.  
  413.  
  414.  
  415.  
  416. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  417.  
  418.  
  419.       resources for a long period of time.
  420.     o A management station uses resources and then crashes,
  421.       forgetting to free the resources so others may
  422.       use them.
  423.  
  424. The OwnerString mechanism is provided for each management
  425. station initiated function in this MIB to avoid these
  426. conflicts and to help resolve them when they occur.  Each
  427. function has a label identifying the initiator (owner) of the
  428. function.  This label is set by the initiator to provide for
  429. the following possibilities:
  430.  
  431.     o A management station may recognize resources it owns
  432.       and no longer needs.
  433.     o A network operator can find the management station that
  434.       owns the resource and negotiate for it to be freed.
  435.     o A network operator may decide to unilaterally free
  436.       resources another network operator has reserved.
  437.     o Upon initialization, a management station may recognize
  438.       resources it had reserved in the past.  With this
  439.       information it may free the resources if it no longer
  440.       needs them.
  441.  
  442. Management stations and probes should support any format of
  443. the owner string dictated by the local policy of the
  444. organization.  It is suggested that this name contain one or
  445. more of the following: IP address, management station name,
  446. network manager's name, location, or phone number.  This
  447. information will help users to share the resources more
  448. effectively.
  449.  
  450. There is often default functionality that the device or the
  451. administrator of the probe (often the network administrator)
  452. wishes to set up.  The resources associated with this
  453. functionality are then owned by the device itself or by the
  454. network administrator, and are intended to be long-lived.  In
  455. this case, the device or the administrator will set the
  456. relevant owner object to a string starting with 'monitor'.
  457. Indiscriminate modification of the monitor-owned configuration
  458. by network management stations is discouraged.  In fact, a
  459. network management station should only modify these objects
  460. under the direction of the administrator of the probe.
  461.  
  462. Resources on a probe are scarce and are typically allocated
  463. when control rows are created by an application.  Since many
  464.  
  465.  
  466.  
  467.  
  468.  
  469. Steven Waldbusser   Expires August 25, 1997           [Page 8]
  470.  
  471.  
  472.  
  473.  
  474.  
  475. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  476.  
  477.  
  478. applications may be using a probe simultaneously,
  479. indiscriminate allocation of resources to particular
  480. applications is very likely to cause resource shortages in the
  481. probe.
  482.  
  483. When a network management station wishes to utilize a function
  484. in a monitor, it is encouraged to first scan the control table
  485. of that function to find an instance with similar parameters
  486. to share.  This is especially true for those instances owned
  487. by the monitor, which can be assumed to change infrequently.
  488. If a management station decides to share an instance owned by
  489. another management station, it should understand that the
  490. management station that owns the instance may indiscriminately
  491. modify or delete it.
  492.  
  493. It should be noted that a management application should have
  494. the most trust in a monitor-owned row because it should be
  495. changed very infrequently.  A row owned by the management
  496. application is less long-lived because a network administrator
  497. is more likely to re-assign resources from a row that is in
  498. use by one user than from a monitor-owned row that is
  499. potentially in use by many users.  A row owned by another
  500. application would be even less long-lived because the other
  501. application may delete or modify that row completely at its
  502. discretion.
  503.  
  504.  
  505. 5.2.  Row Addition Among Multiple Management Stations
  506.  
  507. The addition of new rows is achieved using the RowStatus
  508. method described in RFC 1903 [2].  In this MIB, rows are often
  509. added to a table in order to configure a function.  This
  510. configuration usually involves parameters that control the
  511. operation of the function.  The agent must check these
  512. parameters to make sure they are appropriate given
  513. restrictions defined in this MIB as well as any implementation
  514. specific restrictions such as lack of resources.  The agent
  515. implementor may be confused as to when to check these
  516. parameters and when to signal to the management station that
  517. the parameters are invalid.  There are two opportunities:
  518.  
  519.     o When the management station sets each parameter object.
  520.  
  521.     o When the management station sets the row status object
  522.       to active.
  523.  
  524.  
  525.  
  526.  
  527.  
  528. Steven Waldbusser   Expires August 25, 1997           [Page 9]
  529.  
  530.  
  531.  
  532.  
  533.  
  534. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  535.  
  536.  
  537. If the latter is chosen, it would be unclear to the management
  538. station which of the several parameters was invalid and caused
  539. the badValue error to be emitted.  Thus, wherever possible,
  540. the implementor should choose the former as it will provide
  541. more information to the management station.
  542.  
  543. A problem can arise when multiple management stations attempt
  544. to set configuration information simultaneously using SNMP.
  545. When this involves the addition of a new conceptual row in the
  546. same control table, the managers may collide, attempting to
  547. create the same entry.  To guard against these collisions,
  548. each such control entry contains a status object with special
  549. semantics that help to arbitrate among the managers.  If an
  550. attempt is made with the row addition mechanism to create such
  551. a status object and that object already exists, an error is
  552. returned.  When more than one manager simultaneously attempts
  553. to create the same conceptual row, only the first will
  554. succeed.  The others will receive an error.
  555.  
  556. In the RMON MIB [RFC 1757], the EntryStatus textual convention
  557. was introduced to provide this mutual exclusion function.
  558. Since then, this function was added to the SNMP framework as
  559. the RowStatus textual convention.  The RowStatus textual
  560. convention is used for the definition of all new tables.
  561.  
  562. When a manager wishes to create a new control entry, it needs
  563. to choose an index for that row.  It may choose this index in
  564. a variety of ways, hopefully minimizing the chances that the
  565. index is in use by another manager.  If the index is in use,
  566. the mechanism mentioned previously will guard against
  567. collisions.  Examples of schemes to choose index values
  568. include random selection or scanning the control table looking
  569. for the first unused index.  Because index values may be any
  570. valid value in the range and they are chosen by the manager,
  571. the agent must allow a row to be created with any unused index
  572. value if it has the resources to create a new row.
  573.  
  574. Some tables in this MIB reference other tables within this
  575. MIB.  When creating or deleting entries in these tables, it is
  576. generally allowable for dangling references to exist.  There
  577. is no defined order for creating or deleting entries in these
  578. tables.
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. Steven Waldbusser   Expires August 25, 1997          [Page 10]
  588.  
  589.  
  590.  
  591.  
  592.  
  593. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  594.  
  595.  
  596. 6.  Conventions
  597.  
  598. The following conventions are used throughout the RMON MIB and
  599. its companion documents.
  600.  
  601. Good Packets
  602.  
  603. Good packets are error-free packets that have a valid frame
  604. length.  For example, on Ethernet, good packets are error-free
  605. packets that are between 64 octets long and 1518 octets long.
  606. They follow the form defined in IEEE 802.3 section 3.2.all.
  607.  
  608. Bad Packets
  609.  
  610. Bad packets are packets that have proper framing and are
  611. therefore recognized as packets, but contain errors within the
  612. packet or have an invalid length.  For example, on Ethernet,
  613. bad packets have a valid preamble and SFD, but have a bad CRC,
  614. or are either shorter than 64 octets or longer than 1518
  615. octets.
  616.  
  617.  
  618. 7.  Definitions
  619.  
  620. HC-RMON-MIB DEFINITIONS ::= BEGIN
  621. IMPORTS
  622.     MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32,
  623.         Gauge32, TimeTicks, Counter64 FROM SNMPv2-SMI
  624.     TEXTUAL-CONVENTION, RowStatus, DisplayString, TimeStamp
  625.                                                  FROM SNMPv2-TC
  626.     MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
  627.     mib-2, ifIndex                  FROM RFC1213-MIB
  628.     OwnerString, statistics, hosts, matrix, etherStatsEntry,
  629.     hostEntry, hostTimeEntry,
  630.     matrixSDEntry, matrixDSEntry FROM RMON-MIB
  631.     protocolDist, protocolDistStatsEntry, nlHost, nlHostEntry,
  632.     nlMatrix, nlMatrixSDEntry, nlMatrixDSEntry,
  633.     alHost, alHostEntry, alMatrix, alMatrixSDEntry,
  634.     alMatrixDSEntry, rmonConformance
  635.                                     FROM RMON2-MIB;
  636. --  Remote Network Monitoring MIB
  637.  
  638. hcRMON MODULE-IDENTITY
  639.     LAST-UPDATED "9702120000Z"
  640.     ORGANIZATION "IETF RMON MIB Working Group"
  641.  
  642.  
  643.  
  644.  
  645.  
  646. Steven Waldbusser   Expires August 25, 1997          [Page 11]
  647.  
  648.  
  649.  
  650.  
  651.  
  652. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  653.  
  654.  
  655.     CONTACT-INFO
  656.         "Steve Waldbusser
  657.         Postal: International Network Services
  658.         1213 Innsbruck Dr.
  659.         Sunnyvale, CA 94089
  660.         Phone:  +1 408 542 0251
  661.         Email:  waldbusser@ins.com"
  662.     DESCRIPTION
  663.         "The MIB module for managing remote monitoring
  664.         device implementations. This MIB module
  665.         augments the original RMON MIB as specified in
  666.         RFC 1757 and RFC 1513 and RMON2 MIB as specified in
  667.         RFC 2021."
  668.     ::= { rmonConformance 3 }
  669.  
  670. -- { rmon 1 } through { rmon 20 } are defined in RMON [RFC 1757] and
  671. -- the Token Ring RMON MIB [RFC 1513] and the RMON2 MIB [RFC2021].
  672.  
  673. -- Each of the following is a read-only object which, if implemented,
  674. -- automatically appears when the RMON2 row it is associated with is
  675. -- created.
  676.  
  677. -- High Capacity Augmentations for the etherStatsTable
  678.  
  679. etherStatsHighCapacityTable  OBJECT-TYPE
  680.     SYNTAX     SEQUENCE OF EtherStatsHighCapacityEntry
  681.     MAX-ACCESS not-accessible
  682.     STATUS     current
  683.     DESCRIPTION
  684.         "Contains the High Capacity RMON augmentations to the RMON-1
  685.         etherStatsTable."
  686.     ::= { statistics 7 }
  687.  
  688. etherStatsHighCapacityEntry  OBJECT-TYPE
  689.     SYNTAX     EtherStatsHighCapacityEntry
  690.     MAX-ACCESS not-accessible
  691.     STATUS     current
  692.     DESCRIPTION
  693.         "Contains the High Capacity RMON augmentations to the RMON-1
  694.         etherStatsEntry."
  695.     AUGMENTS { etherStatsEntry }
  696.     ::= { etherStatsHighCapacityTable 1 }
  697.  
  698. EtherStatsHighCapacityEntry ::= SEQUENCE {
  699.     etherStatsHighCapacityOverflowPkts           Counter32,
  700.  
  701.  
  702.  
  703.  
  704.  
  705. Steven Waldbusser   Expires August 25, 1997          [Page 12]
  706.  
  707.  
  708.  
  709.  
  710.  
  711. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  712.  
  713.  
  714.     etherStatsHighCapacityPkts                   Counter64,
  715.     etherStatsHighCapacityOverflowOctets         Counter32,
  716.     etherStatsHighCapacityOctets                 Counter64
  717. }
  718.  
  719. etherStatsHighCapacityOverflowPkts OBJECT-TYPE
  720.     SYNTAX     Counter32
  721.     MAX-ACCESS read-only
  722.     STATUS     current
  723.     DESCRIPTION
  724.         "The number of times the associated etherStatsPkts
  725.      counter has overflowed."
  726.     ::= { etherStatsHighCapacityEntry 1 }
  727.  
  728. etherStatsHighCapacityPkts OBJECT-TYPE
  729.     SYNTAX     Counter64
  730.     MAX-ACCESS read-only
  731.     STATUS     current
  732.     DESCRIPTION
  733.         "The total number of packets (including bad packets,
  734.         broadcast packets, and multicast packets) received."
  735.     ::= { etherStatsHighCapacityEntry 2 }
  736.  
  737. etherStatsHighCapacityOverflowOctets OBJECT-TYPE
  738.     SYNTAX     Counter32
  739.     MAX-ACCESS read-only
  740.     STATUS     current
  741.     DESCRIPTION
  742.         "The number of times the associated etherStatsOctets
  743.      counter has overflowed."
  744.     ::= { etherStatsHighCapacityEntry 3 }
  745.  
  746. etherStatsHighCapacityOctets OBJECT-TYPE
  747.     SYNTAX     Counter64
  748.     MAX-ACCESS read-only
  749.     STATUS     current
  750.     DESCRIPTION
  751.         "The total number of octets of data (including
  752.         those in bad packets) received on the
  753.         network (excluding framing bits but including
  754.         FCS octets)."
  755.     ::= { etherStatsHighCapacityEntry 4 }
  756.  
  757. -- High Capacity Augmentations for the hostTable
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764. Steven Waldbusser   Expires August 25, 1997          [Page 13]
  765.  
  766.  
  767.  
  768.  
  769.  
  770. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  771.  
  772.  
  773. hostHighCapacityTable  OBJECT-TYPE
  774.     SYNTAX     SEQUENCE OF HostHighCapacityEntry
  775.     MAX-ACCESS not-accessible
  776.     STATUS     current
  777.     DESCRIPTION
  778.         "Contains the High Capacity RMON augmentations to the RMON-1
  779.         hostTable."
  780.     ::= { hosts 5 }
  781.  
  782. hostHighCapacityEntry  OBJECT-TYPE
  783.     SYNTAX     HostHighCapacityEntry
  784.     MAX-ACCESS not-accessible
  785.     STATUS     current
  786.     DESCRIPTION
  787.         "Contains the High Capacity RMON augmentations to the RMON-1
  788.         hostEntry."
  789.     AUGMENTS { hostEntry }
  790.     ::= { hostHighCapacityTable 1 }
  791.  
  792. HostHighCapacityEntry ::= SEQUENCE {
  793.     hostHighCapacityInOverflowPkts    Counter32,
  794.     hostHighCapacityInPkts            Counter64,
  795.     hostHighCapacityOutOverflowPkts   Counter32,
  796.     hostHighCapacityOutPkts           Counter64,
  797.     hostHighCapacityInOverflowOctets  Counter32,
  798.     hostHighCapacityInOctets          Counter64,
  799.     hostHighCapacityOutOverflowOctets Counter32,
  800.     hostHighCapacityOutOctets         Counter64
  801. }
  802.  
  803. hostHighCapacityInOverflowPkts OBJECT-TYPE
  804.     SYNTAX     Counter32
  805.     MAX-ACCESS read-only
  806.     STATUS     current
  807.     DESCRIPTION
  808.         "The number of times the associated hostInPkts
  809.      counter has overflowed."
  810.     ::= { hostHighCapacityEntry 1 }
  811.  
  812. hostHighCapacityInPkts OBJECT-TYPE
  813.     SYNTAX     Counter64
  814.     MAX-ACCESS read-only
  815.     STATUS     current
  816.     DESCRIPTION
  817.         "The number of good packets transmitted to
  818.  
  819.  
  820.  
  821.  
  822.  
  823. Steven Waldbusser   Expires August 25, 1997          [Page 14]
  824.  
  825.  
  826.  
  827.  
  828.  
  829. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  830.  
  831.  
  832.         this address since it was added to the
  833.         hostHighCapacityTable."
  834.     ::= { hostHighCapacityEntry 2 }
  835.  
  836. hostHighCapacityOutOverflowPkts OBJECT-TYPE
  837.     SYNTAX     Counter32
  838.     MAX-ACCESS read-only
  839.     STATUS     current
  840.     DESCRIPTION
  841.         "The number of times the associated hostOutPkts
  842.      counter has overflowed."
  843.     ::= { hostHighCapacityEntry 3 }
  844.  
  845. hostHighCapacityOutPkts OBJECT-TYPE
  846.     SYNTAX     Counter64
  847.     MAX-ACCESS read-only
  848.     STATUS     current
  849.     DESCRIPTION
  850.         "The number of packets, including bad packets, transmitted
  851.         by this address since it was added to the
  852.         hostHighCapacityTable."
  853.     ::= { hostHighCapacityEntry 4 }
  854.  
  855. hostHighCapacityInOverflowOctets OBJECT-TYPE
  856.     SYNTAX     Counter32
  857.     MAX-ACCESS read-only
  858.     STATUS     current
  859.     DESCRIPTION
  860.         "The number of times the associated hostInOctets
  861.      counter has overflowed."
  862.     ::= { hostHighCapacityEntry 5 }
  863.  
  864. hostHighCapacityInOctets OBJECT-TYPE
  865.     SYNTAX     Counter64
  866.     MAX-ACCESS read-only
  867.     STATUS     current
  868.     DESCRIPTION
  869.         "The number of octets transmitted to this address
  870.         since it was added to the hostHighCapacityTable (excluding
  871.         framing bits but including FCS octets), except for
  872.         those octets in bad packets."
  873.     ::= { hostHighCapacityEntry 6 }
  874.  
  875. hostHighCapacityOutOverflowOctets OBJECT-TYPE
  876.     SYNTAX     Counter32
  877.  
  878.  
  879.  
  880.  
  881.  
  882. Steven Waldbusser   Expires August 25, 1997          [Page 15]
  883.  
  884.  
  885.  
  886.  
  887.  
  888. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  889.  
  890.  
  891.     MAX-ACCESS read-only
  892.     STATUS     current
  893.     DESCRIPTION
  894.         "The number of times the associated hostOutOctets
  895.      counter has overflowed."
  896.     ::= { hostHighCapacityEntry 7 }
  897.  
  898. hostHighCapacityOutOctets OBJECT-TYPE
  899.     SYNTAX     Counter64
  900.     MAX-ACCESS read-only
  901.     STATUS     current
  902.     DESCRIPTION
  903.         "The number of octets transmitted by this address
  904.         since it was added to the hostHighCapacityTable (excluding
  905.         framing bits but including FCS octets), including
  906.         those octets in bad packets."
  907.     ::= { hostHighCapacityEntry 8 }
  908.  
  909. -- High Capacity Augmentations for the hostTimeTable
  910.  
  911. hostTimeHighCapacityTable  OBJECT-TYPE
  912.     SYNTAX     SEQUENCE OF HostTimeHighCapacityEntry
  913.     MAX-ACCESS not-accessible
  914.     STATUS     current
  915.     DESCRIPTION
  916.         "Contains the High Capacity RMON augmentations to the RMON-1
  917.         hostTimeTable."
  918.     ::= { hosts 6 }
  919.  
  920. hostTimeHighCapacityEntry  OBJECT-TYPE
  921.     SYNTAX     HostTimeHighCapacityEntry
  922.     MAX-ACCESS not-accessible
  923.     STATUS     current
  924.     DESCRIPTION
  925.         "Contains the High Capacity RMON augmentations to the RMON-1
  926.         hostTimeEntry."
  927.     AUGMENTS { hostTimeEntry }
  928.     ::= { hostTimeHighCapacityTable 1 }
  929.  
  930. HostTimeHighCapacityEntry ::= SEQUENCE {
  931.     hostTimeHighCapacityInOverflowPkts    Counter32,
  932.     hostTimeHighCapacityInPkts            Counter64,
  933.     hostTimeHighCapacityOutOverflowPkts   Counter32,
  934.     hostTimeHighCapacityOutPkts           Counter64,
  935.     hostTimeHighCapacityInOverflowOctets  Counter32,
  936.  
  937.  
  938.  
  939.  
  940.  
  941. Steven Waldbusser   Expires August 25, 1997          [Page 16]
  942.  
  943.  
  944.  
  945.  
  946.  
  947. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  948.  
  949.  
  950.     hostTimeHighCapacityInOctets          Counter64,
  951.     hostTimeHighCapacityOutOverflowOctets Counter32,
  952.     hostTimeHighCapacityOutOctets         Counter64
  953. }
  954.  
  955. hostTimeHighCapacityInOverflowPkts OBJECT-TYPE
  956.     SYNTAX     Counter32
  957.     MAX-ACCESS read-only
  958.     STATUS     current
  959.     DESCRIPTION
  960.         "The number of times the associated hostTimeInPkts
  961.      counter has overflowed."
  962.     ::= { hostTimeHighCapacityEntry 1 }
  963.  
  964. hostTimeHighCapacityInPkts OBJECT-TYPE
  965.     SYNTAX     Counter64
  966.     MAX-ACCESS read-only
  967.     STATUS     current
  968.     DESCRIPTION
  969.         "The number of good packets transmitted to this address
  970.         since it was added to the hostTimeHighCapacityTable."
  971.     ::= { hostTimeHighCapacityEntry 2 }
  972.  
  973. hostTimeHighCapacityOutOverflowPkts OBJECT-TYPE
  974.     SYNTAX     Counter32
  975.     MAX-ACCESS read-only
  976.     STATUS     current
  977.     DESCRIPTION
  978.         "The number of times the associated hostTimeOutPkts
  979.      counter has overflowed."
  980.     ::= { hostTimeHighCapacityEntry 3 }
  981.  
  982. hostTimeHighCapacityOutPkts OBJECT-TYPE
  983.     SYNTAX     Counter64
  984.     MAX-ACCESS read-only
  985.     STATUS     current
  986.     DESCRIPTION
  987.         "The number of packets, including bad packets, transmitted
  988.         by this address since it was added to the
  989.         hostTimeHighCapacityTable."
  990.     ::= { hostTimeHighCapacityEntry 4 }
  991.  
  992. hostTimeHighCapacityInOverflowOctets OBJECT-TYPE
  993.     SYNTAX     Counter32
  994.     MAX-ACCESS read-only
  995.  
  996.  
  997.  
  998.  
  999.  
  1000. Steven Waldbusser   Expires August 25, 1997          [Page 17]
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1007.  
  1008.  
  1009.     STATUS     current
  1010.     DESCRIPTION
  1011.         "The number of times the associated hostTimeInOctets
  1012.      counter has overflowed."
  1013.     ::= { hostTimeHighCapacityEntry 5 }
  1014.  
  1015. hostTimeHighCapacityInOctets OBJECT-TYPE
  1016.     SYNTAX     Counter64
  1017.     MAX-ACCESS read-only
  1018.     STATUS     current
  1019.     DESCRIPTION
  1020.         "The number of octets transmitted to this address
  1021.         since it was added to the hostTimeHighCapacityTable
  1022.         (excluding framing bits but including FCS octets),
  1023.         except for those octets in bad packets."
  1024.     ::= { hostTimeHighCapacityEntry 6 }
  1025.  
  1026. hostTimeHighCapacityOutOverflowOctets OBJECT-TYPE
  1027.     SYNTAX     Counter32
  1028.     MAX-ACCESS read-only
  1029.     STATUS     current
  1030.     DESCRIPTION
  1031.         "The number of times the associated hostTimeOutOctets
  1032.      counter has overflowed."
  1033.     ::= { hostTimeHighCapacityEntry 7 }
  1034.  
  1035. hostTimeHighCapacityOutOctets OBJECT-TYPE
  1036.     SYNTAX     Counter64
  1037.     MAX-ACCESS read-only
  1038.     STATUS     current
  1039.     DESCRIPTION
  1040.         "The number of octets transmitted by this address since
  1041.         it was added to the hostTimeTable (excluding framing
  1042.         bits but including FCS octets), including those
  1043.         octets in bad packets."
  1044.     ::= { hostTimeHighCapacityEntry 8 }
  1045.  
  1046. -- High Capacity Augmentations for the matrixSDTable
  1047.  
  1048. matrixSDHighCapacityTable  OBJECT-TYPE
  1049.     SYNTAX     SEQUENCE OF MatrixSDHighCapacityEntry
  1050.     MAX-ACCESS not-accessible
  1051.     STATUS     current
  1052.     DESCRIPTION
  1053.         "Contains the High Capacity RMON augmentations to the RMON-1
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. Steven Waldbusser   Expires August 25, 1997          [Page 18]
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1066.  
  1067.  
  1068.         matrixSDTable."
  1069.     ::= { matrix 5 }
  1070.  
  1071. matrixSDHighCapacityEntry  OBJECT-TYPE
  1072.     SYNTAX     MatrixSDHighCapacityEntry
  1073.     MAX-ACCESS not-accessible
  1074.     STATUS     current
  1075.     DESCRIPTION
  1076.         "Contains the High Capacity RMON augmentations to the RMON-1
  1077.         matrixSDEntry."
  1078.     AUGMENTS { matrixSDEntry }
  1079.     ::= { matrixSDHighCapacityTable 1 }
  1080.  
  1081. MatrixSDHighCapacityEntry ::= SEQUENCE {
  1082.     matrixSDHighCapacityOverflowPkts   Counter32,
  1083.     matrixSDHighCapacityPkts           Counter64,
  1084.     matrixSDHighCapacityOverflowOctets Counter32,
  1085.     matrixSDHighCapacityOctets         Counter64
  1086. }
  1087.  
  1088. matrixSDHighCapacityOverflowPkts OBJECT-TYPE
  1089.     SYNTAX     Counter32
  1090.     MAX-ACCESS read-only
  1091.     STATUS     current
  1092.     DESCRIPTION
  1093.         "The number of times the associated matrixSDPkts
  1094.      counter has overflowed."
  1095.     ::= { matrixSDHighCapacityEntry 1 }
  1096.  
  1097. matrixSDHighCapacityPkts OBJECT-TYPE
  1098.     SYNTAX     Counter64
  1099.     MAX-ACCESS read-only
  1100.     STATUS     current
  1101.     DESCRIPTION
  1102.         "The number of packets transmitted from the source
  1103.         address to the destination address (this number
  1104.         includes bad packets)."
  1105.     ::= { matrixSDHighCapacityEntry 2 }
  1106.  
  1107. matrixSDHighCapacityOverflowOctets OBJECT-TYPE
  1108.     SYNTAX     Counter32
  1109.     MAX-ACCESS read-only
  1110.     STATUS     current
  1111.     DESCRIPTION
  1112.         "The number of times the associated matrixSDOctets
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118. Steven Waldbusser   Expires August 25, 1997          [Page 19]
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1125.  
  1126.  
  1127.      counter has overflowed."
  1128.     ::= { matrixSDHighCapacityEntry 3 }
  1129.  
  1130. matrixSDHighCapacityOctets OBJECT-TYPE
  1131.     SYNTAX     Counter64
  1132.     MAX-ACCESS read-only
  1133.     STATUS     current
  1134.     DESCRIPTION
  1135.         "The number of octets (excluding framing bits but
  1136.         including FCS octets) contained in all packets
  1137.         transmitted from the source address to the
  1138.         destination address."
  1139.     ::= { matrixSDHighCapacityEntry 4 }
  1140.  
  1141. -- High Capacity Augmentations for the matrixDSTable
  1142.  
  1143. matrixDSHighCapacityTable  OBJECT-TYPE
  1144.     SYNTAX     SEQUENCE OF MatrixDSHighCapacityEntry
  1145.     MAX-ACCESS not-accessible
  1146.     STATUS     current
  1147.     DESCRIPTION
  1148.         "Contains the High Capacity RMON augmentations to the RMON-1
  1149.         matrixDSTable."
  1150.     ::= { matrix 6 }
  1151.  
  1152. matrixDSHighCapacityEntry  OBJECT-TYPE
  1153.     SYNTAX     MatrixDSHighCapacityEntry
  1154.     MAX-ACCESS not-accessible
  1155.     STATUS     current
  1156.     DESCRIPTION
  1157.         "Contains the High Capacity RMON augmentations to the RMON-1
  1158.         matrixDSEntry."
  1159.     AUGMENTS { matrixDSEntry }
  1160.     ::= { matrixDSHighCapacityTable 1 }
  1161.  
  1162. MatrixDSHighCapacityEntry ::= SEQUENCE {
  1163.     matrixDSHighCapacityOverflowPkts   Counter32,
  1164.     matrixDSHighCapacityPkts           Counter64,
  1165.     matrixDSHighCapacityOverflowOctets Counter32,
  1166.     matrixDSHighCapacityOctets         Counter64
  1167. }
  1168.  
  1169. matrixDSHighCapacityOverflowPkts OBJECT-TYPE
  1170.     SYNTAX     Counter32
  1171.     MAX-ACCESS read-only
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. Steven Waldbusser   Expires August 25, 1997          [Page 20]
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1184.  
  1185.  
  1186.     STATUS     current
  1187.     DESCRIPTION
  1188.         "The number of times the associated matrixDSPkts
  1189.      counter has overflowed."
  1190.     ::= { matrixDSHighCapacityEntry 1 }
  1191.  
  1192. matrixDSHighCapacityPkts OBJECT-TYPE
  1193.     SYNTAX     Counter64
  1194.     MAX-ACCESS read-only
  1195.     STATUS     current
  1196.     DESCRIPTION
  1197.         "The number of packets transmitted from the source
  1198.         address to the destination address (this number
  1199.         includes bad packets)."
  1200.     ::= { matrixDSHighCapacityEntry 2 }
  1201.  
  1202. matrixDSHighCapacityOverflowOctets OBJECT-TYPE
  1203.     SYNTAX     Counter32
  1204.     MAX-ACCESS read-only
  1205.     STATUS     current
  1206.     DESCRIPTION
  1207.         "The number of times the associated matrixDSOctets
  1208.      counter has overflowed."
  1209.     ::= { matrixDSHighCapacityEntry 3 }
  1210.  
  1211. matrixDSHighCapacityOctets OBJECT-TYPE
  1212.     SYNTAX     Counter64
  1213.     MAX-ACCESS read-only
  1214.     STATUS     current
  1215.     DESCRIPTION
  1216.         "The number of octets (excluding framing bits
  1217.         but including FCS octets) contained in all packets
  1218.         transmitted from the source address to the
  1219.         destination address."
  1220.     ::= { matrixDSHighCapacityEntry 4 }
  1221.  
  1222. -- High Capacity Augmentations for the protocolDistStatsTable
  1223.  
  1224. protocolDistStatsHighCapacityTable  OBJECT-TYPE
  1225.     SYNTAX     SEQUENCE OF ProtocolDistStatsHighCapacityEntry
  1226.     MAX-ACCESS not-accessible
  1227.     STATUS     current
  1228.     DESCRIPTION
  1229.         "Contains the High Capacity RMON augmentations to the RMON-2
  1230.         protocolDistStatsTable."
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236. Steven Waldbusser   Expires August 25, 1997          [Page 21]
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1243.  
  1244.  
  1245.     ::= { protocolDist 3 }
  1246.  
  1247. protocolDistStatsHighCapacityEntry  OBJECT-TYPE
  1248.     SYNTAX     ProtocolDistStatsHighCapacityEntry
  1249.     MAX-ACCESS not-accessible
  1250.     STATUS     current
  1251.     DESCRIPTION
  1252.         "Contains the High Capacity RMON augmentations to the RMON-2
  1253.         protocolDistStatsTable."
  1254.     AUGMENTS { protocolDistStatsEntry }
  1255.     ::= { protocolDistStatsHighCapacityTable 1 }
  1256.  
  1257. ProtocolDistStatsHighCapacityEntry ::= SEQUENCE {
  1258.     protocolDistStatsHighCapacityOverflowPkts   Counter32,
  1259.     protocolDistStatsHighCapacityPkts           Counter64,
  1260.     protocolDistStatsHighCapacityOverflowOctets Counter32,
  1261.     protocolDistStatsHighCapacityOctets         Counter64
  1262. }
  1263.  
  1264. protocolDistStatsHighCapacityOverflowPkts OBJECT-TYPE
  1265.     SYNTAX     Counter32
  1266.     MAX-ACCESS read-only
  1267.     STATUS     current
  1268.     DESCRIPTION
  1269.         "The number of times the associated protocolDistStatsPkts
  1270.      counter has overflowed."
  1271.     ::= { protocolDistStatsHighCapacityEntry 1 }
  1272.  
  1273. protocolDistStatsHighCapacityPkts OBJECT-TYPE
  1274.     SYNTAX     Counter64
  1275.     MAX-ACCESS read-only
  1276.     STATUS     current
  1277.     DESCRIPTION
  1278.         "The number of packets without errors received of this
  1279.         protocol type.  Note that this is the number of link-layer
  1280.         packets, so if a single network-layer packet is fragmented
  1281.         into several link-layer frames, this counter is incremented
  1282.         several times."
  1283.     ::= { protocolDistStatsHighCapacityEntry 2 }
  1284.  
  1285. protocolDistStatsHighCapacityOverflowOctets OBJECT-TYPE
  1286.     SYNTAX     Counter32
  1287.     MAX-ACCESS read-only
  1288.     STATUS     current
  1289.     DESCRIPTION
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295. Steven Waldbusser   Expires August 25, 1997          [Page 22]
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1302.  
  1303.  
  1304.         "The number of times the associated protocolDistStatsOctets
  1305.      counter has overflowed."
  1306.     ::= { protocolDistStatsHighCapacityEntry 3 }
  1307.  
  1308. protocolDistStatsHighCapacityOctets OBJECT-TYPE
  1309.     SYNTAX     Counter64
  1310.     MAX-ACCESS read-only
  1311.     STATUS     current
  1312.     DESCRIPTION
  1313.         "The number of octets in packets received of this protocol
  1314.         type since it was added to the protocolDistStatsTable
  1315.         (excluding framing bits but including FCS octets), except for
  1316.         those octets in packets that contained errors.
  1317.  
  1318.         Note this doesn't count just those octets in the particular
  1319.         protocol frames, but includes the entire packet that contained
  1320.         the protocol."
  1321.     ::= { protocolDistStatsHighCapacityEntry 4 }
  1322.  
  1323. -- High Capacity Augmentations for the nlHostTable.
  1324.  
  1325. nlHostHighCapacityTable  OBJECT-TYPE
  1326.     SYNTAX     SEQUENCE OF NlHostHighCapacityEntry
  1327.     MAX-ACCESS not-accessible
  1328.     STATUS     current
  1329.     DESCRIPTION
  1330.         "Contains the High Capacity RMON augmentations to the RMON-2
  1331.         nlHostTable."
  1332.     ::= { nlHost 3 }
  1333.  
  1334. nlHostHighCapacityEntry  OBJECT-TYPE
  1335.     SYNTAX     NlHostHighCapacityEntry
  1336.     MAX-ACCESS not-accessible
  1337.     STATUS     current
  1338.     DESCRIPTION
  1339.         "Contains the High Capacity RMON augmentations to the RMON-2
  1340.         nlHostEntry."
  1341.     AUGMENTS { nlHostEntry }
  1342.     ::= { nlHostHighCapacityTable 1 }
  1343.  
  1344. NlHostHighCapacityEntry ::= SEQUENCE {
  1345.     nlHostHighCapacityInOverflowPkts    Counter32,
  1346.     nlHostHighCapacityInPkts            Counter64,
  1347.     nlHostHighCapacityOutOverflowPkts   Counter32,
  1348.     nlHostHighCapacityOutPkts           Counter64,
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354. Steven Waldbusser   Expires August 25, 1997          [Page 23]
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1361.  
  1362.  
  1363.     nlHostHighCapacityInOverflowOctets  Counter32,
  1364.     nlHostHighCapacityInOctets          Counter64,
  1365.     nlHostHighCapacityOutOverflowOctets Counter32,
  1366.     nlHostHighCapacityOutOctets         Counter64
  1367. }
  1368.  
  1369. nlHostHighCapacityInOverflowPkts OBJECT-TYPE
  1370.     SYNTAX     Counter32
  1371.     MAX-ACCESS read-only
  1372.     STATUS     current
  1373.     DESCRIPTION
  1374.         "The number of times the associated nlHostInPkts
  1375.      counter has overflowed."
  1376.     ::= { nlHostHighCapacityEntry 1 }
  1377.  
  1378. nlHostHighCapacityInPkts OBJECT-TYPE
  1379.     SYNTAX     Counter64
  1380.     MAX-ACCESS read-only
  1381.     STATUS     current
  1382.     DESCRIPTION
  1383.         "The number of packets without errors transmitted to
  1384.         this address since it was added to the nlHostHighCapacityTable.
  1385.         Note that this is the number of link-layer packets, so if a
  1386.         single network-layer packet is fragmented into several
  1387.         link-layer frames, this counter is incremented several times."
  1388.     ::= { nlHostHighCapacityEntry 2 }
  1389.  
  1390. nlHostHighCapacityOutOverflowPkts OBJECT-TYPE
  1391.     SYNTAX     Counter32
  1392.     MAX-ACCESS read-only
  1393.     STATUS     current
  1394.     DESCRIPTION
  1395.         "The number of times the associated nlHostOutPkts
  1396.      counter has overflowed."
  1397.     ::= { nlHostHighCapacityEntry 3 }
  1398.  
  1399. nlHostHighCapacityOutPkts OBJECT-TYPE
  1400.     SYNTAX     Counter64
  1401.     MAX-ACCESS read-only
  1402.     STATUS     current
  1403.     DESCRIPTION
  1404.         "The number of packets without errors transmitted by
  1405.         this address since it was added to the nlHostHighCapacityTable.
  1406.         Note that this is the number of link-layer packets, so if a
  1407.         single network-layer packet is fragmented into several
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413. Steven Waldbusser   Expires August 25, 1997          [Page 24]
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1420.  
  1421.  
  1422.         link-layer frames, this counter is incremented several times."
  1423.     ::= { nlHostHighCapacityEntry 4 }
  1424.  
  1425. nlHostHighCapacityInOverflowOctets OBJECT-TYPE
  1426.     SYNTAX     Counter32
  1427.     MAX-ACCESS read-only
  1428.     STATUS     current
  1429.     DESCRIPTION
  1430.         "The number of times the associated nlHostInOctets
  1431.      counter has overflowed."
  1432.     ::= { nlHostHighCapacityEntry 5 }
  1433.  
  1434. nlHostHighCapacityInOctets OBJECT-TYPE
  1435.     SYNTAX     Counter64
  1436.     MAX-ACCESS read-only
  1437.     STATUS     current
  1438.     DESCRIPTION
  1439.         "The number of octets transmitted to this address
  1440.         since it was added to the nlHostHighCapacityTable
  1441.         (excluding framing bits but including FCS octets),
  1442.         excluding those octets in packets that contained
  1443.         errors.
  1444.  
  1445.         Note this doesn't count just those octets in the
  1446.         particular protocol frames, but includes the entire
  1447.         packet that contained the protocol."
  1448.     ::= { nlHostHighCapacityEntry 6 }
  1449.  
  1450. nlHostHighCapacityOutOverflowOctets OBJECT-TYPE
  1451.     SYNTAX     Counter32
  1452.     MAX-ACCESS read-only
  1453.     STATUS     current
  1454.     DESCRIPTION
  1455.         "The number of times the associated nlHostOutOctets
  1456.      counter has overflowed."
  1457.     ::= { nlHostHighCapacityEntry 7 }
  1458.  
  1459. nlHostHighCapacityOutOctets OBJECT-TYPE
  1460.     SYNTAX     Counter64
  1461.     MAX-ACCESS read-only
  1462.     STATUS     current
  1463.     DESCRIPTION
  1464.         "The number of octets transmitted by this address
  1465.         since it was added to the nlHostHighCapacityTable
  1466.         (excluding framing bits but including FCS octets),
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472. Steven Waldbusser   Expires August 25, 1997          [Page 25]
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1479.  
  1480.  
  1481.         excluding those octets in packets that contained
  1482.         errors.
  1483.  
  1484.         Note this doesn't count just those octets in the
  1485.         particular protocol frames, but includes the entire
  1486.         packet that contained the protocol."
  1487.     ::= { nlHostHighCapacityEntry 8 }
  1488.  
  1489. -- High Capacity Augmentations for the nlMatrixTable
  1490.  
  1491. nlMatrixSDHighCapacityTable  OBJECT-TYPE
  1492.     SYNTAX     SEQUENCE OF NlMatrixSDHighCapacityEntry
  1493.     MAX-ACCESS not-accessible
  1494.     STATUS     current
  1495.     DESCRIPTION
  1496.         "Contains the High Capacity RMON augmentations to the RMON-2
  1497.         nlMatrixTable."
  1498.     ::= { nlMatrix 6 }
  1499.  
  1500. nlMatrixSDHighCapacityEntry  OBJECT-TYPE
  1501.     SYNTAX     NlMatrixSDHighCapacityEntry
  1502.     MAX-ACCESS not-accessible
  1503.     STATUS     current
  1504.     DESCRIPTION
  1505.         "Contains the High Capacity RMON augmentations to the RMON-2
  1506.         nlMatrixEntry."
  1507.     AUGMENTS { nlMatrixSDEntry }
  1508.     ::= { nlMatrixSDHighCapacityTable 1 }
  1509.  
  1510. NlMatrixSDHighCapacityEntry ::= SEQUENCE {
  1511.     nlMatrixSDHighCapacityOverflowPkts   Counter32,
  1512.     nlMatrixSDHighCapacityPkts           Counter64,
  1513.     nlMatrixSDHighCapacityOverflowOctets Counter32,
  1514.     nlMatrixSDHighCapacityOctets         Counter64
  1515. }
  1516.  
  1517. nlMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
  1518.     SYNTAX     Counter32
  1519.     MAX-ACCESS read-only
  1520.     STATUS     current
  1521.     DESCRIPTION
  1522.         "The number of times the associated nlMatrixSDPkts
  1523.      counter has overflowed."
  1524.     ::= { nlMatrixSDHighCapacityEntry 1 }
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531. Steven Waldbusser   Expires August 25, 1997          [Page 26]
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1538.  
  1539.  
  1540. nlMatrixSDHighCapacityPkts OBJECT-TYPE
  1541.     SYNTAX     Counter64
  1542.     MAX-ACCESS read-only
  1543.     STATUS     current
  1544.     DESCRIPTION
  1545.         "The number of packets without errors transmitted from the
  1546.         source address to the destination address since this entry was
  1547.         added to the nlMatrixSDHighCapacityTable.  Note that this is
  1548.         the number of link-layer packets, so if a single network-layer
  1549.         packet is fragmented into several link-layer frames, this
  1550.         counter is incremented several times."
  1551.     ::= { nlMatrixSDHighCapacityEntry 2 }
  1552.  
  1553. nlMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
  1554.     SYNTAX     Counter32
  1555.     MAX-ACCESS read-only
  1556.     STATUS     current
  1557.     DESCRIPTION
  1558.         "The number of times the associated nlMatrixSDOctets
  1559.      counter has overflowed."
  1560.     ::= { nlMatrixSDHighCapacityEntry 3 }
  1561.  
  1562. nlMatrixSDHighCapacityOctets OBJECT-TYPE
  1563.     SYNTAX     Counter64
  1564.     MAX-ACCESS read-only
  1565.     STATUS     current
  1566.     DESCRIPTION
  1567.         "The number of octets transmitted from the source address to
  1568.         the destination address since this entry was added to the
  1569.         nlMatrixSDHighCapacityTable (excluding framing bits but
  1570.         including FCS octets), excluding those octets in packets that
  1571.         contained errors.
  1572.  
  1573.         Note this doesn't count just those octets in the particular
  1574.         protocol frames, but includes the entire packet that contained
  1575.         the protocol."
  1576.     ::= { nlMatrixSDHighCapacityEntry 4 }
  1577.  
  1578. -- High Capacity Augmentations for the nlMatrixDSTable
  1579.  
  1580. nlMatrixDSHighCapacityTable  OBJECT-TYPE
  1581.     SYNTAX     SEQUENCE OF NlMatrixDSHighCapacityEntry
  1582.     MAX-ACCESS not-accessible
  1583.     STATUS     current
  1584.     DESCRIPTION
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590. Steven Waldbusser   Expires August 25, 1997          [Page 27]
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1597.  
  1598.  
  1599.         "Contains the High Capacity RMON augmentations to the RMON-2
  1600.         nlMatrixDSTable."
  1601.     ::= { nlMatrix 7 }
  1602.  
  1603. nlMatrixDSHighCapacityEntry  OBJECT-TYPE
  1604.     SYNTAX     NlMatrixDSHighCapacityEntry
  1605.     MAX-ACCESS not-accessible
  1606.     STATUS     current
  1607.     DESCRIPTION
  1608.         "Contains the High Capacity RMON augmentations to the RMON-2
  1609.         nlMatrixDSEntry."
  1610.     AUGMENTS { nlMatrixDSEntry }
  1611.     ::= { nlMatrixDSHighCapacityTable 1 }
  1612.  
  1613. NlMatrixDSHighCapacityEntry ::= SEQUENCE {
  1614.     nlMatrixDSHighCapacityOverflowPkts   Counter32,
  1615.     nlMatrixDSHighCapacityPkts           Counter64,
  1616.     nlMatrixDSHighCapacityOverflowOctets Counter32,
  1617.     nlMatrixDSHighCapacityOctets         Counter64
  1618. }
  1619.  
  1620. nlMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
  1621.     SYNTAX     Counter32
  1622.     MAX-ACCESS read-only
  1623.     STATUS     current
  1624.     DESCRIPTION
  1625.         "The number of times the associated nlMatrixDSPkts
  1626.      counter has overflowed."
  1627.     ::= { nlMatrixDSHighCapacityEntry 1 }
  1628.  
  1629. nlMatrixDSHighCapacityPkts OBJECT-TYPE
  1630.     SYNTAX     Counter64
  1631.     MAX-ACCESS read-only
  1632.     STATUS     current
  1633.     DESCRIPTION
  1634.         "The number of packets without errors transmitted from the
  1635.         source address to the destination address since this entry was
  1636.         added to the nlMatrixHighCapacityDSTable.  Note that this is
  1637.         the number of link-layer packets, so if a single network-layer
  1638.         packet is fragmented into several link-layer frames, this
  1639.         counter is incremented several times."
  1640.     ::= { nlMatrixDSHighCapacityEntry 2 }
  1641.  
  1642. nlMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
  1643.     SYNTAX     Counter32
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649. Steven Waldbusser   Expires August 25, 1997          [Page 28]
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1656.  
  1657.  
  1658.     MAX-ACCESS read-only
  1659.     STATUS     current
  1660.     DESCRIPTION
  1661.         "The number of times the associated nlMatrixDSOctets
  1662.      counter has overflowed."
  1663.     ::= { nlMatrixDSHighCapacityEntry 3 }
  1664.  
  1665. nlMatrixDSHighCapacityOctets OBJECT-TYPE
  1666.     SYNTAX     Counter64
  1667.     MAX-ACCESS read-only
  1668.     STATUS     current
  1669.     DESCRIPTION
  1670.         "The number of octets transmitted from the source address
  1671.         to the destination address since this entry was added to the
  1672.         nlMatrixDSHighCapacityTable (excluding framing bits but
  1673.         including FCS octets), excluding those octets in packets that
  1674.         contained errors.
  1675.  
  1676.         Note this doesn't count just those octets in the particular
  1677.         protocol frames, but includes the entire packet that contained
  1678.         the protocol."
  1679.     ::= { nlMatrixDSHighCapacityEntry 4 }
  1680.  
  1681. -- High Capacity Augmentations for the alHostTable
  1682.  
  1683. alHostHighCapacityTable  OBJECT-TYPE
  1684.     SYNTAX     SEQUENCE OF AlHostHighCapacityEntry
  1685.     MAX-ACCESS not-accessible
  1686.     STATUS     current
  1687.     DESCRIPTION
  1688.         "Contains the High Capacity RMON augmentations to the RMON-2
  1689.         alHostTable."
  1690.     ::= { alHost 2 }
  1691.  
  1692. alHostHighCapacityEntry  OBJECT-TYPE
  1693.     SYNTAX     AlHostHighCapacityEntry
  1694.     MAX-ACCESS not-accessible
  1695.     STATUS     current
  1696.     DESCRIPTION
  1697.         "Contains the High Capacity RMON augmentations to the RMON-2
  1698.         alHostEntry."
  1699.     AUGMENTS { alHostEntry }
  1700.     ::= { alHostHighCapacityTable 1 }
  1701.  
  1702. AlHostHighCapacityEntry ::= SEQUENCE {
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708. Steven Waldbusser   Expires August 25, 1997          [Page 29]
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1715.  
  1716.  
  1717.     alHostHighCapacityInOverflowPkts    Counter32,
  1718.     alHostHighCapacityInPkts            Counter64,
  1719.     alHostHighCapacityOutOverflowPkts   Counter32,
  1720.     alHostHighCapacityOutPkts           Counter64,
  1721.     alHostHighCapacityInOverflowOctets  Counter32,
  1722.     alHostHighCapacityInOctets          Counter64,
  1723.     alHostHighCapacityOutOverflowOctets Counter32,
  1724.     alHostHighCapacityOutOctets         Counter64
  1725. }
  1726.  
  1727. alHostHighCapacityInOverflowPkts OBJECT-TYPE
  1728.     SYNTAX     Counter32
  1729.     MAX-ACCESS read-only
  1730.     STATUS     current
  1731.     DESCRIPTION
  1732.         "The number of times the associated alHostInPkts
  1733.      counter has overflowed."
  1734.     ::= { alHostHighCapacityEntry 1 }
  1735.  
  1736. alHostHighCapacityInPkts OBJECT-TYPE
  1737.     SYNTAX     Counter64
  1738.     MAX-ACCESS read-only
  1739.     STATUS     current
  1740.     DESCRIPTION
  1741.         "The number of packets of this protocol type without errors
  1742.         transmitted to this address since it was added to the
  1743.         alHostHighCapacityTable.  Note that this is the number of
  1744.         link-layer packets, so if a single network-layer packet
  1745.         is fragmented into several link-layer frames, this counter
  1746.         is incremented several times."
  1747.     ::= { alHostHighCapacityEntry 2 }
  1748.  
  1749. alHostHighCapacityOutOverflowPkts OBJECT-TYPE
  1750.     SYNTAX     Counter32
  1751.     MAX-ACCESS read-only
  1752.     STATUS     current
  1753.     DESCRIPTION
  1754.         "The number of times the associated alHostOutPkts
  1755.      counter has overflowed."
  1756.     ::= { alHostHighCapacityEntry 3 }
  1757.  
  1758. alHostHighCapacityOutPkts OBJECT-TYPE
  1759.     SYNTAX     Counter64
  1760.     MAX-ACCESS read-only
  1761.     STATUS     current
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767. Steven Waldbusser   Expires August 25, 1997          [Page 30]
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1774.  
  1775.  
  1776.     DESCRIPTION
  1777.         "The number of packets of this protocol type without errors
  1778.         transmitted by this address since it was added to the
  1779.         alHostHighCapacityTable.  Note that this is the number of
  1780.         link-layer packets, so if a single network-layer packet
  1781.         is fragmented into several link-layer frames, this counter
  1782.         is incremented several times."
  1783.     ::= { alHostHighCapacityEntry 4 }
  1784.  
  1785. alHostHighCapacityInOverflowOctets OBJECT-TYPE
  1786.     SYNTAX     Counter32
  1787.     MAX-ACCESS read-only
  1788.     STATUS     current
  1789.     DESCRIPTION
  1790.         "The number of times the associated alHostInOctets
  1791.      counter has overflowed."
  1792.     ::= { alHostHighCapacityEntry 5 }
  1793.  
  1794. alHostHighCapacityInOctets OBJECT-TYPE
  1795.     SYNTAX     Counter64
  1796.     MAX-ACCESS read-only
  1797.     STATUS     current
  1798.     DESCRIPTION
  1799.         "The number of octets transmitted to this address
  1800.         of this protocol type since it was added to the
  1801.         alHostHighCapacityTable (excluding framing bits but
  1802.         including FCS octets), excluding those octets in
  1803.         packets that contained errors.
  1804.  
  1805.         Note this doesn't count just those octets in the particular
  1806.         protocol frames, but includes the entire packet that contained
  1807.         the protocol."
  1808.     ::= { alHostHighCapacityEntry 6 }
  1809.  
  1810. alHostHighCapacityOutOverflowOctets OBJECT-TYPE
  1811.     SYNTAX     Counter32
  1812.     MAX-ACCESS read-only
  1813.     STATUS     current
  1814.     DESCRIPTION
  1815.         "The number of times the associated alHostOutOctets
  1816.      counter has overflowed."
  1817.     ::= { alHostHighCapacityEntry 7 }
  1818.  
  1819. alHostHighCapacityOutOctets OBJECT-TYPE
  1820.     SYNTAX     Counter64
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826. Steven Waldbusser   Expires August 25, 1997          [Page 31]
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1833.  
  1834.  
  1835.     MAX-ACCESS read-only
  1836.     STATUS     current
  1837.     DESCRIPTION
  1838.         "The number of octets transmitted by this address
  1839.         of this protocol type since it was added to the
  1840.         alHostHighCapacityTable (excluding framing bits but
  1841.         including FCS octets), excluding those octets in
  1842.         packets that contained errors.
  1843.  
  1844.         Note this doesn't count just those octets in the particular
  1845.         protocol frames, but includes the entire packet that contained
  1846.         the protocol."
  1847.     ::= { alHostHighCapacityEntry 8 }
  1848.  
  1849. -- High Capacity Augmentations for the alMatrixSDTable
  1850.  
  1851. alMatrixSDHighCapacityTable  OBJECT-TYPE
  1852.     SYNTAX     SEQUENCE OF AlMatrixSDHighCapacityEntry
  1853.     MAX-ACCESS not-accessible
  1854.     STATUS     current
  1855.     DESCRIPTION
  1856.         "Contains the High Capacity RMON augmentations to the RMON-2
  1857.         alMatrixSDTable."
  1858.     ::= { alMatrix 5 }
  1859.  
  1860. alMatrixSDHighCapacityEntry  OBJECT-TYPE
  1861.     SYNTAX     AlMatrixSDHighCapacityEntry
  1862.     MAX-ACCESS not-accessible
  1863.     STATUS     current
  1864.     DESCRIPTION
  1865.         "Contains the High Capacity RMON augmentations to the RMON-2
  1866.         alMatrixSDEntry."
  1867.     AUGMENTS { alMatrixSDEntry }
  1868.     ::= { alMatrixSDHighCapacityTable 1 }
  1869.  
  1870. AlMatrixSDHighCapacityEntry ::= SEQUENCE {
  1871.     alMatrixSDHighCapacityOverflowPkts   Counter32,
  1872.     alMatrixSDHighCapacityPkts           Counter64,
  1873.     alMatrixSDHighCapacityOverflowOctets Counter32,
  1874.     alMatrixSDHighCapacityOctets         Counter64
  1875. }
  1876.  
  1877. alMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
  1878.     SYNTAX     Counter32
  1879.     MAX-ACCESS read-only
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885. Steven Waldbusser   Expires August 25, 1997          [Page 32]
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1892.  
  1893.  
  1894.     STATUS     current
  1895.     DESCRIPTION
  1896.         "The number of times the associated alMatrixSDPkts
  1897.      counter has overflowed."
  1898.     ::= { alMatrixSDHighCapacityEntry 1 }
  1899.  
  1900. alMatrixSDHighCapacityPkts OBJECT-TYPE
  1901.     SYNTAX     Counter64
  1902.     MAX-ACCESS read-only
  1903.     STATUS     current
  1904.     DESCRIPTION
  1905.         "The number of packets of this protocol type without errors
  1906.         transmitted from the source address to the destination address
  1907.         since this entry was added to the alMatrixSDHighCapacityTable.
  1908.         Note that this is the number of link-layer packets, so if a
  1909.         single network-layer packet is fragmented into several
  1910.         link-layer frames, this counter is incremented several times."
  1911.     ::= { alMatrixSDHighCapacityEntry 2 }
  1912.  
  1913. alMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
  1914.     SYNTAX     Counter32
  1915.     MAX-ACCESS read-only
  1916.     STATUS     current
  1917.     DESCRIPTION
  1918.         "The number of times the associated alMatrixSDOctets
  1919.      counter has overflowed."
  1920.     ::= { alMatrixSDHighCapacityEntry 3 }
  1921.  
  1922. alMatrixSDHighCapacityOctets OBJECT-TYPE
  1923.     SYNTAX     Counter64
  1924.     MAX-ACCESS read-only
  1925.     STATUS     current
  1926.     DESCRIPTION
  1927.         "The number of octets in packets of this protocol type
  1928.         transmitted from the source address to the destination address
  1929.         since this entry was added to the alMatrixSDHighCapacityTable
  1930.         (excluding framing bits but including FCS octets), excluding
  1931.      those octets in packets that contained errors.
  1932.  
  1933.         Note this doesn't count just those octets in the particular
  1934.         protocol frames, but includes the entire packet that contained
  1935.         the protocol."
  1936.     ::= { alMatrixSDHighCapacityEntry 4 }
  1937.  
  1938. -- High Capacity Augmentations for the alMatrixDSTable
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. Steven Waldbusser   Expires August 25, 1997          [Page 33]
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  1951.  
  1952.  
  1953. alMatrixDSHighCapacityTable  OBJECT-TYPE
  1954.     SYNTAX     SEQUENCE OF AlMatrixDSHighCapacityEntry
  1955.     MAX-ACCESS not-accessible
  1956.     STATUS     current
  1957.     DESCRIPTION
  1958.         "Contains the High Capacity RMON augmentations to the RMON-2
  1959.         alMatrixDSTable."
  1960.     ::= { alMatrix 6 }
  1961.  
  1962. alMatrixDSHighCapacityEntry  OBJECT-TYPE
  1963.     SYNTAX     AlMatrixDSHighCapacityEntry
  1964.     MAX-ACCESS not-accessible
  1965.     STATUS     current
  1966.     DESCRIPTION
  1967.         "Contains the High Capacity RMON augmentations to the RMON-2
  1968.         alMatrixSDTable."
  1969.     AUGMENTS { alMatrixDSEntry }
  1970.     ::= { alMatrixDSHighCapacityTable 1 }
  1971.  
  1972. AlMatrixDSHighCapacityEntry ::= SEQUENCE {
  1973.     alMatrixDSHighCapacityOverflowPkts   Counter32,
  1974.     alMatrixDSHighCapacityPkts           Counter64,
  1975.     alMatrixDSHighCapacityOverflowOctets Counter32,
  1976.     alMatrixDSHighCapacityOctets         Counter64
  1977. }
  1978.  
  1979. alMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
  1980.     SYNTAX     Counter32
  1981.     MAX-ACCESS read-only
  1982.     STATUS     current
  1983.     DESCRIPTION
  1984.         "The number of times the associated alMatrixDSPkts
  1985.      counter has overflowed."
  1986.     ::= { alMatrixDSHighCapacityEntry 1 }
  1987.  
  1988. alMatrixDSHighCapacityPkts OBJECT-TYPE
  1989.     SYNTAX     Counter64
  1990.     MAX-ACCESS read-only
  1991.     STATUS     current
  1992.     DESCRIPTION
  1993.         "The number of packets of this protocol type without errors
  1994.         transmitted from the source address to the destination address
  1995.         since this entry was added to the alMatrixDSHighCapacityTable.
  1996.         Note that this is the number of link-layer packets, so if a
  1997.         single network-layer packet is fragmented into several
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003. Steven Waldbusser   Expires August 25, 1997          [Page 34]
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2010.  
  2011.  
  2012.         link-layer frames, this counter is incremented several times."
  2013.     ::= { alMatrixDSHighCapacityEntry 2 }
  2014.  
  2015. alMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
  2016.     SYNTAX     Counter32
  2017.     MAX-ACCESS read-only
  2018.     STATUS     current
  2019.     DESCRIPTION
  2020.         "The number of times the associated alMatrixDSOctets
  2021.      counter has overflowed."
  2022.     ::= { alMatrixDSHighCapacityEntry 3 }
  2023.  
  2024. alMatrixDSHighCapacityOctets OBJECT-TYPE
  2025.     SYNTAX     Counter64
  2026.     MAX-ACCESS read-only
  2027.     STATUS     current
  2028.     DESCRIPTION
  2029.         "The number of octets in packets of this protocol type
  2030.         transmitted from the source address to the destination address
  2031.         since this entry was added to the alMatrixDSHighCapacityTable
  2032.         (excluding framing bits but including FCS octets), excluding
  2033.         those octets in packets that contained errors.
  2034.  
  2035.         Note this doesn't count just those octets in the particular
  2036.         protocol frames, but includes the entire packet that contained
  2037.         the protocol."
  2038.     ::= { alMatrixDSHighCapacityEntry 4 }
  2039.  
  2040. -- Conformance Macros
  2041.  
  2042. hcRmonMIBCompliances OBJECT IDENTIFIER ::= { rmonConformance 4 }
  2043. hcRmonMIBGroups      OBJECT IDENTIFIER ::= { rmonConformance 5 }
  2044.  
  2045. hcRmon2MIBCompliance MODULE-COMPLIANCE
  2046.     STATUS  current
  2047.     DESCRIPTION
  2048.         "Describes the requirements for conformance to
  2049.         the High Capacity RMON 2 MIB"
  2050.     MODULE  -- this module
  2051.         MANDATORY-GROUPS { protocolDistributionHighCapacityGroup,
  2052.                            nlHostHighCapacityGroup,
  2053.                            nlMatrixHighCapacityGroup }
  2054.  
  2055.     ::= { hcRmonMIBCompliances 1 }
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062. Steven Waldbusser   Expires August 25, 1997          [Page 35]
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2069.  
  2070.  
  2071. hcRmon2MIBApplicationLayerCompliance MODULE-COMPLIANCE
  2072.     STATUS  current
  2073.     DESCRIPTION
  2074.         "Describes the requirements for conformance to
  2075.         the High Capacity RMON2 MIB with Application Layer Enhancements."
  2076.     MODULE  -- this module
  2077.         MANDATORY-GROUPS { protocolDistributionHighCapacityGroup,
  2078.                            nlHostHighCapacityGroup,
  2079.                            nlMatrixHighCapacityGroup,
  2080.                            alHostHighCapacityGroup,
  2081.                            alMatrixHighCapacityGroup }
  2082.  
  2083.     ::= { hcRmonMIBCompliances 2 }
  2084.  
  2085. etherStatsHighCapacityGroup OBJECT-GROUP
  2086.     OBJECTS { etherStatsHighCapacityOverflowPkts,
  2087.               etherStatsHighCapacityPkts,
  2088.               etherStatsHighCapacityOverflowOctets,
  2089.               etherStatsHighCapacityOctets }
  2090.     STATUS  current
  2091.     DESCRIPTION
  2092.         "Collects utilization statistics for ethernet networks."
  2093.     ::= { hcRmonMIBGroups 1 }
  2094.  
  2095. hostHighCapacityGroup OBJECT-GROUP
  2096.     OBJECTS { hostHighCapacityInOverflowPkts,
  2097.               hostHighCapacityInPkts,
  2098.               hostHighCapacityOutOverflowPkts,
  2099.               hostHighCapacityOutPkts,
  2100.               hostHighCapacityInOverflowOctets,
  2101.               hostHighCapacityInOctets,
  2102.               hostHighCapacityOutOverflowOctets,
  2103.               hostHighCapacityOutOctets,
  2104.               hostTimeHighCapacityInOverflowPkts,
  2105.               hostTimeHighCapacityInPkts,
  2106.               hostTimeHighCapacityOutOverflowPkts,
  2107.               hostTimeHighCapacityOutPkts,
  2108.               hostTimeHighCapacityInOverflowOctets,
  2109.               hostTimeHighCapacityInOctets,
  2110.               hostTimeHighCapacityOutOverflowOctets,
  2111.               hostTimeHighCapacityOutOctets }
  2112.     STATUS  current
  2113.     DESCRIPTION
  2114.         "Collects utilization statistics per host."
  2115.     ::= { hcRmonMIBGroups 2 }
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121. Steven Waldbusser   Expires August 25, 1997          [Page 36]
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2128.  
  2129.  
  2130. matrixHighCapacityGroup OBJECT-GROUP
  2131.     OBJECTS { matrixSDHighCapacityOverflowPkts,
  2132.               matrixSDHighCapacityPkts,
  2133.               matrixSDHighCapacityOverflowOctets,
  2134.               matrixSDHighCapacityOctets,
  2135.               matrixDSHighCapacityOverflowPkts,
  2136.               matrixDSHighCapacityPkts,
  2137.               matrixDSHighCapacityOverflowOctets,
  2138.               matrixDSHighCapacityOctets }
  2139.     STATUS  current
  2140.     DESCRIPTION
  2141.         "Collects utilization statistics per conversation."
  2142.     ::= { hcRmonMIBGroups 3 }
  2143.  
  2144. protocolDistributionHighCapacityGroup OBJECT-GROUP
  2145.     OBJECTS { protocolDistStatsHighCapacityOverflowPkts,
  2146.               protocolDistStatsHighCapacityPkts,
  2147.               protocolDistStatsHighCapacityOverflowOctets,
  2148.               protocolDistStatsHighCapacityOctets }
  2149.     STATUS  current
  2150.     DESCRIPTION
  2151.         "Collects the relative amounts of octets and packets for the
  2152.         different protocols detected on a network segment."
  2153.     ::= { hcRmonMIBGroups 4 }
  2154.  
  2155. nlHostHighCapacityGroup OBJECT-GROUP
  2156.     OBJECTS { nlHostHighCapacityInOverflowPkts,
  2157.               nlHostHighCapacityInPkts,
  2158.               nlHostHighCapacityOutOverflowPkts,
  2159.               nlHostHighCapacityOutPkts,
  2160.               nlHostHighCapacityInOverflowOctets,
  2161.               nlHostHighCapacityInOctets,
  2162.               nlHostHighCapacityOutOverflowOctets,
  2163.               nlHostHighCapacityOutOctets }
  2164.     STATUS  current
  2165.     DESCRIPTION
  2166.         "Counts the amount of traffic sent from and to each network
  2167.         address discovered by the probe."
  2168.     ::= { hcRmonMIBGroups 5 }
  2169.  
  2170. nlMatrixHighCapacityGroup OBJECT-GROUP
  2171.     OBJECTS { nlMatrixSDHighCapacityOverflowPkts,
  2172.               nlMatrixSDHighCapacityPkts,
  2173.               nlMatrixSDHighCapacityOverflowOctets,
  2174.               nlMatrixSDHighCapacityOctets,
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180. Steven Waldbusser   Expires August 25, 1997          [Page 37]
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2187.  
  2188.  
  2189.               nlMatrixDSHighCapacityOverflowPkts,
  2190.               nlMatrixDSHighCapacityPkts,
  2191.               nlMatrixDSHighCapacityOverflowOctets,
  2192.               nlMatrixDSHighCapacityOctets }
  2193.     STATUS  current
  2194.     DESCRIPTION
  2195.         "Counts the amount of traffic sent between each pair of
  2196.         network addresses discovered by the probe."
  2197.     ::= { hcRmonMIBGroups 6 }
  2198.  
  2199. alHostHighCapacityGroup OBJECT-GROUP
  2200.     OBJECTS { alHostHighCapacityInOverflowPkts,
  2201.               alHostHighCapacityInPkts,
  2202.               alHostHighCapacityOutOverflowPkts,
  2203.               alHostHighCapacityOutPkts,
  2204.               alHostHighCapacityInOverflowOctets,
  2205.               alHostHighCapacityInOctets,
  2206.               alHostHighCapacityOutOverflowOctets,
  2207.               alHostHighCapacityOutOctets }
  2208.     STATUS  current
  2209.     DESCRIPTION
  2210.         "Counts the amount of traffic, by protocol, sent from and to
  2211.         each network address discovered by the probe."
  2212.     ::= { hcRmonMIBGroups 7 }
  2213.  
  2214. alMatrixHighCapacityGroup OBJECT-GROUP
  2215.     OBJECTS { alMatrixSDHighCapacityOverflowPkts,
  2216.               alMatrixSDHighCapacityPkts,
  2217.               alMatrixSDHighCapacityOverflowOctets,
  2218.               alMatrixSDHighCapacityOctets,
  2219.               alMatrixDSHighCapacityOverflowPkts,
  2220.               alMatrixDSHighCapacityPkts,
  2221.               alMatrixDSHighCapacityOverflowOctets,
  2222.               alMatrixDSHighCapacityOctets }
  2223.     STATUS  current
  2224.     DESCRIPTION
  2225.         "Counts the amount of traffic, by protocol, sent between each
  2226.         pair of network addresses discovered by the
  2227.         probe."
  2228.     ::= { hcRmonMIBGroups 8 }
  2229.  
  2230. END
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239. Steven Waldbusser   Expires August 25, 1997          [Page 38]
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2246.  
  2247.  
  2248. 8.  Security Considerations
  2249.  
  2250. In order to implement this MIB, a probe must capture all
  2251. packets on the locally-attached network, including packets
  2252. between third parties.  These packets are analyzed to collect
  2253. network addresses, protocol usage information, and
  2254. conversation statistics. Data of this nature may be considered
  2255. sensitive in some environments. In such environments the
  2256. administrator may wish to restrict SNMP access to the probe.
  2257.  
  2258. A probe implementing this MIB is likely to also implement RMON
  2259. [RFC1757], which includes functions for returning the contents
  2260. of captured packets, potentially including sensitive user data
  2261. or passwords. It is recommended that SNMP access to these
  2262. functions be restricted.
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298. Steven Waldbusser   Expires August 25, 1997          [Page 39]
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2305.  
  2306.  
  2307. 9.  Acknowledgments
  2308.  
  2309. This document was produced by the IETF Remote Network
  2310. Monitoring Working Group.
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357. Steven Waldbusser   Expires August 25, 1997          [Page 40]
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2364.  
  2365.  
  2366. 10.  References
  2367.  
  2368. [1]  SNMPv2 Working Group, J. Case, K. McCloghrie, M. Rose, S.
  2369.      Waldbusser Structure and Identification of Management
  2370.      Information for Version 2 of the Simple Network
  2371.      Management Protocol (SNMPv2) Internet Working Group
  2372.      Request for Comments 1902.  Network Information Center,
  2373.      SRI International, Menlo Park, California, (January,
  2374.      1996).
  2375.  
  2376. [2]  SNMPv2 Working Group, J. Case, K. McCloghrie, M. Rose, S.
  2377.      Waldbusser Textual Conventions for Version 2 of the
  2378.      Simple Network Management Protocol (SNMPv2) Internet
  2379.      Working Group Request for Comments 1903.  Network
  2380.      Information Center, SRI International, Menlo Park,
  2381.      California, (January, 1996).
  2382.  
  2383. [3]  K. McCloghrie and M.T. Rose, Management Information Base
  2384.      for Network Management of TCP/IP-based internets: MIB-II,
  2385.      Internet Working Group Request for Comments 1213 Network
  2386.      Information Center, SRI International, Menlo Park,
  2387.      California, (March, 1991).
  2388.  
  2389. [4]  SNMPv2 Working Group, J. Case, K. McCloghrie, M. Rose, S.
  2390.      Waldbusser Protocol Operations for version 2 of the
  2391.      Simple Network Management Protocol (SNMPv2) Internet
  2392.      Working Group Request for Comments 1905.  Network
  2393.      Information Center, SRI International, Menlo Park,
  2394.      California, (January, 1996).
  2395.  
  2396. [5]  K. McCloghrie and F. Kastenholz, Evolution of the
  2397.      Interfaces Group of MIB-II, Internet Working Group
  2398.      Request for Comments 1573.  Network Information Center,
  2399.      SRI International, Menlo Park, California, (Jan, 1994).
  2400.  
  2401. [6]  Information processing systems -- Open Systems
  2402.      Interconnection -- Specification of Abstract Syntax
  2403.      Notation One (ASN.1), International Organization for
  2404.      Standardization.  International Standard 8824, (December,
  2405.      1987).
  2406.  
  2407. [7]  Information processing systems -- Open Systems
  2408.      Interconnection -- Specification of Basic Encoding Rules
  2409.      for Abstract Notation One (ASN.1), International
  2410.      Organization for Standardization.  International Standard
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416. Steven Waldbusser   Expires August 25, 1997          [Page 41]
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2423.  
  2424.  
  2425.      8825, (December, 1987).
  2426.  
  2427. [8]  M.T. Rose, Editor, A Convention for Defining Traps for
  2428.      use with the SNMP, Internet Working Group Request for
  2429.      Comments 1215.  Network Information Center, SRI
  2430.      International, Menlo Park, California, (March, 1991).
  2431.  
  2432. [9]  S. Waldbusser Remote Network Monitoring Management
  2433.      Information Base Internet Working Group Request for
  2434.      Comments 1757 Network Information Center, SRI
  2435.      International, Menlo Park, California, (February, 1995).
  2436.  
  2437. [10] S. Waldbusser Token Ring Extensions to the Remote Network
  2438.      Monitoring MIB Internet Working Group Request for
  2439.      Comments 1513 Network Information Center, SRI
  2440.      International, Menlo Park, California, (September, 1993).
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475. Steven Waldbusser   Expires August 25, 1997          [Page 42]
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481. Internet Draft   Remote Network Monitoring MIBFebuary 25, 1997
  2482.  
  2483.  
  2484. Table of Contents
  2485.  
  2486.  
  2487. 1 Status of this Memo ...................................    1
  2488. 2 Abstract ..............................................    1
  2489. 3 The Network Management Framework ......................    3
  2490. 4 Overview ..............................................    4
  2491. 4.1 Remote Network Management Goals .....................    4
  2492. 4.2 Structure of MIB ....................................    6
  2493. 5 Control of Remote Network Monitoring Devices ..........    7
  2494. 5.1 Resource Sharing Among  Multiple  Management  Sta-
  2495.      tions ..............................................    7
  2496. 5.2 Row Addition Among Multiple Management Stations .....    9
  2497. 6 Conventions ...........................................   11
  2498. 7 Definitions ...........................................   11
  2499. 8 Security Considerations ...............................   39
  2500. 9 Acknowledgments .......................................   40
  2501. 10 References ...........................................   41
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534. Steven Waldbusser   Expires August 25, 1997          [Page 43]
  2535.  
  2536.  
  2537.