Difference between revisions of "RFC1271"

From RFC-Wiki
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
 
 
 
 
 
Network Working Group                                      S. Waldbusser
 
Network Working Group                                      S. Waldbusser
 
Request for Comments: 1271                    Carnegie Mellon University
 
Request for Comments: 1271                    Carnegie Mellon University
Line 9: Line 4:
  
 
       Remote Network Monitoring Management Information Base
 
       Remote Network Monitoring Management Information Base
Status of this Memo
+
 
 +
'''Status of this Memo'''
 +
 
 
This memo is an extension to the SNMP MIB.  This RFC specifies an IAB
 
This memo is an extension to the SNMP MIB.  This RFC specifies an IAB
 
standards track protocol for the Internet community, and requests
 
standards track protocol for the Internet community, and requests
Line 16: Line 13:
 
standardization state and status of this protocol.  Distribution of
 
standardization state and status of this protocol.  Distribution of
 
this memo is unlimited.
 
this memo is unlimited.
Table of Contents
+
 
1. Abstract ..............................................    2
 
2. The Network Management Framework.......................    2
 
3. Objects ...............................................    2
 
3.1 Format of Definitions ................................    3
 
4. Overview ..............................................    3
 
4.1 Remote Network Management Goals ......................    3
 
4.2 Textual Conventions ..................................    5
 
4.3 Structure of MIB .....................................    5
 
4.3.1 The Statistics Group ...............................    6
 
4.3.2 The History Group ..................................    6
 
4.3.3 The Alarm Group ....................................    6
 
4.3.4 The Host Group .....................................    6
 
4.3.5 The HostTopN Group .................................    6
 
4.3.6 The Matrix Group ...................................    7
 
4.3.7 The Filter Group ...................................    7
 
4.3.8 The Packet Capture Group ...........................    7
 
4.3.9 The Event Group ....................................    7
 
5. Control of Remote Network Monitoring Devices ..........    7
 
 
5.1 Resource Sharing Among Multiple Management Stations ..    8
 
5.1 Resource Sharing Among Multiple Management Stations ..    8
5.2 Row Addition Among Multiple Management Stations ......    9
 
6. Definitions ...........................................  10
 
7. Acknowledgments .......................................  80
 
8. References ............................................  80
 
Security Considerations...................................  81
 
Author's Address..........................................  81
 
  
 +
== Abstract ==
  
 
 
 
 
 
 
 
 
 
 
==  Abstract ==
 
 
This memo defines a portion of the Management Information Base (MIB)
 
This memo defines a portion of the Management Information Base (MIB)
 
for use with network management protocols in TCP/IP-based internets.
 
for use with network management protocols in TCP/IP-based internets.
 
In particular, it defines objects for managing remote network
 
In particular, it defines objects for managing remote network
 
monitoring devices.
 
monitoring devices.
== The Network Management Framework ==
+
 
 +
== The Network Management Framework ==
 +
 
 
The Internet-standard Network Management Framework consists of three
 
The Internet-standard Network Management Framework consists of three
 
components.  They are:
 
components.  They are:
   RFC 1155 which defines the SMI, the mechanisms used for describing
+
 
   and naming objects for the purpose of management.  RFC 1212
+
   [[RFC1155|RFC 1155]] which defines the SMI, the mechanisms used for describing
 +
   and naming objects for the purpose of management.  [[RFC1212|RFC 1212]]
 
   defines a more concise description mechanism, which is wholly
 
   defines a more concise description mechanism, which is wholly
 
   consistent with the SMI.
 
   consistent with the SMI.
   RFC 1156 which defines MIB-I, the core set of managed objects for
+
 
   the Internet suite of protocols.  RFC 1213, defines MIB-II, an
+
   [[RFC1156|RFC 1156]] which defines MIB-I, the core set of managed objects for
 +
   the Internet suite of protocols.  [[RFC1213|RFC 1213]], defines MIB-II, an
 
   evolution of MIB-I based on implementation experience and new
 
   evolution of MIB-I based on implementation experience and new
 
   operational requirements.
 
   operational requirements.
   RFC 1157 which defines the SNMP, the protocol used for network
+
 
 +
   [[RFC1157|RFC 1157]] which defines the SNMP, the protocol used for network
 
   access to managed objects.
 
   access to managed objects.
 +
 
The Framework permits new objects to be defined for the purpose of
 
The Framework permits new objects to be defined for the purpose of
 
experimentation and evaluation.
 
experimentation and evaluation.
== Objects ==
+
 
 +
== Objects ==
 +
 
 
Managed objects are accessed via a virtual information store, termed
 
Managed objects are accessed via a virtual information store, termed
 
the Management Information Base or MIB.  Objects in the MIB are
 
the Management Information Base or MIB.  Objects in the MIB are
Line 85: Line 56:
 
convenience, we often use a textual string, termed the OBJECT
 
convenience, we often use a textual string, termed the OBJECT
 
DESCRIPTOR, to also refer to the object type.
 
DESCRIPTOR, to also refer to the object type.
 +
 
The syntax of an object type defines the abstract data structure
 
The syntax of an object type defines the abstract data structure
 
corresponding to that object type.  The ASN.1 language is used for
 
corresponding to that object type.  The ASN.1 language is used for
Line 90: Line 62:
 
constructs which may be used.  These restrictions are explicitly made
 
constructs which may be used.  These restrictions are explicitly made
 
for simplicity.
 
for simplicity.
 +
 
The encoding of an object type is simply how that object type
 
The encoding of an object type is simply how that object type
 
 
 
 
 
 
  
 
is represented using the object type's syntax.  Implicitly
 
is represented using the object type's syntax.  Implicitly
Line 102: Line 69:
 
how the object type is represented when being transmitted on
 
how the object type is represented when being transmitted on
 
the network.
 
the network.
 +
 
The SMI specifies the use of the basic encoding rules of ASN.1 [8],
 
The SMI specifies the use of the basic encoding rules of ASN.1 [8],
 
subject to the additional requirements imposed by the SNMP.
 
subject to the additional requirements imposed by the SNMP.
3.1.  Format of Definitions
+
 
 +
=== Format of Definitions ===
 +
 
 
Section 6 contains the specification of all object types
 
Section 6 contains the specification of all object types
 
contained in this MIB module.  The object types are defined
 
contained in this MIB module.  The object types are defined
 
using the conventions defined in the SMI, as amended by the
 
using the conventions defined in the SMI, as amended by the
 
extensions specified in [9,10].
 
extensions specified in [9,10].
== Overview ==
+
 
 +
== Overview ==
 +
 
 
Remote network monitoring devices are instruments that exist for the
 
Remote network monitoring devices are instruments that exist for the
 
purpose of managing a network.  Often these remote probes are
 
purpose of managing a network.  Often these remote probes are
Line 117: Line 89:
 
addition, these devices may be used for a network management service
 
addition, these devices may be used for a network management service
 
provider to access a client network, often geographically remote.
 
provider to access a client network, often geographically remote.
 +
 
While many of the objects in this document are suitable for the
 
While many of the objects in this document are suitable for the
 
management of any type of network, there are some which are specific
 
management of any type of network, there are some which are specific
Line 123: Line 96:
 
future versions of this document will define extensions for other
 
future versions of this document will define extensions for other
 
network types such as Token Ring and FDDI.
 
network types such as Token Ring and FDDI.
4.1.  Remote Network Management Goals
+
 
 +
=== Remote Network Management Goals ===
 +
 
 
           o Offline Operation
 
           o Offline Operation
 
               There are sometimes conditions when a management
 
               There are sometimes conditions when a management
Line 133: Line 108:
 
               affect the communications between the management
 
               affect the communications between the management
 
               station and the probe.
 
               station and the probe.
 +
 
               For this reason, this MIB allows a probe to be
 
               For this reason, this MIB allows a probe to be
 
               configured to perform diagnostics and to collect
 
               configured to perform diagnostics and to collect
 
               statistics continuously, even when communication with
 
               statistics continuously, even when communication with
 
               the management station may not be possible or
 
               the management station may not be possible or
 
 
 
 
 
 
  
 
               efficient.  The probe may then attempt to notify
 
               efficient.  The probe may then attempt to notify
Line 152: Line 122:
 
               communicated to the management station conveniently
 
               communicated to the management station conveniently
 
               and efficiently.
 
               and efficiently.
 +
 
           o Preemptive Monitoring
 
           o Preemptive Monitoring
 
               Given the resources available on the monitor, it
 
               Given the resources available on the monitor, it
Line 163: Line 134:
 
               station in an attempt to perform further diagnosis
 
               station in an attempt to perform further diagnosis
 
               into the cause of the problem.
 
               into the cause of the problem.
 +
 
           o Problem Detection and Reporting
 
           o Problem Detection and Reporting
 
               The monitor can be configured to recognize
 
               The monitor can be configured to recognize
Line 170: Line 142:
 
               management stations may be notified in a number of
 
               management stations may be notified in a number of
 
               ways.
 
               ways.
 +
 
           o Value Added Data
 
           o Value Added Data
 
               Because a remote monitoring device represents a
 
               Because a remote monitoring device represents a
Line 181: Line 154:
 
               probe can give the management station precisely the
 
               probe can give the management station precisely the
 
               information it needs to solve a class of problems.
 
               information it needs to solve a class of problems.
 +
 
           o Multiple Managers
 
           o Multiple Managers
 
               An organization may have multiple management stations
 
               An organization may have multiple management stations
Line 189: Line 163:
 
               common, the remote network monitoring device has to
 
               common, the remote network monitoring device has to
  
 +
              deal with more than own management station,
 +
              potentially using its resources concurrently.
  
 +
=== Textual Conventions ===
  
 
 
 
 
              deal with more than own management station,
 
              potentially using its resources concurrently.
 
4.2.  Textual Conventions
 
 
Two new data types are introduced as a textual convention in this MIB
 
Two new data types are introduced as a textual convention in this MIB
 
document.  These textual conventions enhance the readability of the
 
document.  These textual conventions enhance the readability of the
Line 210: Line 180:
 
adopted merely for the convenience of readers and writers in pursuit
 
adopted merely for the convenience of readers and writers in pursuit
 
of the elusive goal of clear, concise, and unambiguous MIB documents.
 
of the elusive goal of clear, concise, and unambiguous MIB documents.
 +
 
The new data types are: OwnerString and EntryStatus.
 
The new data types are: OwnerString and EntryStatus.
4.3.  Structure of MIB
+
 
 +
=== Structure of MIB ===
 +
 
 
The objects are arranged into the following groups:
 
The objects are arranged into the following groups:
 +
 
               - statistics
 
               - statistics
 +
 
               - history
 
               - history
 +
 
               - alarm
 
               - alarm
 +
 
               - host
 
               - host
 +
 
               - hostTopN
 
               - hostTopN
 +
 
               - matrix
 
               - matrix
 +
 
               - filter
 
               - filter
 +
 
               - packet capture
 
               - packet capture
 +
 
               - event
 
               - event
 +
 
These groups are the basic unit of conformance.  If a remote
 
These groups are the basic unit of conformance.  If a remote
 
monitoring device implements a group, then it must implement all
 
monitoring device implements a group, then it must implement all
Line 227: Line 210:
 
the host group must implement the hostControlTable, the hostTable and
 
the host group must implement the hostControlTable, the hostTable and
 
the hostTimeTable.
 
the hostTimeTable.
 
 
 
 
 
 
 
  
 
All groups in this MIB are optional.  Implementations of this MIB
 
All groups in this MIB are optional.  Implementations of this MIB
 
must also implement the system and interfaces group of MIB-II [6].
 
must also implement the system and interfaces group of MIB-II [6].
 
MIB-II may also mandate the implementation of additional groups.
 
MIB-II may also mandate the implementation of additional groups.
 +
 
These groups are defined to provide a means of assigning object
 
These groups are defined to provide a means of assigning object
 
identifiers, and to provide a method for managed agents to know which
 
identifiers, and to provide a method for managed agents to know which
 
objects they must implement.
 
objects they must implement.
4.3.1.  The Statistics Group
+
 
 +
==== The Statistics Group ====
 +
 
 
The statistics group contains statistics measured by the probe for
 
The statistics group contains statistics measured by the probe for
 
each monitored interface on this device.  This group currently
 
each monitored interface on this device.  This group currently
 
consists of the etherStatsTable but in the future will contain tables
 
consists of the etherStatsTable but in the future will contain tables
 
for other media types including Token Ring and FDDI.
 
for other media types including Token Ring and FDDI.
4.3.2.  The History Group
+
 
 +
==== The History Group ====
 +
 
 
The history group records periodic statistical samples from a network
 
The history group records periodic statistical samples from a network
 
and stores them for later retrieval.  This group currently consists
 
and stores them for later retrieval.  This group currently consists
Line 252: Line 233:
 
versions of the MIB, this group may contain tables for other media
 
versions of the MIB, this group may contain tables for other media
 
types including Token Ring and FDDI.
 
types including Token Ring and FDDI.
4.3.3.  The Alarm Group
+
 
 +
==== The Alarm Group ====
 +
 
 
The alarm group periodically takes statistical samples from variables
 
The alarm group periodically takes statistical samples from variables
 
in the probe and compares them to previously configured thresholds.
 
in the probe and compares them to previously configured thresholds.
Line 259: Line 242:
 
alarms.  This group consists of the alarmTable and requires the
 
alarms.  This group consists of the alarmTable and requires the
 
implementation of the event group.
 
implementation of the event group.
4.3.4.  The Host Group
+
 
 +
==== The Host Group ====
 +
 
 
The host group contains statistics associated with each host
 
The host group contains statistics associated with each host
 
discovered on the network.  This group discovers hosts on the network
 
discovered on the network.  This group discovers hosts on the network
Line 266: Line 251:
 
consists of the hostControlTable, the hostTable, and the
 
consists of the hostControlTable, the hostTable, and the
 
hostTimeTable.
 
hostTimeTable.
4.3.5.  The HostTopN Group
+
 
 +
==== The HostTopN Group ====
 +
 
 
The hostTopN group is used to prepare reports that describe the hosts
 
The hostTopN group is used to prepare reports that describe the hosts
 
that top a list ordered by one of their statistics.  The available
 
that top a list ordered by one of their statistics.  The available
Line 272: Line 259:
 
interval specified by the management station.  Thus, these statistics
 
interval specified by the management station.  Thus, these statistics
 
are rate based.  The management station also selects how many such
 
are rate based.  The management station also selects how many such
 
 
 
 
 
 
  
 
hosts are reported.  This group consists of the hostTopNControlTable
 
hosts are reported.  This group consists of the hostTopNControlTable
 
and the hostTopNTable, and requires the implementation of the host
 
and the hostTopNTable, and requires the implementation of the host
 
group.
 
group.
4.3.6.  The Matrix Group
+
 
 +
==== The Matrix Group ====
 +
 
 
The matrix group stores statistics for conversations between sets of
 
The matrix group stores statistics for conversations between sets of
 
two addresses.  As the device detects a new conversation, it creates
 
two addresses.  As the device detects a new conversation, it creates
 
a new entry in its tables.  This group consists of the
 
a new entry in its tables.  This group consists of the
 
matrixControlTable, the matrixSDTable and the matrixDSTable.
 
matrixControlTable, the matrixSDTable and the matrixDSTable.
4.3.7.  The Filter Group
+
 
 +
==== The Filter Group ====
 +
 
 
The filter group allows packets to be matched by a filter equation.
 
The filter group allows packets to be matched by a filter equation.
 
These matched packets form a data stream that may be captured or may
 
These matched packets form a data stream that may be captured or may
 
generate events.  This group consists of the filterTable and the
 
generate events.  This group consists of the filterTable and the
 
channelTable.
 
channelTable.
4.3.8.  The Packet Capture Group
+
 
 +
==== The Packet Capture Group ====
 +
 
 
The Packet Capture group allows packets to be captured after they
 
The Packet Capture group allows packets to be captured after they
 
flow through a channel.  This group consists of the
 
flow through a channel.  This group consists of the
 
bufferControlTable and the captureBufferTable, and requires the
 
bufferControlTable and the captureBufferTable, and requires the
 
implementation of the filter group.
 
implementation of the filter group.
4.3.9.  The Event Group
+
 
 +
==== The Event Group ====
 +
 
 
The event group controls the generation and notification of events
 
The event group controls the generation and notification of events
 
from this device.  This group consists of the eventTable and the
 
from this device.  This group consists of the eventTable and the
 
logTable.
 
logTable.
== Control of Remote Network Monitoring Devices ==
+
 
 +
== Control of Remote Network Monitoring Devices ==
 +
 
 
Due to the complex nature of the available functions in these
 
Due to the complex nature of the available functions in these
 
devices, the functions often need user configuration.  In many cases,
 
devices, the functions often need user configuration.  In many cases,
Line 307: Line 298:
 
operation.  The operation can proceed only after these parameters are
 
operation.  The operation can proceed only after these parameters are
 
fully set up.
 
fully set up.
 +
 
Many functional groups in this MIB have one or more tables in which
 
Many functional groups in this MIB have one or more tables in which
 
to set up control parameters, and one or more data tables in which to
 
to set up control parameters, and one or more data tables in which to
Line 316: Line 308:
 
these parameters is to invalidate the control entry, causing its
 
these parameters is to invalidate the control entry, causing its
 
deletion and the deletion of any associated data entries, and then
 
deletion and the deletion of any associated data entries, and then
 
 
 
 
 
 
  
 
create a new control entry with the proper parameters.  Deleting the
 
create a new control entry with the proper parameters.  Deleting the
 
control entry also gives a convenient method for reclaiming the
 
control entry also gives a convenient method for reclaiming the
 
resources used by the associated data.
 
resources used by the associated data.
 +
 
Some objects in this MIB provide a mechanism to execute an action on
 
Some objects in this MIB provide a mechanism to execute an action on
 
the remote monitoring device.  These objects may execute an action as
 
the remote monitoring device.  These objects may execute an action as
Line 331: Line 318:
 
in this MIB, a request to set an object to the same value as it
 
in this MIB, a request to set an object to the same value as it
 
currently holds would thus cause no action to occur.
 
currently holds would thus cause no action to occur.
 +
 
To facilitate control by multiple managers, resources have to be
 
To facilitate control by multiple managers, resources have to be
 
shared among the managers.  These resources are typically the memory
 
shared among the managers.  These resources are typically the memory
 
and computation resources that a function requires.
 
and computation resources that a function requires.
5.1.  Resource Sharing Among Multiple Management Stations
+
 
 +
=== Resource Sharing Among Multiple Management Stations ===
 +
 
 
When multiple management stations wish to use functions that compete
 
When multiple management stations wish to use functions that compete
 
for a finite amount of resources on a device, a method to facilitate
 
for a finite amount of resources on a device, a method to facilitate
 
this sharing of resources is required.  Potential conflicts include:
 
this sharing of resources is required.  Potential conflicts include:
 +
 
           o Two management stations wish to simultaneously use
 
           o Two management stations wish to simultaneously use
 
             resources that together would exceed the capability of
 
             resources that together would exceed the capability of
 
             the device.
 
             the device.
 +
 
           o A management station uses a significant amount of
 
           o A management station uses a significant amount of
 
             resources for a long period of time.
 
             resources for a long period of time.
 +
 
           o A management station uses resources and then crashes,
 
           o A management station uses resources and then crashes,
 
             forgetting to free the resources so others may
 
             forgetting to free the resources so others may
 
             use them.
 
             use them.
 +
 
A mechanism is provided for each management station initiated
 
A mechanism is provided for each management station initiated
 
function in this MIB to avoid these conflicts and to help resolve
 
function in this MIB to avoid these conflicts and to help resolve
Line 351: Line 345:
 
initiator (owner) of the function.  This label is set by the
 
initiator (owner) of the function.  This label is set by the
 
initiator to provide for the following possibilities:
 
initiator to provide for the following possibilities:
 +
 
           o A management station may recognize resources it owns
 
           o A management station may recognize resources it owns
 
             and no longer needs.
 
             and no longer needs.
 +
 
           o A network operator can find the management station that
 
           o A network operator can find the management station that
 
             owns the resource and negotiate for it to be freed.
 
             owns the resource and negotiate for it to be freed.
 +
 
           o A network operator may decide to unilaterally free
 
           o A network operator may decide to unilaterally free
 
             resources another network operator has reserved.
 
             resources another network operator has reserved.
 +
 
           o Upon initialization, a management station may recognize
 
           o Upon initialization, a management station may recognize
 
             resources it had reserved in the past.  With this
 
             resources it had reserved in the past.  With this
 
 
 
 
 
 
  
 
             information it may free the resources if it no longer
 
             information it may free the resources if it no longer
 
             needs them.
 
             needs them.
 +
 
Management stations and probes should support any format of the owner
 
Management stations and probes should support any format of the owner
 
string dictated by the local policy of the organization.  It is
 
string dictated by the local policy of the organization.  It is
Line 374: Line 367:
 
or phone number.  This information will help users to share the
 
or phone number.  This information will help users to share the
 
resources more effectively.
 
resources more effectively.
 +
 
There is often default functionality that the device wishes to set
 
There is often default functionality that the device wishes to set
 
up.  The resources associated with this functionality are then owned
 
up.  The resources associated with this functionality are then owned
Line 382: Line 376:
 
should only modify these objects under the direction of the
 
should only modify these objects under the direction of the
 
administrator of the probe, often the network administrator.
 
administrator of the probe, often the network administrator.
 +
 
When a network management station wishes to utilize a function in a
 
When a network management station wishes to utilize a function in a
 
monitor, it is encouraged to first scan the control table of that
 
monitor, it is encouraged to first scan the control table of that
Line 390: Line 385:
 
should understand that the management station that owns the instance
 
should understand that the management station that owns the instance
 
may indiscriminately modify or delete it.
 
may indiscriminately modify or delete it.
5.2.  Row Addition Among Multiple Management Stations
+
 
 +
=== Row Addition Among Multiple Management Stations ===
 +
 
 
The addition of new rows is achieved using the method described in
 
The addition of new rows is achieved using the method described in
 
[9].  In this MIB, rows are often added to a table in order to
 
[9].  In this MIB, rows are often added to a table in order to
Line 401: Line 398:
 
the management station that the parameters are invalid.  There are
 
the management station that the parameters are invalid.  There are
 
two opportunities:
 
two opportunities:
 +
 
           o When the management station sets each parameter object.
 
           o When the management station sets each parameter object.
 +
 
           o When the management station sets the entry status object
 
           o When the management station sets the entry status object
 
             to valid.
 
             to valid.
 +
 
If the latter is chosen, it would be unclear to the management
 
If the latter is chosen, it would be unclear to the management
 
station which of the several parameters was invalid and caused the
 
station which of the several parameters was invalid and caused the
 
 
 
 
 
 
  
 
badValue error to be emitted.  Thus, wherever possible, the
 
badValue error to be emitted.  Thus, wherever possible, the
 
implementor should choose the former as it will provide more
 
implementor should choose the former as it will provide more
 
information to the management station.
 
information to the management station.
 +
 
A problem can arise when multiple management stations attempt to set
 
A problem can arise when multiple management stations attempt to set
 
configuration information simultaneously using SNMP.  When this
 
configuration information simultaneously using SNMP.  When this
Line 427: Line 422:
 
create the same conceptual row, only the first will succeed.  The
 
create the same conceptual row, only the first will succeed.  The
 
others will receive an error.
 
others will receive an error.
== Definitions ==
+
 
 +
== Definitions ==
 +
 
 
       RFC1271-MIB DEFINITIONS ::= BEGIN
 
       RFC1271-MIB DEFINITIONS ::= BEGIN
 +
 
           IMPORTS
 
           IMPORTS
 
               Counter                              FROM RFC1155-SMI
 
               Counter                              FROM RFC1155-SMI
Line 434: Line 432:
 
               mib-2                                FROM RFC1213-MIB
 
               mib-2                                FROM RFC1213-MIB
 
               OBJECT-TYPE                          FROM RFC-1212;
 
               OBJECT-TYPE                          FROM RFC-1212;
 +
 
       --  This MIB module uses the extended OBJECT-TYPE macro as
 
       --  This MIB module uses the extended OBJECT-TYPE macro as
 
       --  defined in [9].
 
       --  defined in [9].
  
 
       --  Remote Network Monitoring MIB
 
       --  Remote Network Monitoring MIB
 +
 
           rmon    OBJECT IDENTIFIER ::= { mib-2 16 }
 
           rmon    OBJECT IDENTIFIER ::= { mib-2 16 }
  
 
           -- textual conventions
 
           -- textual conventions
 +
 
           OwnerString ::= DisplayString
 
           OwnerString ::= DisplayString
 
           -- This data type is used to model an administratively
 
           -- This data type is used to model an administratively
Line 452: Line 453:
 
           -- an entry.  In these cases, this string shall be set
 
           -- an entry.  In these cases, this string shall be set
 
           -- to a string starting with 'monitor'.
 
           -- to a string starting with 'monitor'.
 
 
 
 
 
 
  
 
           --
 
           --
Line 481: Line 476:
 
                         invalid(4)
 
                         invalid(4)
 
                       }
 
                       }
 +
 
           -- The status of a table entry.
 
           -- The status of a table entry.
 
           --
 
           --
Line 506: Line 502:
 
           -- Entries shall exist in the underCreation(3) state until
 
           -- Entries shall exist in the underCreation(3) state until
  
 
+
           -- the management station is finished configuring the
 
+
           -- entry and sets this object to valid(1) or aborts,
 
 
 
 
 
 
 
 
           -- the management station is finished configuring the
 
           -- entry and sets this object to valid(1) or aborts,
 
 
           -- setting this object to invalid(4).  If the agent
 
           -- setting this object to invalid(4).  If the agent
 
           -- determines that an entry has been in the
 
           -- determines that an entry has been in the
Line 549: Line 539:
 
       -- create one etherStats entry for each monitored Ethernet
 
       -- create one etherStats entry for each monitored Ethernet
 
       -- interface on the device.
 
       -- interface on the device.
 +
 
       etherStatsTable OBJECT-TYPE
 
       etherStatsTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF EtherStatsEntry
 
           SYNTAX SEQUENCE OF EtherStatsEntry
Line 556: Line 547:
 
               "A list of Ethernet statistics entries."
 
               "A list of Ethernet statistics entries."
 
           ::= { statistics 1 }
 
           ::= { statistics 1 }
 
 
 
 
 
 
 
  
 
       etherStatsEntry OBJECT-TYPE
 
       etherStatsEntry OBJECT-TYPE
Line 573: Line 557:
 
           INDEX { etherStatsIndex }
 
           INDEX { etherStatsIndex }
 
           ::= { etherStatsTable 1 }
 
           ::= { etherStatsTable 1 }
 +
 
       EtherStatsEntry ::= SEQUENCE {
 
       EtherStatsEntry ::= SEQUENCE {
 
           etherStatsIndex                    INTEGER (1..65535),
 
           etherStatsIndex                    INTEGER (1..65535),
Line 596: Line 581:
 
           etherStatsStatus                  INTEGER
 
           etherStatsStatus                  INTEGER
 
       }
 
       }
 +
 
       etherStatsIndex OBJECT-TYPE
 
       etherStatsIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 604: Line 590:
 
               etherStats entry."
 
               etherStats entry."
 
           ::= { etherStatsEntry 1 }
 
           ::= { etherStatsEntry 1 }
 +
 
       etherStatsDataSource OBJECT-TYPE
 
       etherStatsDataSource OBJECT-TYPE
 
           SYNTAX OBJECT IDENTIFIER
 
           SYNTAX OBJECT IDENTIFIER
Line 609: Line 596:
 
           STATUS mandatory
 
           STATUS mandatory
 
           DESCRIPTION
 
           DESCRIPTION
 
 
 
 
 
 
  
 
               "This object identifies the source of the data that
 
               "This object identifies the source of the data that
Line 624: Line 605:
 
               For example, if an entry were to receive data from
 
               For example, if an entry were to receive data from
 
               interface #1, this object would be set to ifIndex.1.
 
               interface #1, this object would be set to ifIndex.1.
 +
 
               The statistics in this group reflect all packets
 
               The statistics in this group reflect all packets
 
               on the local network segment attached to the
 
               on the local network segment attached to the
 
               identified interface.
 
               identified interface.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               etherStatsStatus object is equal to valid(1)."
 
               etherStatsStatus object is equal to valid(1)."
 
           ::= { etherStatsEntry 2 }
 
           ::= { etherStatsEntry 2 }
 +
 
       etherStatsDropEvents OBJECT-TYPE
 
       etherStatsDropEvents OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 641: Line 625:
 
               condition has been detected."
 
               condition has been detected."
 
           ::= { etherStatsEntry 3 }
 
           ::= { etherStatsEntry 3 }
 +
 
       etherStatsOctets OBJECT-TYPE
 
       etherStatsOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 651: Line 636:
 
               FCS octets)."
 
               FCS octets)."
 
           ::= { etherStatsEntry 4 }
 
           ::= { etherStatsEntry 4 }
 +
 
       etherStatsPkts OBJECT-TYPE
 
       etherStatsPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 659: Line 645:
 
               received."
 
               received."
 
           ::= { etherStatsEntry 5 }
 
           ::= { etherStatsEntry 5 }
 
 
 
 
 
 
  
 
       etherStatsBroadcastPkts OBJECT-TYPE
 
       etherStatsBroadcastPkts OBJECT-TYPE
Line 674: Line 654:
 
               directed to the broadcast address."
 
               directed to the broadcast address."
 
           ::= { etherStatsEntry 6 }
 
           ::= { etherStatsEntry 6 }
 +
 
       etherStatsMulticastPkts OBJECT-TYPE
 
       etherStatsMulticastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 684: Line 665:
 
               broadcast address."
 
               broadcast address."
 
           ::= { etherStatsEntry 7 }
 
           ::= { etherStatsEntry 7 }
 +
 
       etherStatsCRCAlignErrors OBJECT-TYPE
 
       etherStatsCRCAlignErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 696: Line 678:
 
               Sequence (FCS)."
 
               Sequence (FCS)."
 
           ::= { etherStatsEntry 8 }
 
           ::= { etherStatsEntry 8 }
 +
 
       etherStatsUndersizePkts OBJECT-TYPE
 
       etherStatsUndersizePkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 706: Line 689:
 
               formed."
 
               formed."
 
           ::= { etherStatsEntry 9 }
 
           ::= { etherStatsEntry 9 }
 +
 
       etherStatsOversizePkts OBJECT-TYPE
 
       etherStatsOversizePkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 711: Line 695:
 
           STATUS mandatory
 
           STATUS mandatory
  
 
+
           DESCRIPTION
 
 
 
 
 
 
 
 
 
 
           DESCRIPTION
 
 
               "The total number of packets received that were
 
               "The total number of packets received that were
 
               longer than 1518 octets (excluding framing bits,
 
               longer than 1518 octets (excluding framing bits,
Line 723: Line 701:
 
               well formed."
 
               well formed."
 
           ::= { etherStatsEntry 10 }
 
           ::= { etherStatsEntry 10 }
 +
 
       etherStatsFragments OBJECT-TYPE
 
       etherStatsFragments OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 734: Line 713:
 
               including FCS octets)."
 
               including FCS octets)."
 
           ::= { etherStatsEntry 11 }
 
           ::= { etherStatsEntry 11 }
 +
 
       etherStatsJabbers OBJECT-TYPE
 
       etherStatsJabbers OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 745: Line 725:
 
               a bad Frame Check Sequence (FCS)."
 
               a bad Frame Check Sequence (FCS)."
 
           ::= { etherStatsEntry 12 }
 
           ::= { etherStatsEntry 12 }
 +
 
       etherStatsCollisions OBJECT-TYPE
 
       etherStatsCollisions OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 753: Line 734:
 
               on this Ethernet segment."
 
               on this Ethernet segment."
 
           ::= { etherStatsEntry 13 }
 
           ::= { etherStatsEntry 13 }
 +
 
       etherStatsPkts64Octets OBJECT-TYPE
 
       etherStatsPkts64Octets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 762: Line 744:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
  
 +
          ::= { etherStatsEntry 14 }
  
 
 
 
 
 
          ::= { etherStatsEntry 14 }
 
 
       etherStatsPkts65to127Octets OBJECT-TYPE
 
       etherStatsPkts65to127Octets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 779: Line 756:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
 
           ::= { etherStatsEntry 15 }
 
           ::= { etherStatsEntry 15 }
 +
 
       etherStatsPkts128to255Octets OBJECT-TYPE
 
       etherStatsPkts128to255Octets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 789: Line 767:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
 
           ::= { etherStatsEntry 16 }
 
           ::= { etherStatsEntry 16 }
 +
 
       etherStatsPkts256to511Octets OBJECT-TYPE
 
       etherStatsPkts256to511Octets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 799: Line 778:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
 
           ::= { etherStatsEntry 17 }
 
           ::= { etherStatsEntry 17 }
 +
 
       etherStatsPkts512to1023Octets OBJECT-TYPE
 
       etherStatsPkts512to1023Octets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 809: Line 789:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
 
           ::= { etherStatsEntry 18 }
 
           ::= { etherStatsEntry 18 }
 
 
 
 
 
 
 
 
 
  
 
       etherStatsPkts1024to1518Octets OBJECT-TYPE
 
       etherStatsPkts1024to1518Octets OBJECT-TYPE
Line 829: Line 800:
 
               (excluding framing bits but including FCS octets)."
 
               (excluding framing bits but including FCS octets)."
 
           ::= { etherStatsEntry 19 }
 
           ::= { etherStatsEntry 19 }
 +
 
       etherStatsOwner OBJECT-TYPE
 
       etherStatsOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 837: Line 809:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { etherStatsEntry 20 }
 
           ::= { etherStatsEntry 20 }
 +
 
       etherStatsStatus OBJECT-TYPE
 
       etherStatsStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 846: Line 819:
  
 
       -- The History Group
 
       -- The History Group
 +
 
       -- Implementation of the History group is optional.
 
       -- Implementation of the History group is optional.
 
       --
 
       --
Line 863: Line 837:
 
       -- when the next hour of the day begins, a sample is
 
       -- when the next hour of the day begins, a sample is
 
       -- started at that instant.  This tends to make more
 
       -- started at that instant.  This tends to make more
 
 
 
 
 
 
  
 
       -- user-friendly reports, and enables comparison of reports
 
       -- user-friendly reports, and enables comparison of reports
Line 879: Line 847:
 
       -- parameters are 30 seconds for the short term polling
 
       -- parameters are 30 seconds for the short term polling
 
       -- period and 30 minutes for the long term period.
 
       -- period and 30 minutes for the long term period.
 +
 
       historyControlTable OBJECT-TYPE
 
       historyControlTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF HistoryControlEntry
 
           SYNTAX SEQUENCE OF HistoryControlEntry
Line 886: Line 855:
 
               "A list of history control entries."
 
               "A list of history control entries."
 
           ::= { history 1 }
 
           ::= { history 1 }
 +
 
       historyControlEntry OBJECT-TYPE
 
       historyControlEntry OBJECT-TYPE
 
           SYNTAX HistoryControlEntry
 
           SYNTAX HistoryControlEntry
Line 895: Line 865:
 
           INDEX { historyControlIndex }
 
           INDEX { historyControlIndex }
 
           ::= { historyControlTable 1 }
 
           ::= { historyControlTable 1 }
 +
 
       HistoryControlEntry ::= SEQUENCE {
 
       HistoryControlEntry ::= SEQUENCE {
 
           historyControlIndex            INTEGER (1..65535),
 
           historyControlIndex            INTEGER (1..65535),
Line 904: Line 875:
 
           historyControlStatus            INTEGER
 
           historyControlStatus            INTEGER
 
       }
 
       }
 +
 
       historyControlIndex OBJECT-TYPE
 
       historyControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 914: Line 886:
 
               interface on the device."
 
               interface on the device."
 
           ::= { historyControlEntry 1 }
 
           ::= { historyControlEntry 1 }
 
 
 
 
 
 
  
 
       historyControlDataSource OBJECT-TYPE
 
       historyControlDataSource OBJECT-TYPE
Line 936: Line 902:
 
               if an entry were to receive data from interface #1,
 
               if an entry were to receive data from interface #1,
 
               this object would be set to ifIndex.1.
 
               this object would be set to ifIndex.1.
 +
 
               The statistics in this group reflect all packets
 
               The statistics in this group reflect all packets
 
               on the local network segment attached to the
 
               on the local network segment attached to the
 
               identified interface.
 
               identified interface.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               historyControlStatus object is equal to valid(1)."
 
               historyControlStatus object is equal to valid(1)."
 
           ::= { historyControlEntry 2 }
 
           ::= { historyControlEntry 2 }
 +
 
       historyControlBucketsRequested OBJECT-TYPE
 
       historyControlBucketsRequested OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 951: Line 920:
 
               media-specific table associated with this
 
               media-specific table associated with this
 
               historyControl entry.
 
               historyControl entry.
 +
 
               When this object is created or modified, the probe
 
               When this object is created or modified, the probe
 
               should set historyControlBucketsGranted as closely to
 
               should set historyControlBucketsGranted as closely to
Line 957: Line 927:
 
           DEFVAL { 50 }
 
           DEFVAL { 50 }
 
           ::= { historyControlEntry 3 }
 
           ::= { historyControlEntry 3 }
 +
 
       historyControlBucketsGranted OBJECT-TYPE
 
       historyControlBucketsGranted OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 964: Line 935:
 
               "The number of discrete sampling intervals
 
               "The number of discrete sampling intervals
 
               over which data shall be saved in the part of
 
               over which data shall be saved in the part of
 
 
 
 
 
 
  
 
               the media-specific table associated with this
 
               the media-specific table associated with this
 
               historyControl entry.
 
               historyControl entry.
 +
 
               When the associated historyControlBucketsRequested
 
               When the associated historyControlBucketsRequested
 
               object is created or modified, the probe
 
               object is created or modified, the probe
Line 981: Line 947:
 
               of a modification to the associated
 
               of a modification to the associated
 
               historyControlBucketsRequested object.
 
               historyControlBucketsRequested object.
 +
 
               There will be times when the actual number of
 
               There will be times when the actual number of
 
               buckets associated with this entry is less than
 
               buckets associated with this entry is less than
Line 986: Line 953:
 
               end of each sampling interval, a new bucket will
 
               end of each sampling interval, a new bucket will
 
               be added to the media-specific table.
 
               be added to the media-specific table.
 +
 
               When the number of buckets reaches the value of
 
               When the number of buckets reaches the value of
 
               this object and a new bucket is to be added to the
 
               this object and a new bucket is to be added to the
Line 991: Line 959:
 
               with this historyControlEntry shall be deleted by
 
               with this historyControlEntry shall be deleted by
 
               the agent so that the new bucket can be added.
 
               the agent so that the new bucket can be added.
 +
 
               When the value of this object changes to a value less
 
               When the value of this object changes to a value less
 
               than the current value, entries are deleted
 
               than the current value, entries are deleted
Line 998: Line 967:
 
               number remains less than or equal to the new value of
 
               number remains less than or equal to the new value of
 
               this object.
 
               this object.
 +
 
               When the value of this object changes to a value
 
               When the value of this object changes to a value
 
               greater than the current value, the number of
 
               greater than the current value, the number of
Line 1,003: Line 973:
 
               to grow."
 
               to grow."
 
           ::= { historyControlEntry 4 }
 
           ::= { historyControlEntry 4 }
 +
 
       historyControlInterval OBJECT-TYPE
 
       historyControlInterval OBJECT-TYPE
 
           SYNTAX INTEGER (1..3600)
 
           SYNTAX INTEGER (1..3600)
Line 1,014: Line 985:
 
               be set to any number of seconds between 1 and
 
               be set to any number of seconds between 1 and
  
 +
              3600 (1 hour).
  
 
 
 
 
 
              3600 (1 hour).
 
 
               Because the counters in a bucket may overflow at their
 
               Because the counters in a bucket may overflow at their
 
               maximum value with no indication, a prudent manager
 
               maximum value with no indication, a prudent manager
Line 1,034: Line 1,000:
 
               in about one hour at the Ethernet's maximum
 
               in about one hour at the Ethernet's maximum
 
               utilization.
 
               utilization.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               historyControlStatus object is equal to valid(1)."
 
               historyControlStatus object is equal to valid(1)."
 
           DEFVAL { 1800 }
 
           DEFVAL { 1800 }
 
           ::= { historyControlEntry 5 }
 
           ::= { historyControlEntry 5 }
 +
 
       historyControlOwner OBJECT-TYPE
 
       historyControlOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 1,046: Line 1,014:
 
               using the resources assigned to it."
 
               using the resources assigned to it."
 
           ::= { historyControlEntry 6 }
 
           ::= { historyControlEntry 6 }
 +
 
       historyControlStatus OBJECT-TYPE
 
       historyControlStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 1,052: Line 1,021:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The status of this historyControl entry.
 
               "The status of this historyControl entry.
 +
 
               Each instance of the media-specific table associated
 
               Each instance of the media-specific table associated
 
               with this historyControlEntry will be deleted by the
 
               with this historyControlEntry will be deleted by the
Line 1,059: Line 1,029:
  
 
       -- Ether History table
 
       -- Ether History table
 +
 
       etherHistoryTable OBJECT-TYPE
 
       etherHistoryTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF EtherHistoryEntry
 
           SYNTAX SEQUENCE OF EtherHistoryEntry
  
 +
          ACCESS not-accessible
 +
          STATUS mandatory
 +
          DESCRIPTION
 +
              "A list of Ethernet history entries."
 +
          ::= { history 2 }
  
 
 
 
 
 
          ACCESS not-accessible
 
          STATUS mandatory
 
          DESCRIPTION
 
              "A list of Ethernet history entries."
 
          ::= { history 2 }
 
 
       etherHistoryEntry OBJECT-TYPE
 
       etherHistoryEntry OBJECT-TYPE
 
           SYNTAX EtherHistoryEntry
 
           SYNTAX EtherHistoryEntry
Line 1,085: Line 1,051:
 
           INDEX { etherHistoryIndex , etherHistorySampleIndex }
 
           INDEX { etherHistoryIndex , etherHistorySampleIndex }
 
           ::= { etherHistoryTable 1 }
 
           ::= { etherHistoryTable 1 }
 +
 
       EtherHistoryEntry ::= SEQUENCE {
 
       EtherHistoryEntry ::= SEQUENCE {
 
           etherHistoryIndex                INTEGER (1..65535),
 
           etherHistoryIndex                INTEGER (1..65535),
Line 1,102: Line 1,069:
 
           etherHistoryUtilization          INTEGER (0..10000)
 
           etherHistoryUtilization          INTEGER (0..10000)
 
       }
 
       }
 +
 
       etherHistoryIndex OBJECT-TYPE
 
       etherHistoryIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,112: Line 1,080:
 
               by the same value of historyControlIndex."
 
               by the same value of historyControlIndex."
 
           ::= { etherHistoryEntry 1 }
 
           ::= { etherHistoryEntry 1 }
 
 
 
 
 
 
 
  
 
       etherHistorySampleIndex OBJECT-TYPE
 
       etherHistorySampleIndex OBJECT-TYPE
Line 1,131: Line 1,092:
 
               as each new sample is taken."
 
               as each new sample is taken."
 
           ::= { etherHistoryEntry 2 }
 
           ::= { etherHistoryEntry 2 }
 +
 
       etherHistoryIntervalStart OBJECT-TYPE
 
       etherHistoryIntervalStart OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 1,148: Line 1,110:
 
               table until the end of its interval."
 
               table until the end of its interval."
 
           ::= { etherHistoryEntry 3 }
 
           ::= { etherHistoryEntry 3 }
 +
 
       etherHistoryDropEvents OBJECT-TYPE
 
       etherHistoryDropEvents OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,159: Line 1,122:
 
               the number of times this condition has been detected."
 
               the number of times this condition has been detected."
 
           ::= { etherHistoryEntry 4 }
 
           ::= { etherHistoryEntry 4 }
 +
 
       etherHistoryOctets OBJECT-TYPE
 
       etherHistoryOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,165: Line 1,129:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The total number of octets of data (including
 
               "The total number of octets of data (including
 
 
 
 
 
 
  
 
               those in bad packets) received on the
 
               those in bad packets) received on the
Line 1,176: Line 1,134:
 
               FCS octets)."
 
               FCS octets)."
 
           ::= { etherHistoryEntry 5 }
 
           ::= { etherHistoryEntry 5 }
 +
 
       etherHistoryPkts OBJECT-TYPE
 
       etherHistoryPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,184: Line 1,143:
 
               received during this sampling interval."
 
               received during this sampling interval."
 
           ::= { etherHistoryEntry 6 }
 
           ::= { etherHistoryEntry 6 }
 +
 
       etherHistoryBroadcastPkts OBJECT-TYPE
 
       etherHistoryBroadcastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,193: Line 1,153:
 
               broadcast address."
 
               broadcast address."
 
           ::= { etherHistoryEntry 7 }
 
           ::= { etherHistoryEntry 7 }
 +
 
       etherHistoryMulticastPkts OBJECT-TYPE
 
       etherHistoryMulticastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,203: Line 1,164:
 
               include packets addressed to the broadcast address."
 
               include packets addressed to the broadcast address."
 
           ::= { etherHistoryEntry 8 }
 
           ::= { etherHistoryEntry 8 }
 +
 
       etherHistoryCRCAlignErrors OBJECT-TYPE
 
       etherHistoryCRCAlignErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,215: Line 1,177:
 
               bad Frame Check Sequence (FCS)."
 
               bad Frame Check Sequence (FCS)."
 
           ::= { etherHistoryEntry 9 }
 
           ::= { etherHistoryEntry 9 }
 
 
 
 
 
 
 
  
 
       etherHistoryUndersizePkts OBJECT-TYPE
 
       etherHistoryUndersizePkts OBJECT-TYPE
Line 1,233: Line 1,188:
 
               octets) and were otherwise well formed."
 
               octets) and were otherwise well formed."
 
           ::= { etherHistoryEntry 10 }
 
           ::= { etherHistoryEntry 10 }
 +
 
       etherHistoryOversizePkts OBJECT-TYPE
 
       etherHistoryOversizePkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,243: Line 1,199:
 
               octets) but were otherwise well formed."
 
               octets) but were otherwise well formed."
 
           ::= { etherHistoryEntry 11 }
 
           ::= { etherHistoryEntry 11 }
 +
 
       etherHistoryFragments OBJECT-TYPE
 
       etherHistoryFragments OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,255: Line 1,212:
 
               framing bits but including FCS octets)."
 
               framing bits but including FCS octets)."
 
           ::= { etherHistoryEntry 12 }
 
           ::= { etherHistoryEntry 12 }
 +
 
       etherHistoryJabbers OBJECT-TYPE
 
       etherHistoryJabbers OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,266: Line 1,224:
 
               length or had a bad Frame Check Sequence (FCS)."
 
               length or had a bad Frame Check Sequence (FCS)."
 
           ::= { etherHistoryEntry 13 }
 
           ::= { etherHistoryEntry 13 }
 
 
 
 
 
 
 
 
  
 
       etherHistoryCollisions OBJECT-TYPE
 
       etherHistoryCollisions OBJECT-TYPE
Line 1,283: Line 1,233:
 
               on this Ethernet segment during this interval."
 
               on this Ethernet segment during this interval."
 
           ::= { etherHistoryEntry 14 }
 
           ::= { etherHistoryEntry 14 }
 +
 
       etherHistoryUtilization OBJECT-TYPE
 
       etherHistoryUtilization OBJECT-TYPE
 
           SYNTAX INTEGER (0..10000)
 
           SYNTAX INTEGER (0..10000)
Line 1,294: Line 1,245:
  
 
       -- The Alarm Group
 
       -- The Alarm Group
 +
 
       -- Implementation of the Alarm group is optional.
 
       -- Implementation of the Alarm group is optional.
 
       --
 
       --
Line 1,320: Line 1,272:
 
       -- sum of the latest two samples to the threshold.  This
 
       -- sum of the latest two samples to the threshold.  This
 
       -- allows the detection of threshold crossings
 
       -- allows the detection of threshold crossings
 
 
 
 
 
 
  
 
       -- that span the sampling boundary.  Note that this does not
 
       -- that span the sampling boundary.  Note that this does not
Line 1,331: Line 1,277:
 
       -- It is suggested that probes implement this more precise
 
       -- It is suggested that probes implement this more precise
 
       -- algorithm.
 
       -- algorithm.
 +
 
       alarmTable OBJECT-TYPE
 
       alarmTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF AlarmEntry
 
           SYNTAX SEQUENCE OF AlarmEntry
Line 1,338: Line 1,285:
 
               "A list of alarm entries."
 
               "A list of alarm entries."
 
           ::= { alarm 1 }
 
           ::= { alarm 1 }
 +
 
       alarmEntry OBJECT-TYPE
 
       alarmEntry OBJECT-TYPE
 
           SYNTAX AlarmEntry
 
           SYNTAX AlarmEntry
Line 1,347: Line 1,295:
 
           INDEX { alarmIndex }
 
           INDEX { alarmIndex }
 
           ::= { alarmTable 1 }
 
           ::= { alarmTable 1 }
 +
 
       AlarmEntry ::= SEQUENCE {
 
       AlarmEntry ::= SEQUENCE {
 
           alarmIndex                    INTEGER (1..65535),
 
           alarmIndex                    INTEGER (1..65535),
Line 1,361: Line 1,310:
 
           alarmStatus                  INTEGER
 
           alarmStatus                  INTEGER
 
       }
 
       }
 +
 
       alarmIndex OBJECT-TYPE
 
       alarmIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,371: Line 1,321:
 
               for an object on the device."
 
               for an object on the device."
 
           ::= { alarmEntry 1 }
 
           ::= { alarmEntry 1 }
 
 
 
 
 
 
  
 
       alarmInterval OBJECT-TYPE
 
       alarmInterval OBJECT-TYPE
Line 1,389: Line 1,333:
 
               monitored will not exceed 2^31 - 1 and roll
 
               monitored will not exceed 2^31 - 1 and roll
 
               over the alarmValue object during the interval.
 
               over the alarmValue object during the interval.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 2 }
 
           ::= { alarmEntry 2 }
 +
 
       alarmVariable OBJECT-TYPE
 
       alarmVariable OBJECT-TYPE
 
           SYNTAX OBJECT IDENTIFIER
 
           SYNTAX OBJECT IDENTIFIER
Line 1,401: Line 1,347:
 
               primitive type of INTEGER (INTEGER, Counter, Gauge,
 
               primitive type of INTEGER (INTEGER, Counter, Gauge,
 
               or TimeTicks) may be sampled.
 
               or TimeTicks) may be sampled.
 +
 
               Because SNMP access control is articulated entirely
 
               Because SNMP access control is articulated entirely
 
               in terms of the contents of MIB views, no access
 
               in terms of the contents of MIB views, no access
Line 1,411: Line 1,358:
 
               those views that have read access to all objects on
 
               those views that have read access to all objects on
 
               the probe.
 
               the probe.
 +
 
               During a set operation, if the supplied variable
 
               During a set operation, if the supplied variable
 
               name is not available in the selected MIB view, a
 
               name is not available in the selected MIB view, a
Line 1,418: Line 1,366:
 
               probe must change the status of this alarmEntry
 
               probe must change the status of this alarmEntry
 
               to invalid(4).
 
               to invalid(4).
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 3 }
 
           ::= { alarmEntry 3 }
 
 
 
 
 
 
  
 
       alarmSampleType OBJECT-TYPE
 
       alarmSampleType OBJECT-TYPE
Line 1,446: Line 1,389:
 
               the current value, and the difference compared with
 
               the current value, and the difference compared with
 
               the thresholds.
 
               the thresholds.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 4 }
 
           ::= { alarmEntry 4 }
 +
 
       alarmValue OBJECT-TYPE
 
       alarmValue OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 1,458: Line 1,403:
 
               is not made available until the period is completed."
 
               is not made available until the period is completed."
 
           ::= { alarmEntry 5 }
 
           ::= { alarmEntry 5 }
 +
 
       alarmStartupAlarm OBJECT-TYPE
 
       alarmStartupAlarm OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 1,473: Line 1,419:
 
               risingAlarm(1) or risingOrFallingAlarm(3), then a
 
               risingAlarm(1) or risingOrFallingAlarm(3), then a
 
               single rising alarm will be generated.  If the first
 
               single rising alarm will be generated.  If the first
 
 
 
 
 
 
  
 
               sample after this entry becomes valid is less than
 
               sample after this entry becomes valid is less than
Line 1,485: Line 1,425:
 
               risingOrFallingAlarm(3), then a single falling
 
               risingOrFallingAlarm(3), then a single falling
 
               alarm will be generated.
 
               alarm will be generated.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 6 }
 
           ::= { alarmEntry 6 }
 +
 
       alarmRisingThreshold OBJECT-TYPE
 
       alarmRisingThreshold OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 1,503: Line 1,445:
 
               alarmStartupAlarm is equal to risingAlarm(1) or
 
               alarmStartupAlarm is equal to risingAlarm(1) or
 
               risingOrFallingAlarm(3).
 
               risingOrFallingAlarm(3).
 +
 
               After a rising event is generated, another such event
 
               After a rising event is generated, another such event
 
               will not be generated until the sampled value
 
               will not be generated until the sampled value
 
               falls below this threshold and reaches the
 
               falls below this threshold and reaches the
 
               alarmFallingThreshold.
 
               alarmFallingThreshold.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 7 }
 
           ::= { alarmEntry 7 }
 +
 
       alarmFallingThreshold OBJECT-TYPE
 
       alarmFallingThreshold OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 1,523: Line 1,468:
 
               sample after this entry becomes valid is less than or
 
               sample after this entry becomes valid is less than or
 
               equal to this threshold and the associated
 
               equal to this threshold and the associated
 
 
 
 
 
 
  
 
               alarmStartupAlarm is equal to fallingAlarm(2) or
 
               alarmStartupAlarm is equal to fallingAlarm(2) or
 
               risingOrFallingAlarm(3).
 
               risingOrFallingAlarm(3).
 +
 
               After a falling event is generated, another such event
 
               After a falling event is generated, another such event
 
               will not be generated until the sampled value
 
               will not be generated until the sampled value
 
               rises above this threshold and reaches the
 
               rises above this threshold and reaches the
 
               alarmRisingThreshold.
 
               alarmRisingThreshold.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 8 }
 
           ::= { alarmEntry 8 }
 +
 
       alarmRisingEventIndex OBJECT-TYPE
 
       alarmRisingEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (0..65535)
 
           SYNTAX INTEGER (0..65535)
Line 1,553: Line 1,495:
 
               is zero, no associated event will be generated, as
 
               is zero, no associated event will be generated, as
 
               zero is not a valid event index.
 
               zero is not a valid event index.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
 
           ::= { alarmEntry 9 }
 
           ::= { alarmEntry 9 }
 +
 
       alarmFallingEventIndex OBJECT-TYPE
 
       alarmFallingEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (0..65535)
 
           SYNTAX INTEGER (0..65535)
Line 1,570: Line 1,514:
 
               is zero, no associated event will be generated, as
 
               is zero, no associated event will be generated, as
 
               zero is not a valid event index.
 
               zero is not a valid event index.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               alarmStatus object is equal to valid(1)."
 
               alarmStatus object is equal to valid(1)."
  
 +
          ::= { alarmEntry 10 }
  
 
 
 
 
 
          ::= { alarmEntry 10 }
 
 
       alarmOwner OBJECT-TYPE
 
       alarmOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 1,588: Line 1,528:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { alarmEntry 11 }
 
           ::= { alarmEntry 11 }
 +
 
       alarmStatus OBJECT-TYPE
 
       alarmStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 1,597: Line 1,538:
  
 
       -- The Host Group
 
       -- The Host Group
 +
 
       -- Implementation of the Host group is optional.
 
       -- Implementation of the Host group is optional.
 
       --
 
       --
Line 1,611: Line 1,553:
 
       -- is suggested that the device delete the least recently
 
       -- is suggested that the device delete the least recently
 
       -- used entries first.
 
       -- used entries first.
 +
 
       -- The hostTable contains entries for each address
 
       -- The hostTable contains entries for each address
 
       -- discovered on a particular interface.  Each entry
 
       -- discovered on a particular interface.  Each entry
Line 1,616: Line 1,559:
 
       -- is indexed by the MAC address of the host, through
 
       -- is indexed by the MAC address of the host, through
 
       -- which a random access may be achieved.
 
       -- which a random access may be achieved.
 +
 
       -- The hostTimeTable contains data in the same format as the
 
       -- The hostTimeTable contains data in the same format as the
 
       -- hostTable, and must contain the same set of hosts, but is
 
       -- hostTable, and must contain the same set of hosts, but is
Line 1,621: Line 1,565:
 
       -- The hostTimeCreationOrder is an integer which reflects
 
       -- The hostTimeCreationOrder is an integer which reflects
 
       -- the relative order in which a particular entry was
 
       -- the relative order in which a particular entry was
 
 
 
 
 
 
  
 
       -- discovered and thus inserted into the table.  As this
 
       -- discovered and thus inserted into the table.  As this
Line 1,634: Line 1,572:
 
       -- between hostTimeCreationOrder and hostTimeEntry may be
 
       -- between hostTimeCreationOrder and hostTimeEntry may be
 
       -- broken at any time.
 
       -- broken at any time.
 +
 
       -- The hostTimeTable has two important uses.  The first is the
 
       -- The hostTimeTable has two important uses.  The first is the
 
       -- fast download of this potentially large table.  Because the
 
       -- fast download of this potentially large table.  Because the
Line 1,641: Line 1,580:
 
       -- a table transfer to have multiple packets outstanding.
 
       -- a table transfer to have multiple packets outstanding.
 
       -- These benefits increase transfer rates tremendously.
 
       -- These benefits increase transfer rates tremendously.
 +
 
       -- The second use of the hostTimeTable is the efficient
 
       -- The second use of the hostTimeTable is the efficient
 
       -- discovery by the management station of new entries added
 
       -- discovery by the management station of new entries added
Line 1,648: Line 1,588:
 
       -- table.  It can thus detect new entries there
 
       -- table.  It can thus detect new entries there
 
       -- and retrieve them easily.
 
       -- and retrieve them easily.
 +
 
       -- Because the association between hostTimeCreationOrder and
 
       -- Because the association between hostTimeCreationOrder and
 
       -- hostTimeEntry may be broken at any time, the management
 
       -- hostTimeEntry may be broken at any time, the management
Line 1,671: Line 1,612:
 
               "A list of host table control entries."
 
               "A list of host table control entries."
 
           ::= { hosts 1 }
 
           ::= { hosts 1 }
 
 
 
 
 
 
 
  
 
       hostControlEntry OBJECT-TYPE
 
       hostControlEntry OBJECT-TYPE
Line 1,689: Line 1,623:
 
           INDEX { hostControlIndex }
 
           INDEX { hostControlIndex }
 
           ::= { hostControlTable 1 }
 
           ::= { hostControlTable 1 }
 +
 
       HostControlEntry ::= SEQUENCE {
 
       HostControlEntry ::= SEQUENCE {
 
           hostControlIndex            INTEGER (1..65535),
 
           hostControlIndex            INTEGER (1..65535),
Line 1,697: Line 1,632:
 
           hostControlStatus          INTEGER
 
           hostControlStatus          INTEGER
 
       }
 
       }
 +
 
       hostControlIndex OBJECT-TYPE
 
       hostControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,709: Line 1,645:
 
               hostControlEntry."
 
               hostControlEntry."
 
           ::= { hostControlEntry 1 }
 
           ::= { hostControlEntry 1 }
 +
 
       hostControlDataSource OBJECT-TYPE
 
       hostControlDataSource OBJECT-TYPE
 
           SYNTAX OBJECT IDENTIFIER
 
           SYNTAX OBJECT IDENTIFIER
Line 1,722: Line 1,659:
 
               if an entry were to receive data from interface #1,
 
               if an entry were to receive data from interface #1,
 
               this object would be set to ifIndex.1.
 
               this object would be set to ifIndex.1.
 +
 
               The statistics in this group reflect all packets
 
               The statistics in this group reflect all packets
 
 
 
 
 
 
  
 
               on the local network segment attached to the
 
               on the local network segment attached to the
 
               identified interface.
 
               identified interface.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               hostControlStatus object is equal to valid(1)."
 
               hostControlStatus object is equal to valid(1)."
 
           ::= { hostControlEntry 2 }
 
           ::= { hostControlEntry 2 }
 +
 
       hostControlTableSize OBJECT-TYPE
 
       hostControlTableSize OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 1,743: Line 1,677:
 
               hostTimeTable associated with this hostControlEntry."
 
               hostTimeTable associated with this hostControlEntry."
 
           ::= { hostControlEntry 3 }
 
           ::= { hostControlEntry 3 }
 +
 
       hostControlLastDeleteTime OBJECT-TYPE
 
       hostControlLastDeleteTime OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 1,753: Line 1,688:
 
               deletions have occurred, this value shall be zero."
 
               deletions have occurred, this value shall be zero."
 
           ::= { hostControlEntry 4 }
 
           ::= { hostControlEntry 4 }
 +
 
       hostControlOwner OBJECT-TYPE
 
       hostControlOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 1,761: Line 1,697:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { hostControlEntry 5 }
 
           ::= { hostControlEntry 5 }
 +
 
       hostControlStatus OBJECT-TYPE
 
       hostControlStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 1,767: Line 1,704:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The status of this hostControl entry.
 
               "The status of this hostControl entry.
 +
 
               If this object is not equal to valid(1), all
 
               If this object is not equal to valid(1), all
 
               associated entries in the hostTable,
 
               associated entries in the hostTable,
Line 1,772: Line 1,710:
 
               deleted by the agent."
 
               deleted by the agent."
 
           ::= { hostControlEntry 6 }
 
           ::= { hostControlEntry 6 }
 
 
 
 
 
 
  
 
       hostTable OBJECT-TYPE
 
       hostTable OBJECT-TYPE
Line 1,786: Line 1,718:
 
               "A list of host entries."
 
               "A list of host entries."
 
           ::= { hosts 2 }
 
           ::= { hosts 2 }
 +
 
       hostEntry OBJECT-TYPE
 
       hostEntry OBJECT-TYPE
 
           SYNTAX HostEntry
 
           SYNTAX HostEntry
Line 1,796: Line 1,729:
 
           INDEX { hostIndex, hostAddress }
 
           INDEX { hostIndex, hostAddress }
 
           ::= { hostTable 1 }
 
           ::= { hostTable 1 }
 +
 
       HostEntry ::= SEQUENCE {
 
       HostEntry ::= SEQUENCE {
 
           hostAddress            OCTET STRING,
 
           hostAddress            OCTET STRING,
Line 1,808: Line 1,742:
 
           hostOutMulticastPkts    Counter
 
           hostOutMulticastPkts    Counter
 
       }
 
       }
 +
 
       hostAddress OBJECT-TYPE
 
       hostAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 1,815: Line 1,750:
 
               "The physical address of this host."
 
               "The physical address of this host."
 
           ::= { hostEntry 1 }
 
           ::= { hostEntry 1 }
 +
 
       hostCreationOrder OBJECT-TYPE
 
       hostCreationOrder OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,823: Line 1,759:
 
               the creation time of hosts captured for a
 
               the creation time of hosts captured for a
 
               particular hostControlEntry.  This index shall
 
               particular hostControlEntry.  This index shall
 
 
 
 
 
 
  
 
               be between 1 and N, where N is the value of
 
               be between 1 and N, where N is the value of
Line 1,836: Line 1,766:
 
               earlier have a lower index value than entries added
 
               earlier have a lower index value than entries added
 
               later.
 
               later.
 +
 
               It is important to note that the order for a
 
               It is important to note that the order for a
 
               particular entry may change as an (earlier) entry
 
               particular entry may change as an (earlier) entry
Line 1,848: Line 1,779:
 
               and a hostEntry may no longer hold."
 
               and a hostEntry may no longer hold."
 
           ::= { hostEntry 2 }
 
           ::= { hostEntry 2 }
 +
 
       hostIndex OBJECT-TYPE
 
       hostIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,859: Line 1,791:
 
               as identified by the same value of hostControlIndex."
 
               as identified by the same value of hostControlIndex."
 
           ::= { hostEntry 3 }
 
           ::= { hostEntry 3 }
 +
 
       hostInPkts OBJECT-TYPE
 
       hostInPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,867: Line 1,800:
 
               this address since it was added to the hostTable."
 
               this address since it was added to the hostTable."
 
           ::= { hostEntry 4 }
 
           ::= { hostEntry 4 }
 +
 
       hostOutPkts OBJECT-TYPE
 
       hostOutPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,875: Line 1,809:
 
               by this address since it was added to the hostTable."
 
               by this address since it was added to the hostTable."
  
 +
          ::= { hostEntry 5 }
  
 
 
 
 
 
          ::= { hostEntry 5 }
 
 
       hostInOctets OBJECT-TYPE
 
       hostInOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,892: Line 1,821:
 
               those octets in packets that contained errors."
 
               those octets in packets that contained errors."
 
           ::= { hostEntry 6 }
 
           ::= { hostEntry 6 }
 +
 
       hostOutOctets OBJECT-TYPE
 
       hostOutOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,902: Line 1,832:
 
               those octets in packets that contained errors."
 
               those octets in packets that contained errors."
 
           ::= { hostEntry 7 }
 
           ::= { hostEntry 7 }
 +
 
       hostOutErrors OBJECT-TYPE
 
       hostOutErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,910: Line 1,841:
 
               address since this host was added to the hostTable."
 
               address since this host was added to the hostTable."
 
           ::= { hostEntry 8 }
 
           ::= { hostEntry 8 }
 +
 
       hostOutBroadcastPkts OBJECT-TYPE
 
       hostOutBroadcastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,919: Line 1,851:
 
               since this host was added to the hostTable."
 
               since this host was added to the hostTable."
 
           ::= { hostEntry 9 }
 
           ::= { hostEntry 9 }
 +
 
       hostOutMulticastPkts OBJECT-TYPE
 
       hostOutMulticastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 1,924: Line 1,857:
 
           STATUS mandatory
 
           STATUS mandatory
 
           DESCRIPTION
 
           DESCRIPTION
 
 
 
 
 
 
  
 
               "The number of good packets transmitted by this
 
               "The number of good packets transmitted by this
Line 1,939: Line 1,866:
  
 
       -- host Time Table
 
       -- host Time Table
 +
 
       hostTimeTable OBJECT-TYPE
 
       hostTimeTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF HostTimeEntry
 
           SYNTAX SEQUENCE OF HostTimeEntry
Line 1,946: Line 1,874:
 
               "A list of time-ordered host table entries."
 
               "A list of time-ordered host table entries."
 
           ::= { hosts 3 }
 
           ::= { hosts 3 }
 +
 
       hostTimeEntry OBJECT-TYPE
 
       hostTimeEntry OBJECT-TYPE
 
           SYNTAX HostTimeEntry
 
           SYNTAX HostTimeEntry
Line 1,957: Line 1,886:
 
           INDEX { hostTimeIndex, hostTimeCreationOrder }
 
           INDEX { hostTimeIndex, hostTimeCreationOrder }
 
           ::= { hostTimeTable 1 }
 
           ::= { hostTimeTable 1 }
 +
 
       HostTimeEntry ::= SEQUENCE {
 
       HostTimeEntry ::= SEQUENCE {
 
           hostTimeAddress              OCTET STRING,
 
           hostTimeAddress              OCTET STRING,
Line 1,969: Line 1,899:
 
           hostTimeOutMulticastPkts    Counter
 
           hostTimeOutMulticastPkts    Counter
 
       }
 
       }
 +
 
       hostTimeAddress OBJECT-TYPE
 
       hostTimeAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 1,974: Line 1,905:
 
           STATUS mandatory
 
           STATUS mandatory
 
           DESCRIPTION
 
           DESCRIPTION
 
 
 
 
 
 
  
 
               "The physical address of this host."
 
               "The physical address of this host."
 
           ::= { hostTimeEntry 1 }
 
           ::= { hostTimeEntry 1 }
 +
 
       hostTimeCreationOrder OBJECT-TYPE
 
       hostTimeCreationOrder OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 1,999: Line 1,925:
 
               to learn of new entries added to this table without
 
               to learn of new entries added to this table without
 
               downloading the entire table.
 
               downloading the entire table.
 +
 
               It is important to note that the index for a
 
               It is important to note that the index for a
 
               particular entry may change as an (earlier) entry
 
               particular entry may change as an (earlier) entry
Line 2,012: Line 1,939:
 
               and a hostTimeEntry may no longer hold."
 
               and a hostTimeEntry may no longer hold."
 
           ::= { hostTimeEntry 2 }
 
           ::= { hostTimeEntry 2 }
 +
 
       hostTimeIndex OBJECT-TYPE
 
       hostTimeIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,024: Line 1,952:
 
           ::= { hostTimeEntry 3 }
 
           ::= { hostTimeEntry 3 }
  
 
+
       hostTimeInPkts OBJECT-TYPE
 
+
           SYNTAX Counter
 
+
           ACCESS read-only
 
+
           STATUS mandatory
 
 
 
 
 
 
 
 
 
 
       hostTimeInPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           ACCESS read-only
 
           STATUS mandatory
 
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The number of packets without errors transmitted to
 
               "The number of packets without errors transmitted to
 
               this address since it was added to the hostTimeTable."
 
               this address since it was added to the hostTimeTable."
 
           ::= { hostTimeEntry 4 }
 
           ::= { hostTimeEntry 4 }
 +
 
       hostTimeOutPkts OBJECT-TYPE
 
       hostTimeOutPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,050: Line 1,970:
 
               hostTimeTable."
 
               hostTimeTable."
 
           ::= { hostTimeEntry 5 }
 
           ::= { hostTimeEntry 5 }
 +
 
       hostTimeInOctets OBJECT-TYPE
 
       hostTimeInOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,060: Line 1,981:
 
               those octets in packets that contained errors."
 
               those octets in packets that contained errors."
 
           ::= { hostTimeEntry 6 }
 
           ::= { hostTimeEntry 6 }
 +
 
       hostTimeOutOctets OBJECT-TYPE
 
       hostTimeOutOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,070: Line 1,992:
 
               octets in packets that contained errors."
 
               octets in packets that contained errors."
 
           ::= { hostTimeEntry 7 }
 
           ::= { hostTimeEntry 7 }
 +
 
       hostTimeOutErrors OBJECT-TYPE
 
       hostTimeOutErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,077: Line 2,000:
 
               "The number of error packets transmitted by this
 
               "The number of error packets transmitted by this
 
               address since this host was added to the
 
               address since this host was added to the
 
 
 
 
 
 
  
 
               hostTimeTable."
 
               hostTimeTable."
 
           ::= { hostTimeEntry 8 }
 
           ::= { hostTimeEntry 8 }
 +
 
       hostTimeOutBroadcastPkts OBJECT-TYPE
 
       hostTimeOutBroadcastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,095: Line 2,013:
 
               since this host was added to the hostTimeTable."
 
               since this host was added to the hostTimeTable."
 
           ::= { hostTimeEntry 9 }
 
           ::= { hostTimeEntry 9 }
 +
 
       hostTimeOutMulticastPkts OBJECT-TYPE
 
       hostTimeOutMulticastPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,108: Line 2,027:
  
 
       -- The Host Top "N" Group
 
       -- The Host Top "N" Group
 +
 
       -- Implementation of the Host Top N group is optional.
 
       -- Implementation of the Host Top N group is optional.
 
       --
 
       --
Line 2,120: Line 2,040:
 
       -- statistics are rate based.  The management
 
       -- statistics are rate based.  The management
 
       -- station also selects how many such hosts are reported.
 
       -- station also selects how many such hosts are reported.
 +
 
       -- The hostTopNControlTable is used to initiate the generation
 
       -- The hostTopNControlTable is used to initiate the generation
 
       -- of such a report.  The management station may select the
 
       -- of such a report.  The management station may select the
Line 2,128: Line 2,049:
 
       -- the relevant hostTopNControlEntry.  These entries are
 
       -- the relevant hostTopNControlEntry.  These entries are
  
 +
      -- static for each report after it has been prepared.
  
 
 
 
 
 
      -- static for each report after it has been prepared.
 
 
       hostTopNControlTable OBJECT-TYPE
 
       hostTopNControlTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF HostTopNControlEntry
 
           SYNTAX SEQUENCE OF HostTopNControlEntry
Line 2,142: Line 2,058:
 
               "A list of top N host control entries."
 
               "A list of top N host control entries."
 
           ::= { hostTopN 1 }
 
           ::= { hostTopN 1 }
 +
 
       hostTopNControlEntry OBJECT-TYPE
 
       hostTopNControlEntry OBJECT-TYPE
 
           SYNTAX HostTopNControlEntry
 
           SYNTAX HostTopNControlEntry
Line 2,152: Line 2,069:
 
           INDEX { hostTopNControlIndex }
 
           INDEX { hostTopNControlIndex }
 
           ::= { hostTopNControlTable 1 }
 
           ::= { hostTopNControlTable 1 }
 +
 
       HostTopNControlEntry ::= SEQUENCE {
 
       HostTopNControlEntry ::= SEQUENCE {
 
           hostTopNControlIndex    INTEGER (1..65535),
 
           hostTopNControlIndex    INTEGER (1..65535),
Line 2,164: Line 2,082:
 
           hostTopNStatus          INTEGER
 
           hostTopNStatus          INTEGER
 
       }
 
       }
 +
 
       hostTopNControlIndex OBJECT-TYPE
 
       hostTopNControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,174: Line 2,093:
 
               one interface."
 
               one interface."
 
           ::= { hostTopNControlEntry 1 }
 
           ::= { hostTopNControlEntry 1 }
 +
 
       hostTopNHostIndex OBJECT-TYPE
 
       hostTopNHostIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
 
           ACCESS read-write
 
           ACCESS read-write
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
Line 2,191: Line 2,105:
 
               associated with the same host table as identified
 
               associated with the same host table as identified
 
               by the same value of hostIndex.
 
               by the same value of hostIndex.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               hostTopNStatus object is equal to valid(1)."
 
               hostTopNStatus object is equal to valid(1)."
 
           ::= { hostTopNControlEntry 2 }
 
           ::= { hostTopNControlEntry 2 }
 +
 
       hostTopNRateBase OBJECT-TYPE
 
       hostTopNRateBase OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 2,209: Line 2,125:
 
               "The variable for each host that the hostTopNRate
 
               "The variable for each host that the hostTopNRate
 
               variable is based upon.
 
               variable is based upon.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               hostTopNStatus object is equal to valid(1)."
 
               hostTopNStatus object is equal to valid(1)."
 
           ::= { hostTopNControlEntry 3 }
 
           ::= { hostTopNControlEntry 3 }
 +
 
       hostTopNTimeRemaining OBJECT-TYPE
 
       hostTopNTimeRemaining OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,224: Line 2,142:
 
               report, which is loaded into the associated
 
               report, which is loaded into the associated
 
               hostTopNDuration object.
 
               hostTopNDuration object.
 +
 
               When this object is set to a non-zero value, any
 
               When this object is set to a non-zero value, any
 
               associated hostTopNEntries shall be made
 
               associated hostTopNEntries shall be made
 
               inaccessible by the monitor.  While the value of this
 
               inaccessible by the monitor.  While the value of this
 
 
 
 
 
 
  
 
               object is non-zero, it decrements by one per second
 
               object is non-zero, it decrements by one per second
Line 2,244: Line 2,157:
 
           DEFVAL { 0 }
 
           DEFVAL { 0 }
 
           ::= { hostTopNControlEntry 4 }
 
           ::= { hostTopNControlEntry 4 }
 +
 
       hostTopNDuration OBJECT-TYPE
 
       hostTopNDuration OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,254: Line 2,168:
 
               of seconds that this report is being collected
 
               of seconds that this report is being collected
 
               during this sampling interval.
 
               during this sampling interval.
 +
 
               When the associated hostTopNTimeRemaining object is
 
               When the associated hostTopNTimeRemaining object is
 
               set, this object shall be set by the probe to the
 
               set, this object shall be set by the probe to the
 
               same value and shall not be modified until the next
 
               same value and shall not be modified until the next
 
               time the hostTopNTimeRemaining is set.
 
               time the hostTopNTimeRemaining is set.
 +
 
               This value shall be zero if no reports have been
 
               This value shall be zero if no reports have been
 
               requested for this hostTopNControlEntry."
 
               requested for this hostTopNControlEntry."
 
           DEFVAL { 0 }
 
           DEFVAL { 0 }
 
           ::= { hostTopNControlEntry 5 }
 
           ::= { hostTopNControlEntry 5 }
 +
 
       hostTopNRequestedSize OBJECT-TYPE
 
       hostTopNRequestedSize OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,269: Line 2,186:
 
               "The maximum number of hosts requested for the top N
 
               "The maximum number of hosts requested for the top N
 
               table.
 
               table.
 +
 
               When this object is created or modified, the probe
 
               When this object is created or modified, the probe
 
               should set hostTopNGrantedSize as closely to this
 
               should set hostTopNGrantedSize as closely to this
Line 2,275: Line 2,193:
 
           DEFVAL { 10 }
 
           DEFVAL { 10 }
 
           ::= { hostTopNControlEntry 6 }
 
           ::= { hostTopNControlEntry 6 }
 
 
 
 
 
 
 
 
  
 
       hostTopNGrantedSize OBJECT-TYPE
 
       hostTopNGrantedSize OBJECT-TYPE
Line 2,290: Line 2,200:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The maximum number of hosts in the top N table.
 
               "The maximum number of hosts in the top N table.
 +
 
               When the associated hostTopNRequestedSize object is
 
               When the associated hostTopNRequestedSize object is
 
               created or modified, the probe should set this
 
               created or modified, the probe should set this
Line 2,297: Line 2,208:
 
               value except as a result of a set to the associated
 
               value except as a result of a set to the associated
 
               hostTopNRequestedSize object.
 
               hostTopNRequestedSize object.
 +
 
               Hosts with the highest value of hostTopNRate shall be
 
               Hosts with the highest value of hostTopNRate shall be
 
               placed in this table in decreasing order of this rate
 
               placed in this table in decreasing order of this rate
Line 2,302: Line 2,214:
 
               hosts."
 
               hosts."
 
           ::= { hostTopNControlEntry 7 }
 
           ::= { hostTopNControlEntry 7 }
 +
 
       hostTopNStartTime OBJECT-TYPE
 
       hostTopNStartTime OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 2,312: Line 2,225:
 
               modified to start the requested report."
 
               modified to start the requested report."
 
           ::= { hostTopNControlEntry 8 }
 
           ::= { hostTopNControlEntry 8 }
 +
 
       hostTopNOwner OBJECT-TYPE
 
       hostTopNOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 2,320: Line 2,234:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { hostTopNControlEntry 9 }
 
           ::= { hostTopNControlEntry 9 }
 +
 
       hostTopNStatus OBJECT-TYPE
 
       hostTopNStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 2,326: Line 2,241:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The status of this hostTopNControl entry.
 
               "The status of this hostTopNControl entry.
 
 
 
 
 
 
 
  
 
               If this object is not equal to valid(1), all
 
               If this object is not equal to valid(1), all
Line 2,338: Line 2,246:
 
               the agent."
 
               the agent."
 
           ::= { hostTopNControlEntry 10 }
 
           ::= { hostTopNControlEntry 10 }
 +
 
       hostTopNTable OBJECT-TYPE
 
       hostTopNTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF HostTopNEntry
 
           SYNTAX SEQUENCE OF HostTopNEntry
Line 2,345: Line 2,254:
 
               "A list of top N host entries."
 
               "A list of top N host entries."
 
           ::= { hostTopN 2 }
 
           ::= { hostTopN 2 }
 +
 
       hostTopNEntry OBJECT-TYPE
 
       hostTopNEntry OBJECT-TYPE
 
           SYNTAX HostTopNEntry
 
           SYNTAX HostTopNEntry
Line 2,354: Line 2,264:
 
           INDEX { hostTopNReport, hostTopNIndex }
 
           INDEX { hostTopNReport, hostTopNIndex }
 
           ::= { hostTopNTable 1 }
 
           ::= { hostTopNTable 1 }
 +
 
       HostTopNEntry ::= SEQUENCE {
 
       HostTopNEntry ::= SEQUENCE {
 
           hostTopNReport                INTEGER (1..65535),
 
           hostTopNReport                INTEGER (1..65535),
Line 2,360: Line 2,271:
 
           hostTopNRate                  INTEGER
 
           hostTopNRate                  INTEGER
 
       }
 
       }
 +
 
       hostTopNReport OBJECT-TYPE
 
       hostTopNReport OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,371: Line 2,283:
 
               by the same value of the hostTopNControlIndex object."
 
               by the same value of the hostTopNControlIndex object."
 
           ::= { hostTopNEntry 1 }
 
           ::= { hostTopNEntry 1 }
 +
 
       hostTopNIndex OBJECT-TYPE
 
       hostTopNIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,377: Line 2,290:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "An index that uniquely identifies an entry in
 
               "An index that uniquely identifies an entry in
 
 
 
 
 
 
  
 
               the hostTopN table among those in the same report.
 
               the hostTopN table among those in the same report.
Line 2,392: Line 2,299:
 
               hostTopNRate or there are no more hostTopNEntries."
 
               hostTopNRate or there are no more hostTopNEntries."
 
           ::= { hostTopNEntry 2 }
 
           ::= { hostTopNEntry 2 }
 +
 
       hostTopNAddress OBJECT-TYPE
 
       hostTopNAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,399: Line 2,307:
 
               "The physical address of this host."
 
               "The physical address of this host."
 
           ::= { hostTopNEntry 3 }
 
           ::= { hostTopNEntry 3 }
 +
 
       hostTopNRate OBJECT-TYPE
 
       hostTopNRate OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,411: Line 2,320:
  
 
       -- The Matrix Group
 
       -- The Matrix Group
 +
 
       -- Implementation of the Matrix group is optional.
 
       -- Implementation of the Matrix group is optional.
 
       --
 
       --
Line 2,424: Line 2,334:
 
       -- It is suggested that the device delete the least recently
 
       -- It is suggested that the device delete the least recently
 
       -- used entries first.
 
       -- used entries first.
 +
 
       matrixControlTable OBJECT-TYPE
 
       matrixControlTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF MatrixControlEntry
 
           SYNTAX SEQUENCE OF MatrixControlEntry
 
           ACCESS not-accessible
 
           ACCESS not-accessible
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
Line 2,439: Line 2,344:
 
               traffic matrix on each interface."
 
               traffic matrix on each interface."
 
           ::= { matrix 1 }
 
           ::= { matrix 1 }
 +
 
       matrixControlEntry OBJECT-TYPE
 
       matrixControlEntry OBJECT-TYPE
 
           SYNTAX MatrixControlEntry
 
           SYNTAX MatrixControlEntry
Line 2,448: Line 2,354:
 
           INDEX { matrixControlIndex }
 
           INDEX { matrixControlIndex }
 
           ::= { matrixControlTable 1 }
 
           ::= { matrixControlTable 1 }
 +
 
       MatrixControlEntry ::= SEQUENCE {
 
       MatrixControlEntry ::= SEQUENCE {
 
           matrixControlIndex          INTEGER (1..65535),
 
           matrixControlIndex          INTEGER (1..65535),
Line 2,456: Line 2,363:
 
           matrixControlStatus          INTEGER
 
           matrixControlStatus          INTEGER
 
       }
 
       }
 +
 
       matrixControlIndex OBJECT-TYPE
 
       matrixControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,468: Line 2,376:
 
               matrixControlEntry."
 
               matrixControlEntry."
 
           ::= { matrixControlEntry 1 }
 
           ::= { matrixControlEntry 1 }
 +
 
       matrixControlDataSource OBJECT-TYPE
 
       matrixControlDataSource OBJECT-TYPE
 
           SYNTAX OBJECT IDENTIFIER
 
           SYNTAX OBJECT IDENTIFIER
Line 2,478: Line 2,387:
 
               order to identify a particular interface, this object
 
               order to identify a particular interface, this object
 
               shall identify the instance of the ifIndex object,
 
               shall identify the instance of the ifIndex object,
 
 
 
 
 
 
  
 
               defined in [4,6], for the desired interface.  For
 
               defined in [4,6], for the desired interface.  For
 
               example, if an entry were to receive data from
 
               example, if an entry were to receive data from
 
               interface #1, this object would be set to ifIndex.1.
 
               interface #1, this object would be set to ifIndex.1.
 +
 
               The statistics in this group reflect all packets
 
               The statistics in this group reflect all packets
 
               on the local network segment attached to the
 
               on the local network segment attached to the
 
               identified interface.
 
               identified interface.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               matrixControlStatus object is equal to valid(1)."
 
               matrixControlStatus object is equal to valid(1)."
 
           ::= { matrixControlEntry 2 }
 
           ::= { matrixControlEntry 2 }
 +
 
       matrixControlTableSize OBJECT-TYPE
 
       matrixControlTableSize OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,504: Line 2,410:
 
               interface."
 
               interface."
 
           ::= { matrixControlEntry 3 }
 
           ::= { matrixControlEntry 3 }
 +
 
       matrixControlLastDeleteTime OBJECT-TYPE
 
       matrixControlLastDeleteTime OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 2,516: Line 2,423:
 
               zero."
 
               zero."
 
           ::= { matrixControlEntry 4 }
 
           ::= { matrixControlEntry 4 }
 +
 
       matrixControlOwner OBJECT-TYPE
 
       matrixControlOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 2,524: Line 2,432:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { matrixControlEntry 5 }
 
           ::= { matrixControlEntry 5 }
 +
 
       matrixControlStatus OBJECT-TYPE
 
       matrixControlStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
 
           ACCESS read-write
 
           ACCESS read-write
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The status of this matrixControl entry.
 
               "The status of this matrixControl entry.
 +
 
               If this object is not equal to valid(1), all
 
               If this object is not equal to valid(1), all
 
               associated entries in the matrixSDTable and the
 
               associated entries in the matrixSDTable and the
 
               matrixDSTable shall be deleted by the agent."
 
               matrixDSTable shall be deleted by the agent."
 
           ::= { matrixControlEntry 6 }
 
           ::= { matrixControlEntry 6 }
 +
 
       matrixSDTable OBJECT-TYPE
 
       matrixSDTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF MatrixSDEntry
 
           SYNTAX SEQUENCE OF MatrixSDEntry
Line 2,549: Line 2,454:
 
               source and destination MAC address."
 
               source and destination MAC address."
 
           ::= { matrix 2 }
 
           ::= { matrix 2 }
 +
 
       matrixSDEntry OBJECT-TYPE
 
       matrixSDEntry OBJECT-TYPE
 
           SYNTAX MatrixSDEntry
 
           SYNTAX MatrixSDEntry
Line 2,559: Line 2,465:
 
                   matrixSDSourceAddress, matrixSDDestAddress }
 
                   matrixSDSourceAddress, matrixSDDestAddress }
 
           ::= { matrixSDTable 1 }
 
           ::= { matrixSDTable 1 }
 +
 
       MatrixSDEntry ::= SEQUENCE {
 
       MatrixSDEntry ::= SEQUENCE {
 
           matrixSDSourceAddress      OCTET STRING,
 
           matrixSDSourceAddress      OCTET STRING,
Line 2,567: Line 2,474:
 
           matrixSDErrors              Counter
 
           matrixSDErrors              Counter
 
       }
 
       }
 +
 
       matrixSDSourceAddress OBJECT-TYPE
 
       matrixSDSourceAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,574: Line 2,482:
 
               "The source physical address."
 
               "The source physical address."
 
           ::= { matrixSDEntry 1 }
 
           ::= { matrixSDEntry 1 }
 
 
 
 
 
 
 
 
 
  
 
       matrixSDDestAddress OBJECT-TYPE
 
       matrixSDDestAddress OBJECT-TYPE
Line 2,591: Line 2,490:
 
               "The destination physical address."
 
               "The destination physical address."
 
           ::= { matrixSDEntry 2 }
 
           ::= { matrixSDEntry 2 }
 +
 
       matrixSDIndex OBJECT-TYPE
 
       matrixSDIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,602: Line 2,502:
 
               as identified by the same value of matrixControlIndex."
 
               as identified by the same value of matrixControlIndex."
 
           ::= { matrixSDEntry 3 }
 
           ::= { matrixSDEntry 3 }
 +
 
       matrixSDPkts OBJECT-TYPE
 
       matrixSDPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,611: Line 2,512:
 
               includes error packets)."
 
               includes error packets)."
 
           ::= { matrixSDEntry 4 }
 
           ::= { matrixSDEntry 4 }
 +
 
       matrixSDOctets OBJECT-TYPE
 
       matrixSDOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,621: Line 2,523:
 
               destination address."
 
               destination address."
 
           ::= { matrixSDEntry 5 }
 
           ::= { matrixSDEntry 5 }
 +
 
       matrixSDErrors OBJECT-TYPE
 
       matrixSDErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,628: Line 2,531:
 
               "The number of error packets transmitted from
 
               "The number of error packets transmitted from
 
               the source address to the destination address."
 
               the source address to the destination address."
 
 
 
 
 
 
  
 
           ::= { matrixSDEntry 6 }
 
           ::= { matrixSDEntry 6 }
  
 
       -- Traffic matrix tables from destination to source
 
       -- Traffic matrix tables from destination to source
 +
 
       matrixDSTable OBJECT-TYPE
 
       matrixDSTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF MatrixDSEntry
 
           SYNTAX SEQUENCE OF MatrixDSEntry
Line 2,646: Line 2,544:
 
               destination and source MAC address."
 
               destination and source MAC address."
 
           ::= { matrix 3 }
 
           ::= { matrix 3 }
 +
 
       matrixDSEntry OBJECT-TYPE
 
       matrixDSEntry OBJECT-TYPE
 
           SYNTAX MatrixDSEntry
 
           SYNTAX MatrixDSEntry
Line 2,656: Line 2,555:
 
                   matrixDSDestAddress, matrixDSSourceAddress }
 
                   matrixDSDestAddress, matrixDSSourceAddress }
 
           ::= { matrixDSTable 1 }
 
           ::= { matrixDSTable 1 }
 +
 
       MatrixDSEntry ::= SEQUENCE {
 
       MatrixDSEntry ::= SEQUENCE {
 
           matrixDSSourceAddress      OCTET STRING,
 
           matrixDSSourceAddress      OCTET STRING,
Line 2,664: Line 2,564:
 
           matrixDSErrors              Counter
 
           matrixDSErrors              Counter
 
       }
 
       }
 +
 
       matrixDSSourceAddress OBJECT-TYPE
 
       matrixDSSourceAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,671: Line 2,572:
 
               "The source physical address."
 
               "The source physical address."
 
           ::= { matrixDSEntry 1 }
 
           ::= { matrixDSEntry 1 }
 +
 
       matrixDSDestAddress OBJECT-TYPE
 
       matrixDSDestAddress OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,678: Line 2,580:
 
               "The destination physical address."
 
               "The destination physical address."
  
 +
          ::= { matrixDSEntry 2 }
  
 
 
 
 
 
          ::= { matrixDSEntry 2 }
 
 
       matrixDSIndex OBJECT-TYPE
 
       matrixDSIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,696: Line 2,593:
 
               as identified by the same value of matrixControlIndex."
 
               as identified by the same value of matrixControlIndex."
 
           ::= { matrixDSEntry 3 }
 
           ::= { matrixDSEntry 3 }
 +
 
       matrixDSPkts OBJECT-TYPE
 
       matrixDSPkts OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,705: Line 2,603:
 
               includes error packets)."
 
               includes error packets)."
 
           ::= { matrixDSEntry 4 }
 
           ::= { matrixDSEntry 4 }
 +
 
       matrixDSOctets OBJECT-TYPE
 
       matrixDSOctets OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,715: Line 2,614:
 
               destination address."
 
               destination address."
 
           ::= { matrixDSEntry 5 }
 
           ::= { matrixDSEntry 5 }
 +
 
       matrixDSErrors OBJECT-TYPE
 
       matrixDSErrors OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 2,725: Line 2,625:
  
 
       -- The Filter Group
 
       -- The Filter Group
 +
 
       -- Implementation of the Filter group is optional.
 
       -- Implementation of the Filter group is optional.
  
 
+
       --
 
+
       -- The Filter group allows packets to be captured with an
 
 
 
 
 
 
 
 
       --
 
       -- The Filter group allows packets to be captured with an
 
 
       -- arbitrary filter expression.  A logical data and
 
       -- arbitrary filter expression.  A logical data and
 
       -- event stream or "channel" is formed by the packets
 
       -- event stream or "channel" is formed by the packets
Line 2,750: Line 2,645:
 
       -- The channel can be turned on or off, and can also
 
       -- The channel can be turned on or off, and can also
 
       -- generate events when packets pass through it.
 
       -- generate events when packets pass through it.
 +
 
       filterTable OBJECT-TYPE
 
       filterTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF FilterEntry
 
           SYNTAX SEQUENCE OF FilterEntry
Line 2,757: Line 2,653:
 
               "A list of packet filter entries."
 
               "A list of packet filter entries."
 
           ::= { filter 1 }
 
           ::= { filter 1 }
 +
 
       filterEntry OBJECT-TYPE
 
       filterEntry OBJECT-TYPE
 
           SYNTAX FilterEntry
 
           SYNTAX FilterEntry
Line 2,766: Line 2,663:
 
           INDEX { filterIndex }
 
           INDEX { filterIndex }
 
           ::= { filterTable 1 }
 
           ::= { filterTable 1 }
 +
 
       FilterEntry ::= SEQUENCE {
 
       FilterEntry ::= SEQUENCE {
 
           filterIndex                INTEGER (1..65535),
 
           filterIndex                INTEGER (1..65535),
Line 2,779: Line 2,677:
 
           filterStatus                INTEGER
 
           filterStatus                INTEGER
  
 +
      }
  
 
 
 
 
 
      }
 
 
       filterIndex OBJECT-TYPE
 
       filterIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,796: Line 2,689:
 
               received on an interface."
 
               received on an interface."
 
           ::= { filterEntry 1 }
 
           ::= { filterEntry 1 }
 +
 
       filterChannelIndex OBJECT-TYPE
 
       filterChannelIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 2,807: Line 2,701:
 
               value of the channelIndex object."
 
               value of the channelIndex object."
 
           ::= { filterEntry 2 }
 
           ::= { filterEntry 2 }
 +
 
       filterPktDataOffset OBJECT-TYPE
 
       filterPktDataOffset OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,818: Line 2,713:
 
               in an Ethernet frame, this point is at the beginning
 
               in an Ethernet frame, this point is at the beginning
 
               of the destination MAC address.
 
               of the destination MAC address.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           DEFVAL { 0 }
 
           DEFVAL { 0 }
 
           ::= { filterEntry 3 }
 
           ::= { filterEntry 3 }
 +
 
       filterPktData OBJECT-TYPE
 
       filterPktData OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,828: Line 2,725:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The data that is to be matched with the input packet.
 
               "The data that is to be matched with the input packet.
 
 
 
 
 
 
  
 
               For each packet received, this filter and the
 
               For each packet received, this filter and the
Line 2,842: Line 2,733:
 
               filterPktDataMask bit equal to one.  The following
 
               filterPktDataMask bit equal to one.  The following
 
               three rules are then applied to every packet:
 
               three rules are then applied to every packet:
 +
 
               (1) If the packet is too short and does not have data
 
               (1) If the packet is too short and does not have data
 
                   corresponding to part of the filterPktData, the
 
                   corresponding to part of the filterPktData, the
 
                   packet will fail this data match.
 
                   packet will fail this data match.
 +
 
               (2) For each relevant bit from the packet with the
 
               (2) For each relevant bit from the packet with the
 
                   corresponding filterPktDataNotMask bit set to
 
                   corresponding filterPktDataNotMask bit set to
Line 2,850: Line 2,743:
 
                   the corresponding bit from the filterPktData,
 
                   the corresponding bit from the filterPktData,
 
                   then the packet will fail this data match.
 
                   then the packet will fail this data match.
 +
 
               (3) If for every relevant bit from the packet with the
 
               (3) If for every relevant bit from the packet with the
 
                   corresponding filterPktDataNotMask bit set to one,
 
                   corresponding filterPktDataNotMask bit set to one,
Line 2,855: Line 2,749:
 
                   corresponding bit from the filterPktData, then
 
                   corresponding bit from the filterPktData, then
 
                   the packet will fail this data match.
 
                   the packet will fail this data match.
 +
 
               Any packets that have not failed any of the three
 
               Any packets that have not failed any of the three
 
               matches above have passed this data match.
 
               matches above have passed this data match.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 4 }
 
           ::= { filterEntry 4 }
 +
 
       filterPktDataMask OBJECT-TYPE
 
       filterPktDataMask OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,876: Line 2,773:
 
               extended with '1' bits until it reaches the
 
               extended with '1' bits until it reaches the
 
               length of the filterPktData object.
 
               length of the filterPktData object.
 
 
 
 
 
 
 
  
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 5 }
 
           ::= { filterEntry 5 }
 +
 
       filterPktDataNotMask OBJECT-TYPE
 
       filterPktDataNotMask OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 2,902: Line 2,793:
 
               set in this mask must be different to its
 
               set in this mask must be different to its
 
               corresponding bit in the filterPktData object.
 
               corresponding bit in the filterPktData object.
 +
 
               For the purposes of the matching algorithm, if
 
               For the purposes of the matching algorithm, if
 
               the associated filterPktData object is longer than
 
               the associated filterPktData object is longer than
Line 2,907: Line 2,799:
 
               '0' bits until it reaches the length of the
 
               '0' bits until it reaches the length of the
 
               filterPktData object.
 
               filterPktData object.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 6 }
 
           ::= { filterEntry 6 }
 +
 
       filterPktStatus OBJECT-TYPE
 
       filterPktStatus OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 2,919: Line 2,813:
 
               algorithm are those that have the corresponding
 
               algorithm are those that have the corresponding
 
               filterPktStatusMask bit equal to one.
 
               filterPktStatusMask bit equal to one.
 +
 
               The following two rules are then applied to every
 
               The following two rules are then applied to every
 
               packet:
 
               packet:
 +
 
               (1) For each relevant bit from the packet status
 
               (1) For each relevant bit from the packet status
 
                   with the corresponding filterPktStatusNotMask
 
                   with the corresponding filterPktStatusNotMask
Line 2,927: Line 2,823:
 
                   from the filterPktStatus, then the packet will
 
                   from the filterPktStatus, then the packet will
  
 +
                  fail this status match.
  
 
 
 
 
 
                  fail this status match.
 
 
               (2) If for every relevant bit from the packet status
 
               (2) If for every relevant bit from the packet status
 
                   with the corresponding filterPktStatusNotMask
 
                   with the corresponding filterPktStatusNotMask
Line 2,940: Line 2,831:
 
                   filterPktStatus, then the packet will fail
 
                   filterPktStatus, then the packet will fail
 
                   this status match.
 
                   this status match.
 +
 
               Any packets that have not failed either of the two
 
               Any packets that have not failed either of the two
 
               matches above have passed this status match.
 
               matches above have passed this status match.
 +
 
               The value of the packet status is a sum.  This sum
 
               The value of the packet status is a sum.  This sum
 
               initially takes the value zero.  Then, for each
 
               initially takes the value zero.  Then, for each
Line 2,949: Line 2,842:
 
               dependent on the media type of the interface that
 
               dependent on the media type of the interface that
 
               this channel is receiving packets from.
 
               this channel is receiving packets from.
 +
 
               The errors defined for a packet captured off of an
 
               The errors defined for a packet captured off of an
 
               Ethernet interface are as follows:
 
               Ethernet interface are as follows:
 +
 
                   bit #    Error
 
                   bit #    Error
 
                       0    Packet is longer than 1518 octets
 
                       0    Packet is longer than 1518 octets
Line 2,956: Line 2,851:
 
                       2    Packet experienced a CRC or Alignment
 
                       2    Packet experienced a CRC or Alignment
 
                             error
 
                             error
 +
 
               For example, an Ethernet fragment would have a
 
               For example, an Ethernet fragment would have a
 
               value of 6 (2^1 + 2^2).
 
               value of 6 (2^1 + 2^2).
 +
 
               As this MIB is expanded to new media types, this
 
               As this MIB is expanded to new media types, this
 
               object will have other media-specific errors defined.
 
               object will have other media-specific errors defined.
 +
 
               For the purposes of this status matching algorithm, if
 
               For the purposes of this status matching algorithm, if
 
               the packet status is longer than this
 
               the packet status is longer than this
Line 2,965: Line 2,863:
 
               extended with '0' bits until it reaches the size of
 
               extended with '0' bits until it reaches the size of
 
               the packet status.
 
               the packet status.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 7 }
 
           ::= { filterEntry 7 }
 +
 
       filterPktStatusMask OBJECT-TYPE
 
       filterPktStatusMask OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
 
           ACCESS read-write
 
           ACCESS read-write
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
Line 2,992: Line 2,886:
 
               extended with '0' bits until it reaches the size of
 
               extended with '0' bits until it reaches the size of
 
               the packet status.
 
               the packet status.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 8 }
 
           ::= { filterEntry 8 }
 +
 
       filterPktStatusNotMask OBJECT-TYPE
 
       filterPktStatusNotMask OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,010: Line 2,906:
 
               in the filterPktStatus object for the packet to be
 
               in the filterPktStatus object for the packet to be
 
               accepted.
 
               accepted.
 +
 
               For the purposes of the matching algorithm, if the
 
               For the purposes of the matching algorithm, if the
 
               associated filterPktStatus object or a packet status
 
               associated filterPktStatus object or a packet status
Line 3,016: Line 2,913:
 
               the lengths of the filterPktStatus object and the
 
               the lengths of the filterPktStatus object and the
 
               packet status.
 
               packet status.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               filterStatus object is equal to valid(1)."
 
               filterStatus object is equal to valid(1)."
 
           ::= { filterEntry 9 }
 
           ::= { filterEntry 9 }
 +
 
       filterOwner OBJECT-TYPE
 
       filterOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
 
 
 
 
 
 
  
 
           ACCESS read-write
 
           ACCESS read-write
Line 3,034: Line 2,927:
 
               therefore using the resources assigned to it."
 
               therefore using the resources assigned to it."
 
           ::= { filterEntry 10 }
 
           ::= { filterEntry 10 }
 +
 
       filterStatus OBJECT-TYPE
 
       filterStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 3,041: Line 2,935:
 
               "The status of this filter entry."
 
               "The status of this filter entry."
 
           ::= { filterEntry 11 }
 
           ::= { filterEntry 11 }
 +
 
       channelTable OBJECT-TYPE
 
       channelTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF ChannelEntry
 
           SYNTAX SEQUENCE OF ChannelEntry
Line 3,048: Line 2,943:
 
               "A list of packet channel entries."
 
               "A list of packet channel entries."
 
           ::= { filter 2 }
 
           ::= { filter 2 }
 +
 
       channelEntry OBJECT-TYPE
 
       channelEntry OBJECT-TYPE
 
           SYNTAX ChannelEntry
 
           SYNTAX ChannelEntry
Line 3,057: Line 2,953:
 
           INDEX { channelIndex }
 
           INDEX { channelIndex }
 
           ::= { channelTable 1 }
 
           ::= { channelTable 1 }
 +
 
       ChannelEntry ::= SEQUENCE {
 
       ChannelEntry ::= SEQUENCE {
 
           channelIndex                INTEGER (1..65535),
 
           channelIndex                INTEGER (1..65535),
Line 3,071: Line 2,968:
 
           channelStatus                INTEGER
 
           channelStatus                INTEGER
 
       }
 
       }
 
 
 
 
 
 
 
  
 
       channelIndex OBJECT-TYPE
 
       channelIndex OBJECT-TYPE
Line 3,089: Line 2,979:
 
               and event stream."
 
               and event stream."
 
           ::= { channelEntry 1 }
 
           ::= { channelEntry 1 }
 +
 
       channelIfIndex OBJECT-TYPE
 
       channelIfIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,104: Line 2,995:
 
               network segment attached to the identified
 
               network segment attached to the identified
 
               interface.
 
               interface.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               channelStatus object is equal to valid(1)."
 
               channelStatus object is equal to valid(1)."
 
           ::= { channelEntry 2 }
 
           ::= { channelEntry 2 }
 +
 
       channelAcceptType OBJECT-TYPE
 
       channelAcceptType OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,124: Line 3,017:
 
               the packet data match or the packet status match of
 
               the packet data match or the packet status match of
 
               each of the associated filters.
 
               each of the associated filters.
 
 
 
 
 
 
  
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               channelStatus object is equal to valid(1)."
 
               channelStatus object is equal to valid(1)."
 
           ::= { channelEntry 3 }
 
           ::= { channelEntry 3 }
 +
 
       channelDataControl OBJECT-TYPE
 
       channelDataControl OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,149: Line 3,037:
 
           DEFVAL { off }
 
           DEFVAL { off }
 
           ::= { channelEntry 4 }
 
           ::= { channelEntry 4 }
 +
 
       channelTurnOnEventIndex OBJECT-TYPE
 
       channelTurnOnEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (0..65535)
 
           SYNTAX INTEGER (0..65535)
Line 3,164: Line 3,053:
 
               for this channel, channelTurnOnEventIndex must be
 
               for this channel, channelTurnOnEventIndex must be
 
               set to zero, a non-existent event index.
 
               set to zero, a non-existent event index.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               channelStatus object is equal to valid(1)."
 
               channelStatus object is equal to valid(1)."
 
           ::= { channelEntry 5 }
 
           ::= { channelEntry 5 }
 +
 
       channelTurnOffEventIndex OBJECT-TYPE
 
       channelTurnOffEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (0..65535)
 
           SYNTAX INTEGER (0..65535)
Line 3,175: Line 3,066:
 
               that is configured to turn the associated
 
               that is configured to turn the associated
 
               channelDataControl from on to off when the event is
 
               channelDataControl from on to off when the event is
 
 
 
 
 
 
  
 
               generated.  The event identified by a particular value
 
               generated.  The event identified by a particular value
Line 3,189: Line 3,074:
 
               for this channel, channelTurnOffEventIndex must be
 
               for this channel, channelTurnOffEventIndex must be
 
               set to zero, a non-existent event index.
 
               set to zero, a non-existent event index.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               channelStatus object is equal to valid(1)."
 
               channelStatus object is equal to valid(1)."
 
           ::= { channelEntry 6 }
 
           ::= { channelEntry 6 }
 +
 
       channelEventIndex OBJECT-TYPE
 
       channelEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (0..65535)
 
           SYNTAX INTEGER (0..65535)
Line 3,207: Line 3,094:
 
               for this channel, channelEventIndex must be
 
               for this channel, channelEventIndex must be
 
               set to zero, a non-existent event index.
 
               set to zero, a non-existent event index.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               channelStatus object is equal to valid(1)."
 
               channelStatus object is equal to valid(1)."
 
           ::= { channelEntry 7 }
 
           ::= { channelEntry 7 }
 +
 
       channelEventStatus OBJECT-TYPE
 
       channelEventStatus OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,220: Line 3,109:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The event status of this channel.
 
               "The event status of this channel.
 +
 
               If this channel is configured to generate events
 
               If this channel is configured to generate events
 
               when packets are matched, a means of controlling
 
               when packets are matched, a means of controlling
Line 3,225: Line 3,115:
 
               this object is equal to eventReady(1), a single
 
               this object is equal to eventReady(1), a single
 
               event may be generated, after which this object
 
               event may be generated, after which this object
 
 
 
 
 
 
  
 
               will be set by the probe to eventFired(2).  While
 
               will be set by the probe to eventFired(2).  While
Line 3,238: Line 3,122:
 
               management station can thus easily respond to a
 
               management station can thus easily respond to a
 
               notification of an event by re-enabling this object.
 
               notification of an event by re-enabling this object.
 +
 
               If the management station wishes to disable this
 
               If the management station wishes to disable this
 
               flow control and allow events to be generated
 
               flow control and allow events to be generated
Line 3,246: Line 3,131:
 
           DEFVAL { eventReady }
 
           DEFVAL { eventReady }
 
           ::= { channelEntry 8 }
 
           ::= { channelEntry 8 }
 +
 
       channelMatches OBJECT-TYPE
 
       channelMatches OBJECT-TYPE
 
           SYNTAX Counter
 
           SYNTAX Counter
Line 3,255: Line 3,141:
 
               channelDataControl is set to off."
 
               channelDataControl is set to off."
 
           ::= { channelEntry 9 }
 
           ::= { channelEntry 9 }
 +
 
       channelDescription OBJECT-TYPE
 
       channelDescription OBJECT-TYPE
 
           SYNTAX DisplayString (SIZE (0..127))
 
           SYNTAX DisplayString (SIZE (0..127))
Line 3,262: Line 3,149:
 
               "A comment describing this channel."
 
               "A comment describing this channel."
 
           ::= { channelEntry 10 }
 
           ::= { channelEntry 10 }
 +
 
       channelOwner OBJECT-TYPE
 
       channelOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 3,270: Line 3,158:
 
               using the resources assigned to it."
 
               using the resources assigned to it."
 
           ::= { channelEntry 11 }
 
           ::= { channelEntry 11 }
 +
 
       channelStatus OBJECT-TYPE
 
       channelStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 3,275: Line 3,164:
 
           STATUS mandatory
 
           STATUS mandatory
 
           DESCRIPTION
 
           DESCRIPTION
 
 
 
 
 
 
  
 
               "The status of this channel entry."
 
               "The status of this channel entry."
Line 3,286: Line 3,169:
  
 
       -- The Packet Capture Group
 
       -- The Packet Capture Group
 +
 
       -- Implementation of the Packet Capture group is optional.
 
       -- Implementation of the Packet Capture group is optional.
 
       --
 
       --
Line 3,298: Line 3,182:
 
       -- associated with the bufferControlEntry on whose behalf they
 
       -- associated with the bufferControlEntry on whose behalf they
 
       -- were stored.
 
       -- were stored.
 +
 
       bufferControlTable OBJECT-TYPE
 
       bufferControlTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF BufferControlEntry
 
           SYNTAX SEQUENCE OF BufferControlEntry
Line 3,305: Line 3,190:
 
               "A list of buffers control entries."
 
               "A list of buffers control entries."
 
           ::= { capture 1 }
 
           ::= { capture 1 }
 +
 
       bufferControlEntry OBJECT-TYPE
 
       bufferControlEntry OBJECT-TYPE
 
           SYNTAX BufferControlEntry
 
           SYNTAX BufferControlEntry
Line 3,314: Line 3,200:
 
           INDEX { bufferControlIndex }
 
           INDEX { bufferControlIndex }
 
           ::= { bufferControlTable 1 }
 
           ::= { bufferControlTable 1 }
 +
 
       BufferControlEntry ::= SEQUENCE {
 
       BufferControlEntry ::= SEQUENCE {
 
           bufferControlIndex                INTEGER (1..65535),
 
           bufferControlIndex                INTEGER (1..65535),
Line 3,325: Line 3,212:
 
           bufferControlMaxOctetsGranted    INTEGER,
 
           bufferControlMaxOctetsGranted    INTEGER,
 
           bufferControlCapturedPackets      INTEGER,
 
           bufferControlCapturedPackets      INTEGER,
 
 
 
 
 
 
  
 
           bufferControlTurnOnTime          TimeTicks,
 
           bufferControlTurnOnTime          TimeTicks,
Line 3,336: Line 3,217:
 
           bufferControlStatus              INTEGER
 
           bufferControlStatus              INTEGER
 
       }
 
       }
 +
 
       bufferControlIndex OBJECT-TYPE
 
       bufferControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,347: Line 3,229:
 
               captured and controlled by one or more filters."
 
               captured and controlled by one or more filters."
 
           ::= { bufferControlEntry 1 }
 
           ::= { bufferControlEntry 1 }
 +
 
       bufferControlChannelIndex OBJECT-TYPE
 
       bufferControlChannelIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,357: Line 3,240:
 
               index is the same as identified by the same value of
 
               index is the same as identified by the same value of
 
               the channelIndex object.
 
               the channelIndex object.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               bufferControlStatus object is equal to valid(1)."
 
               bufferControlStatus object is equal to valid(1)."
 
           ::= { bufferControlEntry 2 }
 
           ::= { bufferControlEntry 2 }
 +
 
       bufferControlFullStatus OBJECT-TYPE
 
       bufferControlFullStatus OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,370: Line 3,255:
 
               "This object shows whether the buffer has room to
 
               "This object shows whether the buffer has room to
 
               accept new packets or if it is full.
 
               accept new packets or if it is full.
 +
 
               If the status is spaceAvailable(1), the buffer is
 
               If the status is spaceAvailable(1), the buffer is
 
               accepting new packets normally.  If the status is
 
               accepting new packets normally.  If the status is
Line 3,375: Line 3,261:
 
               object is wrapWhenFull, the buffer is accepting new
 
               object is wrapWhenFull, the buffer is accepting new
 
               packets by deleting enough of the oldest packets
 
               packets by deleting enough of the oldest packets
 
 
 
 
 
 
  
 
               to make room for new ones as they arrive.  Otherwise,
 
               to make room for new ones as they arrive.  Otherwise,
Line 3,386: Line 3,266:
 
               bufferControlFullAction object is lockWhenFull,
 
               bufferControlFullAction object is lockWhenFull,
 
               then the buffer has stopped collecting packets.
 
               then the buffer has stopped collecting packets.
 +
 
               When this object is set to full(2) the probe must
 
               When this object is set to full(2) the probe must
 
               not later set it to spaceAvailable(1) except in the
 
               not later set it to spaceAvailable(1) except in the
Line 3,394: Line 3,275:
 
               must not affect the value of this object."
 
               must not affect the value of this object."
 
           ::= { bufferControlEntry 3 }
 
           ::= { bufferControlEntry 3 }
 +
 
       bufferControlFullAction OBJECT-TYPE
 
       bufferControlFullAction OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,409: Line 3,291:
 
               packets."
 
               packets."
 
           ::= { bufferControlEntry 4 }
 
           ::= { bufferControlEntry 4 }
 +
 
       bufferControlCaptureSliceSize OBJECT-TYPE
 
       bufferControlCaptureSliceSize OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,422: Line 3,305:
 
               to 0, the capture buffer will save as many octets
 
               to 0, the capture buffer will save as many octets
 
               as is possible.
 
               as is possible.
 +
 
               This object may not be modified if the associated
 
               This object may not be modified if the associated
 
               bufferControlStatus object is equal to valid(1)."
 
               bufferControlStatus object is equal to valid(1)."
 
           DEFVAL { 100 }
 
           DEFVAL { 100 }
 
           ::= { bufferControlEntry 5 }
 
           ::= { bufferControlEntry 5 }
 
 
 
 
 
 
  
 
       bufferControlDownloadSliceSize OBJECT-TYPE
 
       bufferControlDownloadSliceSize OBJECT-TYPE
Line 3,447: Line 3,325:
 
               object that contains the packet will contain only
 
               object that contains the packet will contain only
 
               the first 100 octets of the packet.
 
               the first 100 octets of the packet.
 +
 
               A prudent manager will take into account possible
 
               A prudent manager will take into account possible
 
               interoperability or fragmentation problems that may
 
               interoperability or fragmentation problems that may
Line 3,456: Line 3,335:
 
           DEFVAL { 100 }
 
           DEFVAL { 100 }
 
           ::= { bufferControlEntry 6 }
 
           ::= { bufferControlEntry 6 }
 +
 
       bufferControlDownloadOffset OBJECT-TYPE
 
       bufferControlDownloadOffset OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,471: Line 3,351:
 
           DEFVAL { 0 }
 
           DEFVAL { 0 }
 
           ::= { bufferControlEntry 7 }
 
           ::= { bufferControlEntry 7 }
 +
 
       bufferControlMaxOctetsRequested OBJECT-TYPE
 
       bufferControlMaxOctetsRequested OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,478: Line 3,359:
 
               "The requested maximum number of octets to be
 
               "The requested maximum number of octets to be
 
               saved in this captureBuffer, including any
 
               saved in this captureBuffer, including any
 
 
 
 
 
 
  
 
               implementation-specific overhead. If this variable
 
               implementation-specific overhead. If this variable
 
               is set to -1, the capture buffer will save as many
 
               is set to -1, the capture buffer will save as many
 
               octets as is possible.
 
               octets as is possible.
 +
 
               When this object is created or modified, the probe
 
               When this object is created or modified, the probe
 
               should set bufferControlMaxOctetsGranted as closely
 
               should set bufferControlMaxOctetsGranted as closely
Line 3,496: Line 3,372:
 
           DEFVAL { -1 }
 
           DEFVAL { -1 }
 
           ::= { bufferControlEntry 8 }
 
           ::= { bufferControlEntry 8 }
 +
 
       bufferControlMaxOctetsGranted OBJECT-TYPE
 
       bufferControlMaxOctetsGranted OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,505: Line 3,382:
 
               If this variable is -1, the capture buffer will save
 
               If this variable is -1, the capture buffer will save
 
               as many octets as possible.
 
               as many octets as possible.
 +
 
               When the bufferControlMaxOctetsRequested object is
 
               When the bufferControlMaxOctetsRequested object is
 
               created or modified, the probe should set this object
 
               created or modified, the probe should set this object
Line 3,514: Line 3,392:
 
               as a result of a modification to the associated
 
               as a result of a modification to the associated
 
               bufferControlMaxOctetsRequested object.
 
               bufferControlMaxOctetsRequested object.
 +
 
               When this maximum number of octets is reached
 
               When this maximum number of octets is reached
 
               and a new packet is to be added to this
 
               and a new packet is to be added to this
Line 3,525: Line 3,404:
 
               In either case, the probe must set
 
               In either case, the probe must set
 
               bufferControlFullStatus to full(2).
 
               bufferControlFullStatus to full(2).
 +
 
               When the value of this object changes to a value less
 
               When the value of this object changes to a value less
 
               than the current value, entries are deleted from
 
               than the current value, entries are deleted from
 
               the captureBufferTable associated with this
 
               the captureBufferTable associated with this
 
 
 
 
 
 
  
 
               bufferControlEntry.  Enough of the
 
               bufferControlEntry.  Enough of the
Line 3,540: Line 3,414:
 
               used remains less than or equal to the new value of
 
               used remains less than or equal to the new value of
 
               this object.
 
               this object.
 +
 
               When the value of this object changes to a value greater
 
               When the value of this object changes to a value greater
 
               than the current value, the number of associated
 
               than the current value, the number of associated
 
               captureBufferEntries may be allowed to grow."
 
               captureBufferEntries may be allowed to grow."
 
           ::= { bufferControlEntry 9 }
 
           ::= { bufferControlEntry 9 }
 +
 
       bufferControlCapturedPackets OBJECT-TYPE
 
       bufferControlCapturedPackets OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,551: Line 3,427:
 
               "The number of packets currently in this captureBuffer."
 
               "The number of packets currently in this captureBuffer."
 
           ::= { bufferControlEntry 10 }
 
           ::= { bufferControlEntry 10 }
 +
 
       bufferControlTurnOnTime OBJECT-TYPE
 
       bufferControlTurnOnTime OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 3,559: Line 3,436:
 
               first turned on."
 
               first turned on."
 
           ::= { bufferControlEntry 11 }
 
           ::= { bufferControlEntry 11 }
 +
 
       bufferControlOwner OBJECT-TYPE
 
       bufferControlOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 3,567: Line 3,445:
 
               using the resources assigned to it."
 
               using the resources assigned to it."
 
           ::= { bufferControlEntry 12 }
 
           ::= { bufferControlEntry 12 }
 +
 
       bufferControlStatus OBJECT-TYPE
 
       bufferControlStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 3,574: Line 3,453:
 
               "The status of this buffer Control Entry."
 
               "The status of this buffer Control Entry."
 
           ::= { bufferControlEntry 13 }
 
           ::= { bufferControlEntry 13 }
 +
 
       captureBufferTable OBJECT-TYPE
 
       captureBufferTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF CaptureBufferEntry
 
           SYNTAX SEQUENCE OF CaptureBufferEntry
 
           ACCESS not-accessible
 
           ACCESS not-accessible
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
Line 3,588: Line 3,462:
 
               "A list of packets captured off of a channel."
 
               "A list of packets captured off of a channel."
 
           ::= { capture 2 }
 
           ::= { capture 2 }
 +
 
       captureBufferEntry OBJECT-TYPE
 
       captureBufferEntry OBJECT-TYPE
 
           SYNTAX CaptureBufferEntry
 
           SYNTAX CaptureBufferEntry
Line 3,596: Line 3,471:
 
           INDEX { captureBufferControlIndex, captureBufferIndex }
 
           INDEX { captureBufferControlIndex, captureBufferIndex }
 
           ::= { captureBufferTable 1 }
 
           ::= { captureBufferTable 1 }
 +
 
       CaptureBufferEntry ::= SEQUENCE {
 
       CaptureBufferEntry ::= SEQUENCE {
 
           captureBufferControlIndex  INTEGER (1..65535),
 
           captureBufferControlIndex  INTEGER (1..65535),
Line 3,605: Line 3,481:
 
           captureBufferPacketStatus  INTEGER
 
           captureBufferPacketStatus  INTEGER
 
       }
 
       }
 +
 
       captureBufferControlIndex OBJECT-TYPE
 
       captureBufferControlIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,613: Line 3,490:
 
               this packet is associated."
 
               this packet is associated."
 
           ::= { captureBufferEntry 1 }
 
           ::= { captureBufferEntry 1 }
 +
 
       captureBufferIndex OBJECT-TYPE
 
       captureBufferIndex OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,624: Line 3,502:
 
               added with the same captureBufferControlIndex."
 
               added with the same captureBufferControlIndex."
 
           ::= { captureBufferEntry 2 }
 
           ::= { captureBufferEntry 2 }
 +
 
       captureBufferPacketID OBJECT-TYPE
 
       captureBufferPacketID OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
 
           ACCESS read-only
 
           ACCESS read-only
 
 
 
 
 
 
  
 
           STATUS mandatory
 
           STATUS mandatory
Line 3,646: Line 3,519:
 
               value of the associated packet's packetID mod 2^31."
 
               value of the associated packet's packetID mod 2^31."
 
           ::= { captureBufferEntry 3 }
 
           ::= { captureBufferEntry 3 }
 +
 
       captureBufferPacketData OBJECT-TYPE
 
       captureBufferPacketData OBJECT-TYPE
 
           SYNTAX OCTET STRING
 
           SYNTAX OCTET STRING
Line 3,662: Line 3,536:
 
               length of zero."
 
               length of zero."
 
           ::= { captureBufferEntry 4 }
 
           ::= { captureBufferEntry 4 }
 +
 
       captureBufferPacketLength OBJECT-TYPE
 
       captureBufferPacketLength OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,670: Line 3,545:
 
               in this entry, including FCS octets."
 
               in this entry, including FCS octets."
 
           ::= { captureBufferEntry 5 }
 
           ::= { captureBufferEntry 5 }
 +
 
       captureBufferPacketTime OBJECT-TYPE
 
       captureBufferPacketTime OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,679: Line 3,555:
 
               packet was captured."
 
               packet was captured."
 
           ::= { captureBufferEntry 6 }
 
           ::= { captureBufferEntry 6 }
 
 
 
 
 
 
  
 
       captureBufferPacketStatus OBJECT-TYPE
 
       captureBufferPacketStatus OBJECT-TYPE
Line 3,693: Line 3,563:
 
               "A value which indicates the error status of this
 
               "A value which indicates the error status of this
 
               packet.
 
               packet.
 +
 
               The value of this object is defined in the same way as
 
               The value of this object is defined in the same way as
 
               filterPacketStatus.  The value is a sum.  This sum
 
               filterPacketStatus.  The value is a sum.  This sum
Line 3,698: Line 3,569:
 
               error, E, that has been discovered in this packet,
 
               error, E, that has been discovered in this packet,
 
               2 raised to a value representing E is added to the sum.
 
               2 raised to a value representing E is added to the sum.
 +
 
               The errors defined for a packet captured off of an
 
               The errors defined for a packet captured off of an
 
               Ethernet interface are as follows:
 
               Ethernet interface are as follows:
 +
 
                   bit #    Error
 
                   bit #    Error
 
                       0    Packet is longer than 1518 octets
 
                       0    Packet is longer than 1518 octets
Line 3,708: Line 3,581:
 
                             it was detected that some packets were
 
                             it was detected that some packets were
 
                             not processed correctly.
 
                             not processed correctly.
 +
 
               For example, an Ethernet fragment would have a
 
               For example, an Ethernet fragment would have a
 
               value of 6 (2^1 + 2^2).
 
               value of 6 (2^1 + 2^2).
 +
 
               As this MIB is expanded to new media types, this object
 
               As this MIB is expanded to new media types, this object
 
               will have other media-specific errors defined."
 
               will have other media-specific errors defined."
Line 3,715: Line 3,590:
  
 
       -- The Event Group
 
       -- The Event Group
 +
 
       -- Implementation of the Event group is optional.
 
       -- Implementation of the Event group is optional.
 
       --
 
       --
Line 3,727: Line 3,603:
 
       --
 
       --
 
       -- Each eventEntry may optionally specify that a log entry
 
       -- Each eventEntry may optionally specify that a log entry
 
 
 
 
 
 
  
 
       -- be created on its behalf whenever the event occurs.
 
       -- be created on its behalf whenever the event occurs.
Line 3,745: Line 3,615:
 
       -- elsewhere, the enterprise and specific trap fields
 
       -- elsewhere, the enterprise and specific trap fields
 
       -- must be specified for traps generated for that condition.
 
       -- must be specified for traps generated for that condition.
 +
 
       eventTable OBJECT-TYPE
 
       eventTable OBJECT-TYPE
 
           SYNTAX SEQUENCE OF EventEntry
 
           SYNTAX SEQUENCE OF EventEntry
Line 3,752: Line 3,623:
 
               "A list of events to be generated."
 
               "A list of events to be generated."
 
           ::= { event 1 }
 
           ::= { event 1 }
 +
 
       eventEntry OBJECT-TYPE
 
       eventEntry OBJECT-TYPE
 
           SYNTAX EventEntry
 
           SYNTAX EventEntry
Line 3,761: Line 3,633:
 
           INDEX { eventIndex }
 
           INDEX { eventIndex }
 
           ::= { eventTable 1 }
 
           ::= { eventTable 1 }
 +
 
       EventEntry ::= SEQUENCE {
 
       EventEntry ::= SEQUENCE {
 
           eventIndex          INTEGER (1..65535),
 
           eventIndex          INTEGER (1..65535),
Line 3,770: Line 3,643:
 
           eventStatus        INTEGER
 
           eventStatus        INTEGER
 
       }
 
       }
 +
 
       eventIndex OBJECT-TYPE
 
       eventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,778: Line 3,652:
 
               event table.  Each such entry defines one event that
 
               event table.  Each such entry defines one event that
 
               is to be generated when the appropriate conditions
 
               is to be generated when the appropriate conditions
 
 
 
 
 
 
  
 
               occur."
 
               occur."
 
           ::= { eventEntry 1 }
 
           ::= { eventEntry 1 }
 +
 
       eventDescription OBJECT-TYPE
 
       eventDescription OBJECT-TYPE
 
           SYNTAX DisplayString (SIZE (0..127))
 
           SYNTAX DisplayString (SIZE (0..127))
Line 3,794: Line 3,663:
 
               "A comment describing this event entry."
 
               "A comment describing this event entry."
 
           ::= { eventEntry 2 }
 
           ::= { eventEntry 2 }
 +
 
       eventType OBJECT-TYPE
 
       eventType OBJECT-TYPE
 
           SYNTAX INTEGER {
 
           SYNTAX INTEGER {
Line 3,810: Line 3,680:
 
               management stations."
 
               management stations."
 
           ::= { eventEntry 3 }
 
           ::= { eventEntry 3 }
 +
 
       eventCommunity OBJECT-TYPE
 
       eventCommunity OBJECT-TYPE
 
           SYNTAX OCTET STRING (SIZE (0..127))
 
           SYNTAX OCTET STRING (SIZE (0..127))
Line 3,823: Line 3,694:
 
               the trap."
 
               the trap."
 
           ::= { eventEntry 4 }
 
           ::= { eventEntry 4 }
 +
 
       eventLastTimeSent OBJECT-TYPE
 
       eventLastTimeSent OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 3,829: Line 3,701:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The value of sysUpTime at the time this event
 
               "The value of sysUpTime at the time this event
 
 
 
 
 
 
  
 
               entry last generated an event.  If this entry has
 
               entry last generated an event.  If this entry has
Line 3,840: Line 3,706:
 
               zero."
 
               zero."
 
           ::= { eventEntry 5 }
 
           ::= { eventEntry 5 }
 +
 
       eventOwner OBJECT-TYPE
 
       eventOwner OBJECT-TYPE
 
           SYNTAX OwnerString
 
           SYNTAX OwnerString
Line 3,847: Line 3,714:
 
               "The entity that configured this entry and is therefore
 
               "The entity that configured this entry and is therefore
 
               using the resources assigned to it.
 
               using the resources assigned to it.
 +
 
               If this object contains a string starting with 'monitor'
 
               If this object contains a string starting with 'monitor'
 
               and has associated entries in the log table, all
 
               and has associated entries in the log table, all
Line 3,853: Line 3,721:
 
               management stations connected to this device"
 
               management stations connected to this device"
 
           ::= { eventEntry 6 }
 
           ::= { eventEntry 6 }
 +
 
       eventStatus OBJECT-TYPE
 
       eventStatus OBJECT-TYPE
 
           SYNTAX EntryStatus
 
           SYNTAX EntryStatus
Line 3,859: Line 3,728:
 
           DESCRIPTION
 
           DESCRIPTION
 
               "The status of this event entry.
 
               "The status of this event entry.
 +
 
               If this object is not equal to valid(1), all associated
 
               If this object is not equal to valid(1), all associated
 
               log entries shall be deleted by the agent."
 
               log entries shall be deleted by the agent."
 
           ::= { eventEntry 7 }
 
           ::= { eventEntry 7 }
 +
 
       --
 
       --
 
       logTable OBJECT-TYPE
 
       logTable OBJECT-TYPE
Line 3,870: Line 3,741:
 
               "A list of events that have been logged."
 
               "A list of events that have been logged."
 
           ::= { event 2 }
 
           ::= { event 2 }
 +
 
       logEntry OBJECT-TYPE
 
       logEntry OBJECT-TYPE
 
           SYNTAX LogEntry
 
           SYNTAX LogEntry
Line 3,879: Line 3,751:
 
           INDEX { logEventIndex, logIndex }
 
           INDEX { logEventIndex, logIndex }
  
 +
          ::= { logTable 1 }
  
 
 
 
 
 
          ::= { logTable 1 }
 
 
       LogEntry ::= SEQUENCE {
 
       LogEntry ::= SEQUENCE {
 
           logEventIndex          INTEGER (1..65535),
 
           logEventIndex          INTEGER (1..65535),
Line 3,892: Line 3,759:
 
           logDescription          DisplayString (SIZE (0..255))
 
           logDescription          DisplayString (SIZE (0..255))
 
       }
 
       }
 +
 
       logEventIndex OBJECT-TYPE
 
       logEventIndex OBJECT-TYPE
 
           SYNTAX INTEGER (1..65535)
 
           SYNTAX INTEGER (1..65535)
Line 3,903: Line 3,771:
 
               of eventIndex."
 
               of eventIndex."
 
           ::= { logEntry 1 }
 
           ::= { logEntry 1 }
 +
 
       logIndex OBJECT-TYPE
 
       logIndex OBJECT-TYPE
 
           SYNTAX INTEGER
 
           SYNTAX INTEGER
Line 3,920: Line 3,789:
 
               matter as to when this deletion may occur."
 
               matter as to when this deletion may occur."
 
           ::= { logEntry 2 }
 
           ::= { logEntry 2 }
 +
 
       logTime OBJECT-TYPE
 
       logTime OBJECT-TYPE
 
           SYNTAX TimeTicks
 
           SYNTAX TimeTicks
Line 3,928: Line 3,798:
 
               created."
 
               created."
 
           ::= { logEntry 3 }
 
           ::= { logEntry 3 }
 
 
 
 
 
 
 
  
 
       logDescription OBJECT-TYPE
 
       logDescription OBJECT-TYPE
Line 3,944: Line 3,807:
 
               event that activated this log entry."
 
               event that activated this log entry."
 
           ::= { logEntry 4 }
 
           ::= { logEntry 4 }
 +
 
       END
 
       END
== Acknowledgments ==
+
 
 +
== Acknowledgments ==
 +
 
 
This document was produced by the IETF Remote Network Monitoring
 
This document was produced by the IETF Remote Network Monitoring
 
Working Group.
 
Working Group.
 +
 
In addition, the comments of the following individuals are also
 
In addition, the comments of the following individuals are also
 
acknowledged:
 
acknowledged:
 +
 
   Anne Ambler            Spider Systems
 
   Anne Ambler            Spider Systems
 
   Steve Bostock          Novell
 
   Steve Bostock          Novell
Line 3,963: Line 3,831:
 
   David Stevens          Network General
 
   David Stevens          Network General
 
   Gerard White            Concord Communications
 
   Gerard White            Concord Communications
== References ==
+
 
 +
== References ==
 +
 
 
[1] Cerf, V., "IAB Recommendations for the Development of Internet
 
[1] Cerf, V., "IAB Recommendations for the Development of Internet
     Network Management Standards", RFC 1052, NRI, April 1988.
+
     Network Management Standards", [[RFC1052|RFC 1052]], NRI, April 1988.
 +
 
 
[2] Cerf, V., "Report of the Second Ad Hoc Network Management Review
 
[2] Cerf, V., "Report of the Second Ad Hoc Network Management Review
     Group", RFC 1109, NRI, August 1989.
+
     Group", [[RFC1109|RFC 1109]], NRI, August 1989.
 +
 
 
[3] Rose M., and K. McCloghrie, "Structure and Identification of
 
[3] Rose M., and K. McCloghrie, "Structure and Identification of
     Management Information for TCP/IP-based internets", RFC 1155,
+
     Management Information for TCP/IP-based internets", [[RFC1155|RFC 1155]],
 
     Performance Systems International, Hughes LAN Systems, May 1990.
 
     Performance Systems International, Hughes LAN Systems, May 1990.
 +
 
[4] McCloghrie K., and M. Rose, "Management Information Base for
 
[4] McCloghrie K., and M. Rose, "Management Information Base for
     Network Management of TCP/IP-based internets", RFC 1156, Hughes
+
     Network Management of TCP/IP-based internets", [[RFC1156|RFC 1156]], Hughes
 
     LAN Systems, Performance Systems International, May 1990.
 
     LAN Systems, Performance Systems International, May 1990.
 
 
 
 
 
 
  
 
[5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
 
[5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
     Network Management Protocol", RFC 1157, SNMP Research,
+
     Network Management Protocol", [[RFC1157|RFC 1157]], SNMP Research,
 
     Performance Systems International, Performance Systems
 
     Performance Systems International, Performance Systems
 
     International, MIT Laboratory for Computer Science, May 1990.
 
     International, MIT Laboratory for Computer Science, May 1990.
 +
 
[6] McCloghrie K., and M. Rose, Editors, "Management Information Base
 
[6] McCloghrie K., and M. Rose, Editors, "Management Information Base
     for Network Management of TCP/IP-based internets", RFC 1213,
+
     for Network Management of TCP/IP-based internets", [[RFC1213|RFC 1213]],
 
     Performance Systems International, March 1991.
 
     Performance Systems International, March 1991.
 +
 
[7] Information processing systems - Open Systems Interconnection -
 
[7] Information processing systems - Open Systems Interconnection -
 
     Specification of Abstract Syntax Notation One (ASN.1),
 
     Specification of Abstract Syntax Notation One (ASN.1),
 
     International Organization for Standardization, International
 
     International Organization for Standardization, International
 
     Standard 8824, December 1987.
 
     Standard 8824, December 1987.
 +
 
[8] Information processing systems - Open Systems Interconnection -
 
[8] Information processing systems - Open Systems Interconnection -
 
     Specification of Basic Encoding Rules for Abstract Notation One
 
     Specification of Basic Encoding Rules for Abstract Notation One
 
     (ASN.1), International Organization for Standardization,
 
     (ASN.1), International Organization for Standardization,
 
     International Standard 8825, December 1987.
 
     International Standard 8825, December 1987.
 +
 
[9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
 
[9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
     RFC 1212, Performance Systems International, Hughes LAN Systems,
+
     [[RFC1212|RFC 1212]], Performance Systems International, Hughes LAN Systems,
 
     March 1991.
 
     March 1991.
 +
 
   [10] Rose, M., Editor, "A Convention for Defining Traps for use with
 
   [10] Rose, M., Editor, "A Convention for Defining Traps for use with
     the SNMP", RFC 1215, Performance Systems International, March
+
     the SNMP", [[RFC1215|RFC 1215]], Performance Systems International, March
 
     1991.
 
     1991.
 +
 
Security Considerations
 
Security Considerations
 +
 
Security issues are not discussed in this memo.
 
Security issues are not discussed in this memo.
 +
 
Author's Address
 
Author's Address
 +
 
Steven Waldbusser
 
Steven Waldbusser
 
Carnegie Mellon University
 
Carnegie Mellon University
 
4910 Forbes Ave.
 
4910 Forbes Ave.
 
Pittsburgh, PA 15213
 
Pittsburgh, PA 15213
 +
 
Phone: (412) 268-6628
 
Phone: (412) 268-6628
 +
  

Latest revision as of 14:03, 16 October 2020

Network Working Group S. Waldbusser Request for Comments: 1271 Carnegie Mellon University

                                                       November 1991
     Remote Network Monitoring Management Information Base

Status of this Memo

This memo is an extension to the SNMP MIB. This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "IAB Official Protocol Standards" for the standardization state and status of this protocol. Distribution of this memo is unlimited.

5.1 Resource Sharing Among Multiple Management Stations .. 8

Abstract

This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in TCP/IP-based internets. In particular, it defines objects for managing remote network monitoring devices.

The Network Management Framework

The Internet-standard Network Management Framework consists of three components. They are:

  RFC 1155 which defines the SMI, the mechanisms used for describing
  and naming objects for the purpose of management.  RFC 1212
  defines a more concise description mechanism, which is wholly
  consistent with the SMI.
  RFC 1156 which defines MIB-I, the core set of managed objects for
  the Internet suite of protocols.  RFC 1213, defines MIB-II, an
  evolution of MIB-I based on implementation experience and new
  operational requirements.
  RFC 1157 which defines the SNMP, the protocol used for network
  access to managed objects.

The Framework permits new objects to be defined for the purpose of experimentation and evaluation.

Objects

Managed objects are accessed via a virtual information store, termed the Management Information Base or MIB. Objects in the MIB are defined using the subset of Abstract Syntax Notation One (ASN.1) [7] defined in the SMI. In particular, each object has a name, a syntax, and an encoding. The name is an object identifier, an administratively assigned name, which specifies an object type. The object type together with an object instance serves to uniquely identify a specific instantiation of the object. For human convenience, we often use a textual string, termed the OBJECT DESCRIPTOR, to also refer to the object type.

The syntax of an object type defines the abstract data structure corresponding to that object type. The ASN.1 language is used for this purpose. However, the SMI [3] purposely restricts the ASN.1 constructs which may be used. These restrictions are explicitly made for simplicity.

The encoding of an object type is simply how that object type

is represented using the object type's syntax. Implicitly tied to the notion of an object type's syntax and encoding is how the object type is represented when being transmitted on the network.

The SMI specifies the use of the basic encoding rules of ASN.1 [8], subject to the additional requirements imposed by the SNMP.

Format of Definitions

Section 6 contains the specification of all object types contained in this MIB module. The object types are defined using the conventions defined in the SMI, as amended by the extensions specified in [9,10].

Overview

Remote network monitoring devices are instruments that exist for the purpose of managing a network. Often these remote probes are stand-alone devices and devote significant internal resources for the sole purpose of managing a network. An organization may employ many of these devices, one per network segment, to manage its internet. In addition, these devices may be used for a network management service provider to access a client network, often geographically remote.

While many of the objects in this document are suitable for the management of any type of network, there are some which are specific to managing Ethernet networks. The design of this MIB allows similar objects to be defined for other network types. It is intended that future versions of this document will define extensions for other network types such as Token Ring and FDDI.

Remote Network Management Goals

          o Offline Operation
              There are sometimes conditions when a management
              station will not be in constant contact with its
              remote monitoring devices.  This is sometimes by
              design in an attempt to lower communications costs
              (especially when communicating over a WAN or
              dialup link), or by accident as network failures
              affect the communications between the management
              station and the probe.
              For this reason, this MIB allows a probe to be
              configured to perform diagnostics and to collect
              statistics continuously, even when communication with
              the management station may not be possible or
              efficient.  The probe may then attempt to notify
              the management station when an exceptional condition
              occurs.  Thus, even in circumstances where
              communication between management station and probe is
              not continuous, fault, performance, and configuration
              information may be continuously accumulated and
              communicated to the management station conveniently
              and efficiently.
          o Preemptive Monitoring
              Given the resources available on the monitor, it
              is potentially helpful for it continuously to run
              diagnostics and to log network performance.  The
              monitor is always available at the onset of any
              failure.  It can notify the management station of the
              failure and can store historical statistical
              information about the failure.  This historical
              information can be played back by the management
              station in an attempt to perform further diagnosis
              into the cause of the problem.
          o Problem Detection and Reporting
              The monitor can be configured to recognize
              conditions, most notably error conditions, and
              continuously to check for them.  When one of these
              conditions occurs, the event may be logged, and
              management stations may be notified in a number of
              ways.
          o Value Added Data
              Because a remote monitoring device represents a
              network resource dedicated exclusively to network
              management functions, and because it is located
              directly on the monitored portion of the network, the
              remote network monitoring device has the opportunity
              to add significant value to the data it collects.
              For instance, by highlighting those hosts on the
              network that generate the most traffic or errors, the
              probe can give the management station precisely the
              information it needs to solve a class of problems.
          o Multiple Managers
              An organization may have multiple management stations
              for different units of the organization, for different
              functions (e.g. engineering and operations), and in an
              attempt to provide disaster recovery.  Because
              environments with multiple management stations are
              common, the remote network monitoring device has to
              deal with more than own management station,
              potentially using its resources concurrently.

Textual Conventions

Two new data types are introduced as a textual convention in this MIB document. These textual conventions enhance the readability of the specification and can ease comparison with other specifications if appropriate. It should be noted that the introduction of the these textual conventions has no effect on either the syntax nor the semantics of any managed objects. The use of these is merely an artifact of the explanatory method used. Objects defined in terms of one of these methods are always encoded by means of the rules that define the primitive type. Hence, no changes to the SMI or the SNMP are necessary to accommodate these textual conventions which are adopted merely for the convenience of readers and writers in pursuit of the elusive goal of clear, concise, and unambiguous MIB documents.

The new data types are: OwnerString and EntryStatus.

Structure of MIB

The objects are arranged into the following groups:

              - statistics
              - history
              - alarm
              - host
              - hostTopN
              - matrix
              - filter
              - packet capture
              - event

These groups are the basic unit of conformance. If a remote monitoring device implements a group, then it must implement all objects in that group. For example, a managed agent that implements the host group must implement the hostControlTable, the hostTable and the hostTimeTable.

All groups in this MIB are optional. Implementations of this MIB must also implement the system and interfaces group of MIB-II [6]. MIB-II may also mandate the implementation of additional groups.

These groups are defined to provide a means of assigning object identifiers, and to provide a method for managed agents to know which objects they must implement.

The Statistics Group

The statistics group contains statistics measured by the probe for each monitored interface on this device. This group currently consists of the etherStatsTable but in the future will contain tables for other media types including Token Ring and FDDI.

The History Group

The history group records periodic statistical samples from a network and stores them for later retrieval. This group currently consists of the historyControlTable and the etherHistoryTable. In future versions of the MIB, this group may contain tables for other media types including Token Ring and FDDI.

The Alarm Group

The alarm group periodically takes statistical samples from variables in the probe and compares them to previously configured thresholds. If the monitored variable crosses a threshold, an event is generated. A hysteresis mechanism is implemented to limit the generation of alarms. This group consists of the alarmTable and requires the implementation of the event group.

The Host Group

The host group contains statistics associated with each host discovered on the network. This group discovers hosts on the network by keeping a list of source and destination MAC Addresses seen in good packets promiscuously received from the network. This group consists of the hostControlTable, the hostTable, and the hostTimeTable.

The HostTopN Group

The hostTopN group is used to prepare reports that describe the hosts that top a list ordered by one of their statistics. The available statistics are samples of one of their base statistics over an interval specified by the management station. Thus, these statistics are rate based. The management station also selects how many such

hosts are reported. This group consists of the hostTopNControlTable and the hostTopNTable, and requires the implementation of the host group.

The Matrix Group

The matrix group stores statistics for conversations between sets of two addresses. As the device detects a new conversation, it creates a new entry in its tables. This group consists of the matrixControlTable, the matrixSDTable and the matrixDSTable.

The Filter Group

The filter group allows packets to be matched by a filter equation. These matched packets form a data stream that may be captured or may generate events. This group consists of the filterTable and the channelTable.

The Packet Capture Group

The Packet Capture group allows packets to be captured after they flow through a channel. This group consists of the bufferControlTable and the captureBufferTable, and requires the implementation of the filter group.

The Event Group

The event group controls the generation and notification of events from this device. This group consists of the eventTable and the logTable.

Control of Remote Network Monitoring Devices

Due to the complex nature of the available functions in these devices, the functions often need user configuration. In many cases, the function requires parameters to be set up for a data collection operation. The operation can proceed only after these parameters are fully set up.

Many functional groups in this MIB have one or more tables in which to set up control parameters, and one or more data tables in which to place the results of the operation. The control tables are typically read-write in nature, while the data tables are typically read-only. Because the parameters in the control table often describe resulting data in the data table, many of the parameters can be modified only when the control entry is invalid. Thus, the method for modifying these parameters is to invalidate the control entry, causing its deletion and the deletion of any associated data entries, and then

create a new control entry with the proper parameters. Deleting the control entry also gives a convenient method for reclaiming the resources used by the associated data.

Some objects in this MIB provide a mechanism to execute an action on the remote monitoring device. These objects may execute an action as a result of a change in the state of the object. For those objects in this MIB, a request to set an object to the same value as it currently holds would thus cause no action to occur.

To facilitate control by multiple managers, resources have to be shared among the managers. These resources are typically the memory and computation resources that a function requires.

Resource Sharing Among Multiple Management Stations

When multiple management stations wish to use functions that compete for a finite amount of resources on a device, a method to facilitate this sharing of resources is required. Potential conflicts include:

          o Two management stations wish to simultaneously use
            resources that together would exceed the capability of
            the device.
          o A management station uses a significant amount of
            resources for a long period of time.
          o A management station uses resources and then crashes,
            forgetting to free the resources so others may
            use them.

A mechanism is provided for each management station initiated function in this MIB to avoid these conflicts and to help resolve them when they occur. Each function has a label identifying the initiator (owner) of the function. This label is set by the initiator to provide for the following possibilities:

          o A management station may recognize resources it owns
            and no longer needs.
          o A network operator can find the management station that
            owns the resource and negotiate for it to be freed.
          o A network operator may decide to unilaterally free
            resources another network operator has reserved.
          o Upon initialization, a management station may recognize
            resources it had reserved in the past.  With this
            information it may free the resources if it no longer
            needs them.

Management stations and probes should support any format of the owner string dictated by the local policy of the organization. It is suggested that this name contain one or more of the following: IP address, management station name, network manager's name, location, or phone number. This information will help users to share the resources more effectively.

There is often default functionality that the device wishes to set up. The resources associated with this functionality are then owned by the device itself. In this case, the device will set the relevant owner object to a string starting with 'monitor'. Indiscriminate modification of the monitor-owned configuration by network management stations is discouraged. In fact, a network management station should only modify these objects under the direction of the administrator of the probe, often the network administrator.

When a network management station wishes to utilize a function in a monitor, it is encouraged to first scan the control table of that function to find an instance with similar parameters to share. This is especially true for those instances owned by the monitor, which can be assumed to change infrequently. If a management station decides to share an instance owned by another management station, it should understand that the management station that owns the instance may indiscriminately modify or delete it.

Row Addition Among Multiple Management Stations

The addition of new rows is achieved using the method described in [9]. In this MIB, rows are often added to a table in order to configure a function. This configuration usually involves parameters that control the operation of the function. The agent must check these parameters to make sure they are appropriate given restrictions defined in this MIB as well as any implementation specific restrictions such as lack of resources. The agent implementor may be confused as to when to check these parameters and when to signal to the management station that the parameters are invalid. There are two opportunities:

          o When the management station sets each parameter object.
          o When the management station sets the entry status object
            to valid.

If the latter is chosen, it would be unclear to the management station which of the several parameters was invalid and caused the

badValue error to be emitted. Thus, wherever possible, the implementor should choose the former as it will provide more information to the management station.

A problem can arise when multiple management stations attempt to set configuration information simultaneously using SNMP. When this involves the addition of a new conceptual row in the same control table, the managers may collide, attempting to create the same entry. To guard against these collisions, each such control entry contains a status object with special semantics that help to arbitrate among the managers. If an attempt is made with the row addition mechanism to create such a status object and that object already exists, an error is returned. When more than one manager simultaneously attempts to create the same conceptual row, only the first will succeed. The others will receive an error.

Definitions

      RFC1271-MIB DEFINITIONS ::= BEGIN
          IMPORTS
              Counter                              FROM RFC1155-SMI
              DisplayString                        FROM RFC1158-MIB
              mib-2                                FROM RFC1213-MIB
              OBJECT-TYPE                          FROM RFC-1212;
      --  This MIB module uses the extended OBJECT-TYPE macro as
      --  defined in [9].
      --  Remote Network Monitoring MIB
          rmon    OBJECT IDENTIFIER ::= { mib-2 16 }
          -- textual conventions
          OwnerString ::= DisplayString
          -- This data type is used to model an administratively
          -- assigned name of the owner of a resource. This
          -- information is taken from the NVT ASCII character set.
          -- It is suggested that this name contain one or more
          -- of the following:
          -- IP address, management station name, network manager's
          -- name, location, or phone number.
          -- In some cases the agent itself will be the owner of
          -- an entry.  In these cases, this string shall be set
          -- to a string starting with 'monitor'.
          --
          -- SNMP access control is articulated entirely in terms of
          -- the contents of MIB views; access to a particular SNMP
          -- object instance depends only upon its presence or
          -- absence in a particular MIB view and never upon its
          -- value or the value of related object instances. Thus,
          -- objects of this type afford resolution of resource
          -- contention only among cooperating managers; they
          -- realize no access control function with respect
          -- to uncooperative parties.
          --
          -- By convention, objects with this syntax are declared
          -- as having
          --
          --      SIZE (0..127)
          EntryStatus ::= INTEGER
                     { valid(1),
                       createRequest(2),
                       underCreation(3),
                       invalid(4)
                     }
          -- The status of a table entry.
          --
          -- Setting this object to the value invalid(4) has the
          -- effect of invalidating the corresponding entry.
          -- That is, it effectively disassociates the mapping
          -- identified with said entry.
          -- It is an implementation-specific matter as to whether
          -- the agent removes an invalidated entry from the table.
          -- Accordingly, management stations must be prepared to
          -- receive tabular information from agents that corresponds
          -- to entries currently not in use.  Proper
          -- interpretation of such entries requires examination
          -- of the relevant EntryStatus object.
          --
          -- An existing instance of this object cannot be set to
          -- createRequest(2).  This object may only be set to
          -- createRequest(2) when this instance is created.  When
          -- this object is created, the agent may wish to create
          -- supplemental object instances to complete a conceptual
          -- row in this table.  Immediately after completing the
          -- create operation, the agent must set this object to
          -- underCreation(3).
          --
          -- Entries shall exist in the underCreation(3) state until
          -- the management station is finished configuring the
          -- entry and sets this object to valid(1) or aborts,
          -- setting this object to invalid(4).  If the agent
          -- determines that an entry has been in the
          -- underCreation(3) state for an abnormally long time,
          -- it may decide that the management station has
          -- crashed.  If the agent makes this decision,
          -- it may set this object to invalid(4) to reclaim the
          -- entry.  A prudent agent will understand that the
          -- management station may need to wait for human input
          -- and will allow for that possibility in its
          -- determination of this abnormally long period.
          statistics        OBJECT IDENTIFIER ::= { rmon 1 }
          history           OBJECT IDENTIFIER ::= { rmon 2 }
          alarm             OBJECT IDENTIFIER ::= { rmon 3 }
          hosts             OBJECT IDENTIFIER ::= { rmon 4 }
          hostTopN          OBJECT IDENTIFIER ::= { rmon 5 }
          matrix            OBJECT IDENTIFIER ::= { rmon 6 }
          filter            OBJECT IDENTIFIER ::= { rmon 7 }
          capture           OBJECT IDENTIFIER ::= { rmon 8 }
          event             OBJECT IDENTIFIER ::= { rmon 9 }
      -- The Statistics Group
      --
      -- Implementation of the Statistics group is optional.
      --
      -- The statistics group contains statistics measured by the
      -- probe for each monitored interface on this device.  These
      -- statistics take the form of free running counters that
      -- start from zero when a valid entry is created.
      --
      -- This group currently has statistics defined only for
      -- Ethernet interfaces.  Each etherStatsEntry contains
      -- statistics for one Ethernet interface.  The probe must
      -- create one etherStats entry for each monitored Ethernet
      -- interface on the device.
      etherStatsTable OBJECT-TYPE
          SYNTAX SEQUENCE OF EtherStatsEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of Ethernet statistics entries."
          ::= { statistics 1 }
      etherStatsEntry OBJECT-TYPE
          SYNTAX EtherStatsEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A collection of statistics kept for a particular
              Ethernet interface."
          INDEX { etherStatsIndex }
          ::= { etherStatsTable 1 }
      EtherStatsEntry ::= SEQUENCE {
          etherStatsIndex                    INTEGER (1..65535),
          etherStatsDataSource               OBJECT IDENTIFIER,
          etherStatsDropEvents               Counter,
          etherStatsOctets                   Counter,
          etherStatsPkts                     Counter,
          etherStatsBroadcastPkts            Counter,
          etherStatsMulticastPkts            Counter,
          etherStatsCRCAlignErrors           Counter,
          etherStatsUndersizePkts            Counter,
          etherStatsOversizePkts             Counter,
          etherStatsFragments                Counter,
          etherStatsJabbers                  Counter,
          etherStatsCollisions               Counter,
          etherStatsPkts64Octets             Counter,
          etherStatsPkts65to127Octets        Counter,
          etherStatsPkts128to255Octets       Counter,
          etherStatsPkts256to511Octets       Counter,
          etherStatsPkts512to1023Octets      Counter,
          etherStatsPkts1024to1518Octets     Counter,
          etherStatsOwner                    OwnerString,
          etherStatsStatus                   INTEGER
      }
      etherStatsIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of this object uniquely identifies this
              etherStats entry."
          ::= { etherStatsEntry 1 }
      etherStatsDataSource OBJECT-TYPE
          SYNTAX OBJECT IDENTIFIER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object identifies the source of the data that
              this etherStats entry is configured to analyze.  This
              source can be any ethernet interface on this device.
              In order to identify a particular interface, this
              object shall identify the instance of the ifIndex
              object, defined in [4,6], for the desired interface.
              For example, if an entry were to receive data from
              interface #1, this object would be set to ifIndex.1.
              The statistics in this group reflect all packets
              on the local network segment attached to the
              identified interface.
              This object may not be modified if the associated
              etherStatsStatus object is equal to valid(1)."
          ::= { etherStatsEntry 2 }
      etherStatsDropEvents OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of events in which packets
              were dropped by the probe due to lack of resources.
              Note that this number is not necessarily the number of
              packets dropped; it is just the number of times this
              condition has been detected."
          ::= { etherStatsEntry 3 }
      etherStatsOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of octets of data (including
              those in bad packets) received on the
              network (excluding framing bits but including
              FCS octets)."
          ::= { etherStatsEntry 4 }
      etherStatsPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error packets)
              received."
          ::= { etherStatsEntry 5 }
      etherStatsBroadcastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of good packets received that were
              directed to the broadcast address."
          ::= { etherStatsEntry 6 }
      etherStatsMulticastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of good packets received that were
              directed to a multicast address.  Note that this
              number does not include packets directed to the
              broadcast address."
          ::= { etherStatsEntry 7 }
      etherStatsCRCAlignErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received that
              had a length (excluding framing bits, but
              including FCS octets) of between 64 and 1518
              octets, inclusive, but were not an integral number
              of octets in length or had a bad Frame Check
              Sequence (FCS)."
          ::= { etherStatsEntry 8 }
      etherStatsUndersizePkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received that were
              less than 64 octets long (excluding framing bits,
              but including FCS octets) and were otherwise well
              formed."
          ::= { etherStatsEntry 9 }
      etherStatsOversizePkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received that were
              longer than 1518 octets (excluding framing bits,
              but including FCS octets) and were otherwise
              well formed."
          ::= { etherStatsEntry 10 }
      etherStatsFragments OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received that were not an
              integral number of octets in length or that had a bad
              Frame Check Sequence (FCS), and were less than 64
              octets in length (excluding framing bits but
              including FCS octets)."
          ::= { etherStatsEntry 11 }
      etherStatsJabbers OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received that were
              longer than 1518 octets (excluding framing bits,
              but including FCS octets), and were not an
              integral number of octets in length or had
              a bad Frame Check Sequence (FCS)."
          ::= { etherStatsEntry 12 }
      etherStatsCollisions OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The best estimate of the total number of collisions
              on this Ethernet segment."
          ::= { etherStatsEntry 13 }
      etherStatsPkts64Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were 64 octets in length
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 14 }
      etherStatsPkts65to127Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were between
              65 and 127 octets in length inclusive
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 15 }
      etherStatsPkts128to255Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were between
              128 and 255 octets in length inclusive
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 16 }
      etherStatsPkts256to511Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were between
              256 and 511 octets in length inclusive
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 17 }
      etherStatsPkts512to1023Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were between
              512 and 1023 octets in length inclusive
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 18 }
      etherStatsPkts1024to1518Octets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets (including error
              packets) received that were between
              1024 and 1518 octets in length inclusive
              (excluding framing bits but including FCS octets)."
          ::= { etherStatsEntry 19 }
      etherStatsOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { etherStatsEntry 20 }
      etherStatsStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this etherStats entry."
          ::= { etherStatsEntry 21 }
      -- The History Group
      -- Implementation of the History group is optional.
      --
      -- The history group records periodic statistical samples from
      -- a network and stores them for later retrieval.  The
      -- historyControl table stores configuration entries that each
      -- define an interface, polling period, and other parameters.
      -- Once samples are taken, their data is stored in an entry
      -- in a media-specific table.  Each such entry defines one
      -- sample, and is associated with the historyControlEntry that
      -- caused the sample to be taken.  Currently the only media-
      -- specific table defined is the etherHistoryTable, for
      -- Ethernet networks.
      --
      -- If the probe keeps track of the time of day, it should
      -- start the first sample of the history at a time such that
      -- when the next hour of the day begins, a sample is
      -- started at that instant.  This tends to make more
      -- user-friendly reports, and enables comparison of reports
      -- from different probes that have relatively accurate time
      -- of day.
      --
      -- The monitor is encouraged to add two history control entries
      -- per monitored interface upon initialization that describe
      -- a short term and a long term polling period.  Suggested
      -- parameters are 30 seconds for the short term polling
      -- period and 30 minutes for the long term period.
      historyControlTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HistoryControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of history control entries."
          ::= { history 1 }
      historyControlEntry OBJECT-TYPE
          SYNTAX HistoryControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of parameters that set up a periodic
              sampling of statistics."
          INDEX { historyControlIndex }
          ::= { historyControlTable 1 }
      HistoryControlEntry ::= SEQUENCE {
          historyControlIndex             INTEGER (1..65535),
          historyControlDataSource        OBJECT IDENTIFIER,
          historyControlBucketsRequested  INTEGER (1..65535),
          historyControlBucketsGranted    INTEGER (1..65535),
          historyControlInterval          INTEGER (1..3600),
          historyControlOwner             OwnerString,
          historyControlStatus            INTEGER
      }
      historyControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in the
              historyControl table.  Each such entry defines a
              set of samples at a particular interval for an
              interface on the device."
          ::= { historyControlEntry 1 }
      historyControlDataSource OBJECT-TYPE
          SYNTAX OBJECT IDENTIFIER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object identifies the source of the data for
              which historical data was collected and
              placed in a media-specific table on behalf of this
              historyControlEntry.  This source can be any
              interface on this device.  In order to identify
              a particular interface, this object shall identify
              the instance of the ifIndex object, defined
              in [4,6], for the desired interface.  For example,
              if an entry were to receive data from interface #1,
              this object would be set to ifIndex.1.
              The statistics in this group reflect all packets
              on the local network segment attached to the
              identified interface.
              This object may not be modified if the associated
              historyControlStatus object is equal to valid(1)."
          ::= { historyControlEntry 2 }
      historyControlBucketsRequested OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The requested number of discrete time intervals
              over which data is to be saved in the part of the
              media-specific table associated with this
              historyControl entry.
              When this object is created or modified, the probe
              should set historyControlBucketsGranted as closely to
              this object as is possible for the particular probe
              implementation and available resources."
          DEFVAL { 50 }
          ::= { historyControlEntry 3 }
      historyControlBucketsGranted OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of discrete sampling intervals
              over which data shall be saved in the part of
              the media-specific table associated with this
              historyControl entry.
              When the associated historyControlBucketsRequested
              object is created or modified, the probe
              should set this object as closely to the requested
              value as is possible for the particular
              probe implementation and available resources.  The
              probe must not lower this value except as a result
              of a modification to the associated
              historyControlBucketsRequested object.
              There will be times when the actual number of
              buckets associated with this entry is less than
              the value of this object.  In this case, at the
              end of each sampling interval, a new bucket will
              be added to the media-specific table.
              When the number of buckets reaches the value of
              this object and a new bucket is to be added to the
              media-specific table, the oldest bucket associated
              with this historyControlEntry shall be deleted by
              the agent so that the new bucket can be added.
              When the value of this object changes to a value less
              than the current value, entries are deleted
              from the media-specific table associated with this
              historyControlEntry.  Enough of the oldest of these
              entries shall be deleted by the agent so that their
              number remains less than or equal to the new value of
              this object.
              When the value of this object changes to a value
              greater than the current value, the number of
              associated media-specific entries may be allowed
              to grow."
          ::= { historyControlEntry 4 }
      historyControlInterval OBJECT-TYPE
          SYNTAX INTEGER (1..3600)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The interval in seconds over which the data is
              sampled for each bucket in the part of the
              media-specific table associated with this
              historyControl entry.  This interval can
              be set to any number of seconds between 1 and
              3600 (1 hour).
              Because the counters in a bucket may overflow at their
              maximum value with no indication, a prudent manager
              will take into account the possibility of overflow
              in any of the associated counters.  It is important
              to consider the minimum time in which any counter
              could overflow on a particular media type and set
              the historyControlInterval object to a value less
              than this interval.  This is typically most
              important for the 'octets' counter in any
              media-specific table.  For example, on an Ethernet
              network, the etherHistoryOctets counter could overflow
              in about one hour at the Ethernet's maximum
              utilization.
              This object may not be modified if the associated
              historyControlStatus object is equal to valid(1)."
          DEFVAL { 1800 }
          ::= { historyControlEntry 5 }
      historyControlOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is therefore
              using the resources assigned to it."
          ::= { historyControlEntry 6 }
      historyControlStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this historyControl entry.
              Each instance of the media-specific table associated
              with this historyControlEntry will be deleted by the
              agent if this historyControlEntry is not equal to
              valid(1)."
          ::= { historyControlEntry 7 }
      -- Ether History table
      etherHistoryTable OBJECT-TYPE
          SYNTAX SEQUENCE OF EtherHistoryEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of Ethernet history entries."
          ::= { history 2 }
      etherHistoryEntry OBJECT-TYPE
          SYNTAX EtherHistoryEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "An historical sample of Ethernet statistics on a
              particular Ethernet interface.  This sample is
              associated with the historyControlEntry which set
              up the parameters for a regular collection of these
              samples."
          INDEX { etherHistoryIndex , etherHistorySampleIndex }
          ::= { etherHistoryTable 1 }
      EtherHistoryEntry ::= SEQUENCE {
          etherHistoryIndex                 INTEGER (1..65535),
          etherHistorySampleIndex           INTEGER,
          etherHistoryIntervalStart         TimeTicks,
          etherHistoryDropEvents            Counter,
          etherHistoryOctets                Counter,
          etherHistoryPkts                  Counter,
          etherHistoryBroadcastPkts         Counter,
          etherHistoryMulticastPkts         Counter,
          etherHistoryCRCAlignErrors        Counter,
          etherHistoryUndersizePkts         Counter,
          etherHistoryOversizePkts          Counter,
          etherHistoryFragments             Counter,
          etherHistoryJabbers               Counter,
          etherHistoryCollisions            Counter,
          etherHistoryUtilization           INTEGER (0..10000)
      }
      etherHistoryIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The history of which this entry is a part.  The
              history identified by a particular value of this
              index is the same history as identified
              by the same value of historyControlIndex."
          ::= { etherHistoryEntry 1 }
      etherHistorySampleIndex OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies the particular
              sample this entry represents among all samples
              associated with the same historyControlEntry.
              This index starts at 1 and increases by one
              as each new sample is taken."
          ::= { etherHistoryEntry 2 }
      etherHistoryIntervalStart OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime at the start of the interval
              over which this sample was measured.  If the probe
              keeps track of the time of day, it should start
              the first sample of the history at a time such that
              when the next hour of the day begins, a sample is
              started at that instant.  Note that following this
              rule may require the probe to delay collecting the
              first sample of the history, as each sample must be
              of the same interval.  Also note that the sample which
              is currently being collected is not accessible in this
              table until the end of its interval."
          ::= { etherHistoryEntry 3 }
      etherHistoryDropEvents OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of events in which packets
              were dropped by the probe due to lack of resources
              during this interval.  Note that this number is not
              necessarily the number of packets dropped, it is just
              the number of times this condition has been detected."
          ::= { etherHistoryEntry 4 }
      etherHistoryOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of octets of data (including
              those in bad packets) received on the
              network (excluding framing bits but including
              FCS octets)."
          ::= { etherHistoryEntry 5 }
      etherHistoryPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets (including error packets)
              received during this sampling interval."
          ::= { etherHistoryEntry 6 }
      etherHistoryBroadcastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets received during this
              sampling interval that were directed to the
              broadcast address."
          ::= { etherHistoryEntry 7 }
      etherHistoryMulticastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets received during this
              sampling interval that were directed to a
              multicast address.  Note that this number does not
              include packets addressed to the broadcast address."
          ::= { etherHistoryEntry 8 }
      etherHistoryCRCAlignErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets received during this
              sampling interval that had a length (excluding
              framing bits but including FCS octets) between
              64 and 1518 octets, inclusive, but were not an
              integral number of octets in length or had a
              bad Frame Check Sequence (FCS)."
          ::= { etherHistoryEntry 9 }
      etherHistoryUndersizePkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets received during this
              interval that were less than 64 octets long
              (excluding framing bits but including FCS
              octets) and were otherwise well formed."
          ::= { etherHistoryEntry 10 }
      etherHistoryOversizePkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets received during this
              interval that were longer than 1518 octets
              (excluding framing bits but including FCS
              octets) but were otherwise well formed."
          ::= { etherHistoryEntry 11 }
      etherHistoryFragments OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The total number of packets received during this
              sampling interval that were not an integral
              number of octets in length or that
              had a bad Frame Check Sequence (FCS), and
              were less than 64 octets in length (excluding
              framing bits but including FCS octets)."
          ::= { etherHistoryEntry 12 }
      etherHistoryJabbers OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets received during this
              interval that were longer than 1518 octets
              (excluding framing bits but including FCS octets),
              and were not an integral number of octets in
              length or had a bad Frame Check Sequence (FCS)."
          ::= { etherHistoryEntry 13 }
      etherHistoryCollisions OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The best estimate of the total number of collisions
              on this Ethernet segment during this interval."
          ::= { etherHistoryEntry 14 }
      etherHistoryUtilization OBJECT-TYPE
          SYNTAX INTEGER (0..10000)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The best estimate of the mean physical layer
              network utilization on this interface during this
              interval, in hundredths of a percent."
          ::= { etherHistoryEntry 15 }
      -- The Alarm Group
      -- Implementation of the Alarm group is optional.
      --
      -- The Alarm Group requires the implementation of the Event
      -- group.
      --
      -- The Alarm group periodically takes statistical samples from
      -- variables in the probe and compares them to thresholds
      -- that have been configured.  The alarm table stores
      -- configuration entries that each define a variable,
      -- polling period, and threshold parameters.  If a sample is
      -- found to cross the threshold values, an event is
      -- generated.  Only variables that resolve to an ASN.1
      -- primitive type of INTEGER (INTEGER, Counter,
      -- Gauge, or TimeTicks) may be monitored in this way.
      --
      -- This function has a hysteresis mechanism to limit the
      -- generation of events.  This mechanism generates one event
      -- as a threshold is crossed in the appropriate direction.
      -- No more events are generated for that threshold until the
      -- opposite threshold is crossed.
      --
      -- In the case of a sampling a deltaValue, a probe may
      -- implement this mechanism with more precision if it takes
      -- a delta sample twice per period, each time comparing the
      -- sum of the latest two samples to the threshold.  This
      -- allows the detection of threshold crossings
      -- that span the sampling boundary.  Note that this does not
      -- require any special configuration of the threshold value.
      -- It is suggested that probes implement this more precise
      -- algorithm.
      alarmTable OBJECT-TYPE
          SYNTAX SEQUENCE OF AlarmEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of alarm entries."
          ::= { alarm 1 }
      alarmEntry OBJECT-TYPE
          SYNTAX AlarmEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of parameters that set up a periodic checking
              for alarm conditions."
          INDEX { alarmIndex }
          ::= { alarmTable 1 }
      AlarmEntry ::= SEQUENCE {
          alarmIndex                    INTEGER (1..65535),
          alarmInterval                 INTEGER,
          alarmVariable                 OBJECT IDENTIFIER,
          alarmSampleType               INTEGER,
          alarmValue                    INTEGER,
          alarmStartupAlarm             INTEGER,
          alarmRisingThreshold          INTEGER,
          alarmFallingThreshold         INTEGER,
          alarmRisingEventIndex         INTEGER (1..65535),
          alarmFallingEventIndex        INTEGER (1..65535),
          alarmOwner                    OwnerString,
          alarmStatus                   INTEGER
      }
      alarmIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in the
              alarm table.  Each such entry defines a
              diagnostic sample at a particular interval
              for an object on the device."
          ::= { alarmEntry 1 }
      alarmInterval OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The interval in seconds over which the data is
              sampled and compared with the rising and falling
              thresholds.  When setting this variable, care
              should be given to ensure that the variable being
              monitored will not exceed 2^31 - 1 and roll
              over the alarmValue object during the interval.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 2 }
      alarmVariable OBJECT-TYPE
          SYNTAX OBJECT IDENTIFIER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The object identifier of the particular variable to
              be sampled.  Only variables that resolve to an ASN.1
              primitive type of INTEGER (INTEGER, Counter, Gauge,
              or TimeTicks) may be sampled.
              Because SNMP access control is articulated entirely
              in terms of the contents of MIB views, no access
              control mechanism exists that can restrict the value of
              this object to identify only those objects that exist
              in a particular MIB view.  Because there is thus no
              acceptable means of restricting the read access that
              could be obtained through the alarm mechanism, the
              probe must only grant write access to this object in
              those views that have read access to all objects on
              the probe.
              During a set operation, if the supplied variable
              name is not available in the selected MIB view, a
              badValue error must be returned.  If at any time
              the variable name of an established alarmEntry is
              no longer available in the selected MIB view, the
              probe must change the status of this alarmEntry
              to invalid(4).
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 3 }
      alarmSampleType OBJECT-TYPE
          SYNTAX INTEGER {
              absoluteValue(1),
              deltaValue(2)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The method of sampling the selected variable and
              calculating the value to be compared against the
              thresholds.  If the value of this object is
              absoluteValue(1), the value of the selected variable
              will be compared directly with the thresholds at the
              end of the sampling interval.  If the value of this
              object is deltaValue(2), the value of the selected
              variable at the last sample will be subtracted from
              the current value, and the difference compared with
              the thresholds.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 4 }
      alarmValue OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of the statistic during the last sampling
              period.  The value during the current sampling period
              is not made available until the period is completed."
          ::= { alarmEntry 5 }
      alarmStartupAlarm OBJECT-TYPE
          SYNTAX INTEGER {
              risingAlarm(1),
              fallingAlarm(2),
              risingOrFallingAlarm(3)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The alarm that may be sent when this entry is first
              set to valid.  If the first sample after this entry
              becomes valid is greater than or equal to the
              risingThreshold and alarmStartupAlarm is equal to
              risingAlarm(1) or risingOrFallingAlarm(3), then a
              single rising alarm will be generated.  If the first
              sample after this entry becomes valid is less than
              or equal to the fallingThreshold and
              alarmStartupAlarm is equal to fallingAlarm(2) or
              risingOrFallingAlarm(3), then a single falling
              alarm will be generated.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 6 }
      alarmRisingThreshold OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "A threshold for the sampled statistic.  When the
              current sampled value is greater than or equal to
              this threshold, and the value at the last sampling
              interval was less than this threshold, a single
              event will be generated.
              A single event will also be generated if the first
              sample after this entry becomes valid is greater
              than or equal to this threshold and the associated
              alarmStartupAlarm is equal to risingAlarm(1) or
              risingOrFallingAlarm(3).
              After a rising event is generated, another such event
              will not be generated until the sampled value
              falls below this threshold and reaches the
              alarmFallingThreshold.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 7 }
      alarmFallingThreshold OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "A threshold for the sampled statistic.  When the
              current sampled value is less than or equal to
              this threshold, and the value at the last sampling
              interval was greater than this threshold, a single
              event will be generated.
              A single event will also be generated if the first
              sample after this entry becomes valid is less than or
              equal to this threshold and the associated
              alarmStartupAlarm is equal to fallingAlarm(2) or
              risingOrFallingAlarm(3).
              After a falling event is generated, another such event
              will not be generated until the sampled value
              rises above this threshold and reaches the
              alarmRisingThreshold.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 8 }
      alarmRisingEventIndex OBJECT-TYPE
          SYNTAX INTEGER (0..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The index of the eventEntry that is
              used when a rising threshold is crossed.  The
              eventEntry identified by a particular value of
              this index is the same as identified by the same value
              of the eventIndex object.  If there is no
              corresponding entry in the eventTable, then
              no association exists.  In particular, if this value
              is zero, no associated event will be generated, as
              zero is not a valid event index.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 9 }
      alarmFallingEventIndex OBJECT-TYPE
          SYNTAX INTEGER (0..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The index of the eventEntry that is
              used when a falling threshold is crossed.  The
              eventEntry identified by a particular value of
              this index is the same as identified by the same value
              of the eventIndex object.  If there is no
              corresponding entry in the eventTable, then
              no association exists.  In particular, if this value
              is zero, no associated event will be generated, as
              zero is not a valid event index.
              This object may not be modified if the associated
              alarmStatus object is equal to valid(1)."
          ::= { alarmEntry 10 }
      alarmOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { alarmEntry 11 }
      alarmStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this alarm entry."
          ::= { alarmEntry 12 }
      -- The Host Group
      -- Implementation of the Host group is optional.
      --
      -- The host group discovers new hosts on the network by
      -- keeping a list of source and destination MAC Addresses seen
      -- in good packets.  For each of these addresses, the host
      -- group keeps a set of statistics.  The hostControlTable
      -- controls which interfaces this function is performed on,
      -- and contains some information about the process.  On
      -- behalf of each hostControlEntry, data is collected on an
      -- interface and placed both the hostTable and the
      -- hostTimeTable.  If the monitoring device finds itself
      -- short of resources, it may delete entries as needed.  It
      -- is suggested that the device delete the least recently
      -- used entries first.
      -- The hostTable contains entries for each address
      -- discovered on a particular interface.  Each entry
      -- contains statistical data about that host.  This table
      -- is indexed by the MAC address of the host, through
      -- which a random access may be achieved.
      -- The hostTimeTable contains data in the same format as the
      -- hostTable, and must contain the same set of hosts, but is
      -- indexed using hostTimeCreationOrder rather than hostAddress.
      -- The hostTimeCreationOrder is an integer which reflects
      -- the relative order in which a particular entry was
      -- discovered and thus inserted into the table.  As this
      -- order, and thus index, is among those entries currently
      -- in the table, the index for a particular entry may change
      -- if an (earlier) entry is deleted.  Thus the association
      -- between hostTimeCreationOrder and hostTimeEntry may be
      -- broken at any time.
      -- The hostTimeTable has two important uses.  The first is the
      -- fast download of this potentially large table.  Because the
      -- index of this table runs from 1 to the size of the table,
      -- inclusive, its values are predictable.  This allows very
      -- efficient packing of variables into SNMP PDU's and allows
      -- a table transfer to have multiple packets outstanding.
      -- These benefits increase transfer rates tremendously.
      -- The second use of the hostTimeTable is the efficient
      -- discovery by the management station of new entries added
      -- to the table.  After the management station has
      -- downloaded the entire table, it knows that new entries
      -- will be added immediately after the end of the current
      -- table.  It can thus detect new entries there
      -- and retrieve them easily.
      -- Because the association between hostTimeCreationOrder and
      -- hostTimeEntry may be broken at any time, the management
      -- station must monitor the related hostControlLastDeleteTime
      -- object.  When the management station thus detects a deletion,
      -- it must assume that any such associations have been broken,
      -- and invalidate any it has stored locally.  This includes
      -- restarting any download of the hostTimeTable that may have
      -- been in progress, as well as rediscovering the end of the
      -- hostTimeTable so that it may detect new entries.  If the
      -- management station does not detect the broken association,
      -- it may continue to refer to a particular host by its
      -- creationOrder while unwittingly retrieving the data
      -- associated with another host entirely.  If this happens
      -- while downloading the host table, the management station
      -- may fail to download all of the entries in the table.
      hostControlTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HostControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of host table control entries."
          ::= { hosts 1 }
      hostControlEntry OBJECT-TYPE
          SYNTAX HostControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of parameters that set up the discovery of
              hosts on a particular interface and the collection
              of statistics about these hosts."
          INDEX { hostControlIndex }
          ::= { hostControlTable 1 }
      HostControlEntry ::= SEQUENCE {
          hostControlIndex            INTEGER (1..65535),
          hostControlDataSource       OBJECT IDENTIFIER,
          hostControlTableSize        INTEGER,
          hostControlLastDeleteTime   TimeTicks,
          hostControlOwner            OwnerString,
          hostControlStatus           INTEGER
      }
      hostControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in the
              hostControl table.  Each such entry defines
              a function that discovers hosts on a particular
              interface and places statistics about them in the
              hostTable and the hostTimeTable on behalf of this
              hostControlEntry."
          ::= { hostControlEntry 1 }
      hostControlDataSource OBJECT-TYPE
          SYNTAX OBJECT IDENTIFIER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object identifies the source of the data for
              this instance of the host function.  This source
              can be any interface on this device.  In order
              to identify a particular interface, this object shall
              identify the instance of the ifIndex object, defined
              in [4,6], for the desired interface.  For example,
              if an entry were to receive data from interface #1,
              this object would be set to ifIndex.1.
              The statistics in this group reflect all packets
              on the local network segment attached to the
              identified interface.
              This object may not be modified if the associated
              hostControlStatus object is equal to valid(1)."
          ::= { hostControlEntry 2 }
      hostControlTableSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of hostEntries in the hostTable and the
              hostTimeTable associated with this hostControlEntry."
          ::= { hostControlEntry 3 }
      hostControlLastDeleteTime OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime when the last entry
              was deleted from the portion of the hostTable
              associated with this hostControlEntry.  If no
              deletions have occurred, this value shall be zero."
          ::= { hostControlEntry 4 }
      hostControlOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { hostControlEntry 5 }
      hostControlStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this hostControl entry.
              If this object is not equal to valid(1), all
              associated entries in the hostTable,
              hostTimeTable, and the hostTopNTable shall be
              deleted by the agent."
          ::= { hostControlEntry 6 }
      hostTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HostEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of host entries."
          ::= { hosts 2 }
      hostEntry OBJECT-TYPE
          SYNTAX HostEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A collection of statistics for a particular host
              that has been discovered on an interface of this
              device."
          INDEX { hostIndex, hostAddress }
          ::= { hostTable 1 }
      HostEntry ::= SEQUENCE {
          hostAddress             OCTET STRING,
          hostCreationOrder       INTEGER (1..65535),
          hostIndex               INTEGER (1..65535),
          hostInPkts              Counter,
          hostOutPkts             Counter,
          hostInOctets            Counter,
          hostOutOctets           Counter,
          hostOutErrors           Counter,
          hostOutBroadcastPkts    Counter,
          hostOutMulticastPkts    Counter
      }
      hostAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The physical address of this host."
          ::= { hostEntry 1 }
      hostCreationOrder OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that defines the relative ordering of
              the creation time of hosts captured for a
              particular hostControlEntry.  This index shall
              be between 1 and N, where N is the value of
              the associated hostControlTableSize.  The ordering
              of the indexes is based on the order of each entry's
              insertion into the table, in which entries added
              earlier have a lower index value than entries added
              later.
              It is important to note that the order for a
              particular entry may change as an (earlier) entry
              is deleted from the table.  Because this order may
              change, management stations should make use of the
              hostControlLastDeleteTime variable in the
              hostControlEntry associated with the relevant
              portion of the hostTable.  By observing
              this variable, the management station may detect
              the circumstances where a previous association
              between a value of hostCreationOrder
              and a hostEntry may no longer hold."
          ::= { hostEntry 2 }
      hostIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The set of collected host statistics of which
              this entry is a part.  The set of hosts
              identified by a particular value of this
              index is associated with the hostControlEntry
              as identified by the same value of hostControlIndex."
          ::= { hostEntry 3 }
      hostInPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets without errors transmitted to
              this address since it was added to the hostTable."
          ::= { hostEntry 4 }
      hostOutPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets including errors transmitted
              by this address since it was added to the hostTable."
          ::= { hostEntry 5 }
      hostInOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets transmitted to this address
              since it was added to the hostTable (excluding
              framing bits but including FCS octets), except for
              those octets in packets that contained errors."
          ::= { hostEntry 6 }
      hostOutOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets transmitted by this address
              since it was added to the hostTable (excluding
              framing bits but including FCS octets), including
              those octets in packets that contained errors."
          ::= { hostEntry 7 }
      hostOutErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of error packets transmitted by this
              address since this host was added to the hostTable."
          ::= { hostEntry 8 }
      hostOutBroadcastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets transmitted by this
              address that were directed to the broadcast address
              since this host was added to the hostTable."
          ::= { hostEntry 9 }
      hostOutMulticastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets transmitted by this
              address that were directed to a multicast address
              since this host was added to the hostTable.
              Note that this number does not include packets
              directed to the broadcast address."
          ::= { hostEntry 10 }
      -- host Time Table
      hostTimeTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HostTimeEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of time-ordered host table entries."
          ::= { hosts 3 }
      hostTimeEntry OBJECT-TYPE
          SYNTAX HostTimeEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A collection of statistics for a particular host
              that has been discovered on an interface of this
              device.  This collection includes the relative
              ordering of the creation time of this object."
          INDEX { hostTimeIndex, hostTimeCreationOrder }
          ::= { hostTimeTable 1 }
      HostTimeEntry ::= SEQUENCE {
          hostTimeAddress              OCTET STRING,
          hostTimeCreationOrder        INTEGER (1..65535),
          hostTimeIndex                INTEGER (1..65535),
          hostTimeInPkts               Counter,
          hostTimeOutPkts              Counter,
          hostTimeInOctets             Counter,
          hostTimeOutOctets            Counter,
          hostTimeOutErrors            Counter,
          hostTimeOutBroadcastPkts     Counter,
          hostTimeOutMulticastPkts     Counter
      }
      hostTimeAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The physical address of this host."
          ::= { hostTimeEntry 1 }
      hostTimeCreationOrder OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in
              the hostTime table among those entries associated
              with the same hostControlEntry.  This index shall
              be between 1 and N, where N is the value of
              the associated hostControlTableSize.  The ordering
              of the indexes is based on the order of each entry's
              insertion into the table, in which entries added
              earlier have a lower index value than entries added
              later.  Thus the management station has the ability
              to learn of new entries added to this table without
              downloading the entire table.
              It is important to note that the index for a
              particular entry may change as an (earlier) entry
              is deleted from the table.  Because this order may
              change, management stations should make use of the
              hostControlLastDeleteTime variable in the
              hostControlEntry associated with the relevant
              portion of the hostTimeTable.  By observing
              this variable, the management station may detect
              the circumstances where a download of the table
              may have missed entries, and where a previous
              association between a value of hostTimeCreationOrder
              and a hostTimeEntry may no longer hold."
          ::= { hostTimeEntry 2 }
      hostTimeIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The set of collected host statistics of which
              this entry is a part.  The set of hosts
              identified by a particular value of this
              index is associated with the hostControlEntry
              as identified by the same value of hostControlIndex."
          ::= { hostTimeEntry 3 }
      hostTimeInPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets without errors transmitted to
              this address since it was added to the hostTimeTable."
          ::= { hostTimeEntry 4 }
      hostTimeOutPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets including errors transmitted
              by this address since it was added to the
              hostTimeTable."
          ::= { hostTimeEntry 5 }
      hostTimeInOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets transmitted to this address
              since it was added to the hostTimeTable (excluding
              framing bits but including FCS octets), except for
              those octets in packets that contained errors."
          ::= { hostTimeEntry 6 }
      hostTimeOutOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets transmitted by this address since
              it was added to the hostTimeTable (excluding framing
              bits but including FCS octets), including those
              octets in packets that contained errors."
          ::= { hostTimeEntry 7 }
      hostTimeOutErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of error packets transmitted by this
              address since this host was added to the
              hostTimeTable."
          ::= { hostTimeEntry 8 }
      hostTimeOutBroadcastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets transmitted by this
              address that were directed to the broadcast address
              since this host was added to the hostTimeTable."
          ::= { hostTimeEntry 9 }
      hostTimeOutMulticastPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of good packets transmitted by this
              address that were directed to a multicast address
              since this host was added to the hostTimeTable.
              Note that this number does not include packets
              directed to the broadcast address."
          ::= { hostTimeEntry 10 }
      -- The Host Top "N" Group
      -- Implementation of the Host Top N group is optional.
      --
      -- The Host Top N group requires the implementation of the
      -- host group.
      --
      -- The Host Top N group is used to prepare reports that
      -- describe the hosts that top a list ordered by one of
      -- their statistics.  The available statistics are samples
      -- of one of their base statistics, over an interval
      -- specified by the management station.  Thus, these
      -- statistics are rate based.  The management
      -- station also selects how many such hosts are reported.
      -- The hostTopNControlTable is used to initiate the generation
      -- of such a report.  The management station may select the
      -- parameters of such a report, such as which interface,
      -- which statistic, how many hosts, and the start and stop
      -- times of the sampling.  When the report is prepared,
      -- entries are created in the hostTopNTable associated with
      -- the relevant hostTopNControlEntry.  These entries are
      -- static for each report after it has been prepared.
      hostTopNControlTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HostTopNControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of top N host control entries."
          ::= { hostTopN 1 }
      hostTopNControlEntry OBJECT-TYPE
          SYNTAX HostTopNControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of parameters that control the creation of a
              report of the top N hosts according to several
              metrics."
          INDEX { hostTopNControlIndex }
          ::= { hostTopNControlTable 1 }
      HostTopNControlEntry ::= SEQUENCE {
          hostTopNControlIndex    INTEGER (1..65535),
          hostTopNHostIndex       INTEGER (1..65535),
          hostTopNRateBase        INTEGER,
          hostTopNTimeRemaining   INTEGER,
          hostTopNDuration        INTEGER,
          hostTopNRequestedSize   INTEGER,
          hostTopNGrantedSize     INTEGER,
          hostTopNStartTime       TimeTicks,
          hostTopNOwner           OwnerString,
          hostTopNStatus          INTEGER
      }
      hostTopNControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the hostTopNControl table.  Each such
              entry defines one top N report prepared for
              one interface."
          ::= { hostTopNControlEntry 1 }
      hostTopNHostIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The host table for which a top N report will be
              prepared on behalf of this entry.  The host table
              identified by a particular value of this index is
              associated with the same host table as identified
              by the same value of hostIndex.
              This object may not be modified if the associated
              hostTopNStatus object is equal to valid(1)."
          ::= { hostTopNControlEntry 2 }
      hostTopNRateBase OBJECT-TYPE
          SYNTAX INTEGER {
                  hostTopNInPkts(1),
                  hostTopNOutPkts(2),
                  hostTopNInOctets(3),
                  hostTopNOutOctets(4),
                  hostTopNOutErrors(5),
                  hostTopNOutBroadcastPkts(6),
                  hostTopNOutMulticastPkts(7)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The variable for each host that the hostTopNRate
              variable is based upon.
              This object may not be modified if the associated
              hostTopNStatus object is equal to valid(1)."
          ::= { hostTopNControlEntry 3 }
      hostTopNTimeRemaining OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The number of seconds left in the report currently
              being collected.  When this object is modified by
              the management station, a new collection is started,
              possibly aborting a currently running report.  The
              new value is used as the requested duration of this
              report, which is loaded into the associated
              hostTopNDuration object.
              When this object is set to a non-zero value, any
              associated hostTopNEntries shall be made
              inaccessible by the monitor.  While the value of this
              object is non-zero, it decrements by one per second
              until it reaches zero.  During this time, all
              associated hostTopNEntries shall remain
              inaccessible.  At the time that this object
              decrements to zero, the report is made
              accessible in the hostTopNTable.  Thus, the hostTopN
              table needs to be created only at the end of the
              collection interval."
          DEFVAL { 0 }
          ::= { hostTopNControlEntry 4 }
      hostTopNDuration OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of seconds that this report has collected
              during the last sampling interval, or if this
              report is currently being collected, the number
              of seconds that this report is being collected
              during this sampling interval.
              When the associated hostTopNTimeRemaining object is
              set, this object shall be set by the probe to the
              same value and shall not be modified until the next
              time the hostTopNTimeRemaining is set.
              This value shall be zero if no reports have been
              requested for this hostTopNControlEntry."
          DEFVAL { 0 }
          ::= { hostTopNControlEntry 5 }
      hostTopNRequestedSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The maximum number of hosts requested for the top N
              table.
              When this object is created or modified, the probe
              should set hostTopNGrantedSize as closely to this
              object as is possible for the particular probe
              implementation and available resources."
          DEFVAL { 10 }
          ::= { hostTopNControlEntry 6 }
      hostTopNGrantedSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The maximum number of hosts in the top N table.
              When the associated hostTopNRequestedSize object is
              created or modified, the probe should set this
              object as closely to the requested value as is
              possible for the particular implementation and
              available resources. The probe must not lower this
              value except as a result of a set to the associated
              hostTopNRequestedSize object.
              Hosts with the highest value of hostTopNRate shall be
              placed in this table in decreasing order of this rate
              until there is no more room or until there are no more
              hosts."
          ::= { hostTopNControlEntry 7 }
      hostTopNStartTime OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime when this top N report was
              last started.  In other words, this is the time that
              the associated hostTopNTimeRemaining object was
              modified to start the requested report."
          ::= { hostTopNControlEntry 8 }
      hostTopNOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { hostTopNControlEntry 9 }
      hostTopNStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this hostTopNControl entry.
              If this object is not equal to valid(1), all
              associated hostTopNEntries shall be deleted by
              the agent."
          ::= { hostTopNControlEntry 10 }
      hostTopNTable OBJECT-TYPE
          SYNTAX SEQUENCE OF HostTopNEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of top N host entries."
          ::= { hostTopN 2 }
      hostTopNEntry OBJECT-TYPE
          SYNTAX HostTopNEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of statistics for a host that is part of a
              top N report."
          INDEX { hostTopNReport, hostTopNIndex }
          ::= { hostTopNTable 1 }
      HostTopNEntry ::= SEQUENCE {
          hostTopNReport                INTEGER (1..65535),
          hostTopNIndex                 INTEGER (1..65535),
          hostTopNAddress               OCTET STRING,
          hostTopNRate                  INTEGER
      }
      hostTopNReport OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "This object identifies the top N report of which
              this entry is a part.  The set of hosts
              identified by a particular value of this
              object is part of the same report as identified
              by the same value of the hostTopNControlIndex object."
          ::= { hostTopNEntry 1 }
      hostTopNIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in
              the hostTopN table among those in the same report.
              This index is between 1 and N, where N is the
              number of entries in this table.  Increasing values
              of hostTopNIndex shall be assigned to entries with
              decreasing values of hostTopNRate until index N
              is assigned to the entry with the lowest value of
              hostTopNRate or there are no more hostTopNEntries."
          ::= { hostTopNEntry 2 }
      hostTopNAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The physical address of this host."
          ::= { hostTopNEntry 3 }
      hostTopNRate OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The amount of change in the selected variable
              during this sampling interval.  The selected
              variable is this host's instance of the object
              selected by hostTopNRateBase."
          ::= { hostTopNEntry 4 }
      -- The Matrix Group
      -- Implementation of the Matrix group is optional.
      --
      -- The Matrix group consists of the matrixControlTable,
      -- matrixSDTable and the matrixDSTable.  These tables
      -- store statistics for a particular conversation between
      -- two addresses.  As the device detects a new conversation,
      -- including those to a non-unicast address, it creates a
      -- new entry in both of the matrix tables.
      -- It must only create new entries based on information
      -- received in good packets.  If the monitoring device finds
      -- itself short of resources, it may delete entries as needed.
      -- It is suggested that the device delete the least recently
      -- used entries first.
      matrixControlTable OBJECT-TYPE
          SYNTAX SEQUENCE OF MatrixControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of information entries for the
              traffic matrix on each interface."
          ::= { matrix 1 }
      matrixControlEntry OBJECT-TYPE
          SYNTAX MatrixControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "Information about a traffic matrix on a
              particular interface."
          INDEX { matrixControlIndex }
          ::= { matrixControlTable 1 }
      MatrixControlEntry ::= SEQUENCE {
          matrixControlIndex           INTEGER (1..65535),
          matrixControlDataSource      OBJECT IDENTIFIER,
          matrixControlTableSize       INTEGER,
          matrixControlLastDeleteTime  TimeTicks,
          matrixControlOwner           OwnerString,
          matrixControlStatus          INTEGER
      }
      matrixControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in the
              matrixControl table.  Each such entry defines
              a function that discovers conversations on a particular
              interface and places statistics about them in the
              matrixSDTable and the matrixDSTable on behalf of this
              matrixControlEntry."
          ::= { matrixControlEntry 1 }
      matrixControlDataSource OBJECT-TYPE
          SYNTAX OBJECT IDENTIFIER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object identifies the source of
              the data from which this entry creates a traffic matrix.
              This source can be any interface on this device.  In
              order to identify a particular interface, this object
              shall identify the instance of the ifIndex object,
              defined in [4,6], for the desired interface.  For
              example, if an entry were to receive data from
              interface #1, this object would be set to ifIndex.1.
              The statistics in this group reflect all packets
              on the local network segment attached to the
              identified interface.
              This object may not be modified if the associated
              matrixControlStatus object is equal to valid(1)."
          ::= { matrixControlEntry 2 }
      matrixControlTableSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of matrixSDEntries in the matrixSDTable
              for this interface.  This must also be the value of
              the number of entries in the matrixDSTable for this
              interface."
          ::= { matrixControlEntry 3 }
      matrixControlLastDeleteTime OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime when the last entry
              was deleted from the portion of the matrixSDTable
              or matrixDSTable associated with this
              matrixControlEntry.
              If no deletions have occurred, this value shall be
              zero."
          ::= { matrixControlEntry 4 }
      matrixControlOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { matrixControlEntry 5 }
      matrixControlStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this matrixControl entry.
              If this object is not equal to valid(1), all
              associated entries in the matrixSDTable and the
              matrixDSTable shall be deleted by the agent."
          ::= { matrixControlEntry 6 }
      matrixSDTable OBJECT-TYPE
          SYNTAX SEQUENCE OF MatrixSDEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of traffic matrix entries indexed by
              source and destination MAC address."
          ::= { matrix 2 }
      matrixSDEntry OBJECT-TYPE
          SYNTAX MatrixSDEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A collection of statistics for communications between
              two addresses on a particular interface."
          INDEX { matrixSDIndex,
                  matrixSDSourceAddress, matrixSDDestAddress }
          ::= { matrixSDTable 1 }
      MatrixSDEntry ::= SEQUENCE {
          matrixSDSourceAddress       OCTET STRING,
          matrixSDDestAddress         OCTET STRING,
          matrixSDIndex               INTEGER (1..65535),
          matrixSDPkts                Counter,
          matrixSDOctets              Counter,
          matrixSDErrors              Counter
      }
      matrixSDSourceAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The source physical address."
          ::= { matrixSDEntry 1 }
      matrixSDDestAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The destination physical address."
          ::= { matrixSDEntry 2 }
      matrixSDIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The set of collected matrix statistics of which
              this entry is a part.  The set of matrix statistics
              identified by a particular value of this index
              is associated with the same matrixControlEntry
              as identified by the same value of matrixControlIndex."
          ::= { matrixSDEntry 3 }
      matrixSDPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets transmitted from the source
              address to the destination address (this number
              includes error packets)."
          ::= { matrixSDEntry 4 }
      matrixSDOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets (excluding framing bits but
              including FCS octets) contained in all packets
              transmitted from the source address to the
              destination address."
          ::= { matrixSDEntry 5 }
      matrixSDErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of error packets transmitted from
              the source address to the destination address."
          ::= { matrixSDEntry 6 }
      -- Traffic matrix tables from destination to source
      matrixDSTable OBJECT-TYPE
          SYNTAX SEQUENCE OF MatrixDSEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of traffic matrix entries indexed by
              destination and source MAC address."
          ::= { matrix 3 }
      matrixDSEntry OBJECT-TYPE
          SYNTAX MatrixDSEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A collection of statistics for communications between
              two address on a particular interface."
          INDEX { matrixDSIndex,
                  matrixDSDestAddress, matrixDSSourceAddress }
          ::= { matrixDSTable 1 }
      MatrixDSEntry ::= SEQUENCE {
          matrixDSSourceAddress       OCTET STRING,
          matrixDSDestAddress         OCTET STRING,
          matrixDSIndex               INTEGER (1..65535),
          matrixDSPkts                Counter,
          matrixDSOctets              Counter,
          matrixDSErrors              Counter
      }
      matrixDSSourceAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The source physical address."
          ::= { matrixDSEntry 1 }
      matrixDSDestAddress OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The destination physical address."
          ::= { matrixDSEntry 2 }
      matrixDSIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The set of collected matrix statistics of which
              this entry is a part.  The set of matrix statistics
              identified by a particular value of this index
              is associated with the same matrixControlEntry
              as identified by the same value of matrixControlIndex."
          ::= { matrixDSEntry 3 }
      matrixDSPkts OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets transmitted from the source
              address to the destination address (this number
              includes error packets)."
          ::= { matrixDSEntry 4 }
      matrixDSOctets OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of octets (excluding framing bits
              but including FCS octets) contained in all packets
              transmitted from the source address to the
              destination address."
          ::= { matrixDSEntry 5 }
      matrixDSErrors OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of error packets transmitted from
              the source address to the destination address."
          ::= { matrixDSEntry 6 }
      -- The Filter Group
      -- Implementation of the Filter group is optional.
      --
      -- The Filter group allows packets to be captured with an
      -- arbitrary filter expression.  A logical data and
      -- event stream or "channel" is formed by the packets
      -- that match the filter expression.
      --
      -- This filter mechanism allows the creation of an arbitrary
      -- logical expression with which to filter packets.  Each
      -- filter associated with a channel is OR'ed with the others.
      -- Within a filter, any bits checked in the data and status are
      -- AND'ed with respect to other bits in the same filter.  The
      -- NotMask also allows for checking for inequality.  Finally,
      -- the channelAcceptType object allows for inversion of the
      -- whole equation.
      --
      -- The channel can be turned on or off, and can also
      -- generate events when packets pass through it.
      filterTable OBJECT-TYPE
          SYNTAX SEQUENCE OF FilterEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of packet filter entries."
          ::= { filter 1 }
      filterEntry OBJECT-TYPE
          SYNTAX FilterEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of parameters for a packet filter applied on a
              particular interface."
          INDEX { filterIndex }
          ::= { filterTable 1 }
      FilterEntry ::= SEQUENCE {
          filterIndex                 INTEGER (1..65535),
          filterChannelIndex          INTEGER (1..65535),
          filterPktDataOffset         INTEGER,
          filterPktData               OCTET STRING,
          filterPktDataMask           OCTET STRING,
          filterPktDataNotMask        OCTET STRING,
          filterPktStatus             INTEGER,
          filterPktStatusMask         INTEGER,
          filterPktStatusNotMask      INTEGER,
          filterOwner                 OwnerString,
          filterStatus                INTEGER
      }
      filterIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the filter table.  Each such entry defines
              one filter that is to be applied to every packet
              received on an interface."
          ::= { filterEntry 1 }
      filterChannelIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object identifies the channel of which this
              filter is a part.  The filters identified by a
              particular value of this object are associated
              with the same channel as identified by the same
              value of the channelIndex object."
          ::= { filterEntry 2 }
      filterPktDataOffset OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The offset from the beginning of each packet where
              a match of packet data will be attempted.  This offset
              is measured from the point in the physical layer
              packet after the framing bits, if any.  For example,
              in an Ethernet frame, this point is at the beginning
              of the destination MAC address.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          DEFVAL { 0 }
          ::= { filterEntry 3 }
      filterPktData OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The data that is to be matched with the input packet.
              For each packet received, this filter and the
              accompanying filterPktDataMask and
              filterPktDataNotMask will be adjusted for the
              offset.  The only bits relevant to this
              match algorithm are those that have the corresponding
              filterPktDataMask bit equal to one.  The following
              three rules are then applied to every packet:
              (1) If the packet is too short and does not have data
                  corresponding to part of the filterPktData, the
                  packet will fail this data match.
              (2) For each relevant bit from the packet with the
                  corresponding filterPktDataNotMask bit set to
                  zero, if the bit from the packet is not equal to
                  the corresponding bit from the filterPktData,
                  then the packet will fail this data match.
              (3) If for every relevant bit from the packet with the
                  corresponding filterPktDataNotMask bit set to one,
                  the bit from the packet is equal to the
                  corresponding bit from the filterPktData, then
                  the packet will fail this data match.
              Any packets that have not failed any of the three
              matches above have passed this data match.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 4 }
      filterPktDataMask OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The mask that is applied to the match process.
              After adjusting this mask for the offset, only those
              bits in the received packet that correspond to bits
              set in this mask are relevant for further processing
              by the match algorithm.  The offset is applied to
              filterPktDataMask in the same way it is applied to
              the filter.  For the purposes of the matching
              algorithm, if the associated filterPktData object
              is longer than this mask, this mask is conceptually
              extended with '1' bits until it reaches the
              length of the filterPktData object.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 5 }
      filterPktDataNotMask OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The inversion mask that is applied to the match
              process.  After adjusting this mask for the offset,
              those relevant bits in the received packet that
              correspond to bits cleared in this mask must all
              be equal to their corresponding bits in the
              filterPktData object for the packet to be accepted.
              In addition, at least one of those relevant
              bits in the received packet that correspond to bits
              set in this mask must be different to its
              corresponding bit in the filterPktData object.
              For the purposes of the matching algorithm, if
              the associated filterPktData object is longer than
              this mask, this mask is conceptually extended with
              '0' bits until it reaches the length of the
              filterPktData object.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 6 }
      filterPktStatus OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status that is to be matched with the input
              packet.  The only bits relevant to this match
              algorithm are those that have the corresponding
              filterPktStatusMask bit equal to one.
              The following two rules are then applied to every
              packet:
              (1) For each relevant bit from the packet status
                  with the corresponding filterPktStatusNotMask
                  bit set to zero, if the bit from the packet
                  status is not equal to the corresponding bit
                  from the filterPktStatus, then the packet will
                  fail this status match.
              (2) If for every relevant bit from the packet status
                  with the corresponding filterPktStatusNotMask
                  bit set to one, the bit from the packet status
                  is equal to the corresponding bit from the
                  filterPktStatus, then the packet will fail
                  this status match.
              Any packets that have not failed either of the two
              matches above have passed this status match.
              The value of the packet status is a sum.  This sum
              initially takes the value zero.  Then, for each
              error, E, that has been discovered in this packet,
              2 raised to a value representing E is added to the sum.
              The errors and the bits that represent them are
              dependent on the media type of the interface that
              this channel is receiving packets from.
              The errors defined for a packet captured off of an
              Ethernet interface are as follows:
                  bit #    Error
                      0    Packet is longer than 1518 octets
                      1    Packet is shorter than 64 octets
                      2    Packet experienced a CRC or Alignment
                           error
              For example, an Ethernet fragment would have a
              value of 6 (2^1 + 2^2).
              As this MIB is expanded to new media types, this
              object will have other media-specific errors defined.
              For the purposes of this status matching algorithm, if
              the packet status is longer than this
              object, filterPktStatus this object is conceptually
              extended with '0' bits until it reaches the size of
              the packet status.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 7 }
      filterPktStatusMask OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The mask that is applied to the status match process.
              Only those bits in the received packet that correspond
              to bits set in this mask are relevant for further
              processing by the status match algorithm.  For the
              purposes of the matching algorithm, if the
              associated filterPktStatus object is longer than
              this mask, this mask is conceptually extended with
              '1' bits until it reaches the size of the
              filterPktStatus.  In addition, if a packet status is
              longer than this mask, this mask is conceptually
              extended with '0' bits until it reaches the size of
              the packet status.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 8 }
      filterPktStatusNotMask OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The inversion mask that is applied to the status match
              process.  Those relevant bits in the received packet
              status that correspond to bits cleared in this mask
              must all be equal to their corresponding bits in the
              filterPktStatus object for the packet to be accepted.
              In addition, at least one of those relevant bits in the
              received packet status that correspond to bits set in
              this mask must be different to its corresponding bit
              in the filterPktStatus object for the packet to be
              accepted.
              For the purposes of the matching algorithm, if the
              associated filterPktStatus object or a packet status
              is longer than this mask, this mask is conceptually
              extended with '0' bits until it reaches the longer of
              the lengths of the filterPktStatus object and the
              packet status.
              This object may not be modified if the associated
              filterStatus object is equal to valid(1)."
          ::= { filterEntry 9 }
      filterOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is
              therefore using the resources assigned to it."
          ::= { filterEntry 10 }
      filterStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this filter entry."
          ::= { filterEntry 11 }
      channelTable OBJECT-TYPE
          SYNTAX SEQUENCE OF ChannelEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of packet channel entries."
          ::= { filter 2 }
      channelEntry OBJECT-TYPE
          SYNTAX ChannelEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of parameters for a packet channel applied on a
              particular interface."
          INDEX { channelIndex }
          ::= { channelTable 1 }
      ChannelEntry ::= SEQUENCE {
          channelIndex                 INTEGER (1..65535),
          channelIfIndex               INTEGER (1..65535),
          channelAcceptType            INTEGER,
          channelDataControl           INTEGER,
          channelTurnOnEventIndex      INTEGER (0..65535),
          channelTurnOffEventIndex     INTEGER (0..65535),
          channelEventIndex            INTEGER (0..65535),
          channelEventStatus           INTEGER,
          channelMatches               Counter,
          channelDescription           DisplayString (SIZE (0..127)),
          channelOwner                 OwnerString,
          channelStatus                INTEGER
      }
      channelIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the channel table.  Each such
              entry defines one channel, a logical data
              and event stream."
          ::= { channelEntry 1 }
      channelIfIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The value of this object uniquely identifies the
              interface on this remote network monitoring device
              to which the associated filters are applied to allow
              data into this channel.  The interface identified by
              a particular value of this object is the same
              interface as identified by the same value of the
              ifIndex object, defined in [4,6].  The filters in
              this group are applied to all packets on the local
              network segment attached to the identified
              interface.
              This object may not be modified if the associated
              channelStatus object is equal to valid(1)."
          ::= { channelEntry 2 }
      channelAcceptType OBJECT-TYPE
          SYNTAX INTEGER {
              acceptMatched(1),
              acceptFailed(2)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object controls the action of the filters
              associated with this channel.  If this object is equal
              to acceptMatched(1), packets will be accepted to this
              channel if they are accepted by both the packet data
              and packet status matches of an associated filter. If
              this object is equal to acceptFailed(2), packets will
              be accepted to this channel only if they fail either
              the packet data match or the packet status match of
              each of the associated filters.
              This object may not be modified if the associated
              channelStatus object is equal to valid(1)."
          ::= { channelEntry 3 }
      channelDataControl OBJECT-TYPE
          SYNTAX INTEGER {
              on(1),
              off(2)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "This object controls the flow of data through this
              channel.  If this object is on(1), data, status and
              events flow through this channel.  If this object is
              off(2), data, status and events will not flow through
              this channel."
          DEFVAL { off }
          ::= { channelEntry 4 }
      channelTurnOnEventIndex OBJECT-TYPE
          SYNTAX INTEGER (0..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The value of this object identifies the event
              that is configured to turn the associated
              channelDataControl from off to on when the event is
              generated.  The event identified by a particular value
              of this object is the same event as identified by the
              same value of the eventIndex object.  If there is no
              corresponding entry in the eventTable, then no
              association exists.  In fact, if no event is intended
              for this channel, channelTurnOnEventIndex must be
              set to zero, a non-existent event index.
              This object may not be modified if the associated
              channelStatus object is equal to valid(1)."
          ::= { channelEntry 5 }
      channelTurnOffEventIndex OBJECT-TYPE
          SYNTAX INTEGER (0..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The value of this object identifies the event
              that is configured to turn the associated
              channelDataControl from on to off when the event is
              generated.  The event identified by a particular value
              of this object is the same event as identified by the
              same value of the eventIndex object.  If there is no
              corresponding entry in the eventTable, then no
              association exists.  In fact, if no event is intended
              for this channel, channelTurnOffEventIndex must be
              set to zero, a non-existent event index.
              This object may not be modified if the associated
              channelStatus object is equal to valid(1)."
          ::= { channelEntry 6 }
      channelEventIndex OBJECT-TYPE
          SYNTAX INTEGER (0..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The value of this object identifies the event
              that is configured to be generated when the
              associated channelDataControl is on and a packet
              is matched.  The event identified by a particular value
              of this object is the same event as identified by the
              same value of the eventIndex object.  If there is no
              corresponding entry in the eventTable, then no
              association exists.  In fact, if no event is intended
              for this channel, channelEventIndex must be
              set to zero, a non-existent event index.
              This object may not be modified if the associated
              channelStatus object is equal to valid(1)."
          ::= { channelEntry 7 }
      channelEventStatus OBJECT-TYPE
          SYNTAX INTEGER {
              eventReady(1),
              eventFired(2),
              eventAlwaysReady(3)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The event status of this channel.
              If this channel is configured to generate events
              when packets are matched, a means of controlling
              the flow of those events is often needed.  When
              this object is equal to eventReady(1), a single
              event may be generated, after which this object
              will be set by the probe to eventFired(2).  While
              in the eventFired(2) state, no events will be
              generated until the object is modified to
              eventReady(1) (or eventAlwaysReady(3)).  The
              management station can thus easily respond to a
              notification of an event by re-enabling this object.
              If the management station wishes to disable this
              flow control and allow events to be generated
              at will, this object may be set to
              eventAlwaysReady(3).  Disabling the flow control
              is discouraged as it can result in high network
              traffic or other performance problems."
          DEFVAL { eventReady }
          ::= { channelEntry 8 }
      channelMatches OBJECT-TYPE
          SYNTAX Counter
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of times this channel has matched a packet.
              Note that this object is updated even when
              channelDataControl is set to off."
          ::= { channelEntry 9 }
      channelDescription OBJECT-TYPE
          SYNTAX DisplayString (SIZE (0..127))
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "A comment describing this channel."
          ::= { channelEntry 10 }
      channelOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is therefore
              using the resources assigned to it."
          ::= { channelEntry 11 }
      channelStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this channel entry."
          ::= { channelEntry 12 }
      -- The Packet Capture Group
      -- Implementation of the Packet Capture group is optional.
      --
      -- The Packet Capture Group requires implementation of the
      -- Filter Group.
      --
      -- The Packet Capture group allows packets to be captured
      -- upon a filter match.  The bufferControlTable controls
      -- the captured packets output from a channel that is
      -- associated with it.  The captured packets are placed
      -- in entries in the captureBufferTable.  These entries are
      -- associated with the bufferControlEntry on whose behalf they
      -- were stored.
      bufferControlTable OBJECT-TYPE
          SYNTAX SEQUENCE OF BufferControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of buffers control entries."
          ::= { capture 1 }
      bufferControlEntry OBJECT-TYPE
          SYNTAX BufferControlEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of parameters that control the collection of
              a stream of packets that have matched filters."
          INDEX { bufferControlIndex }
          ::= { bufferControlTable 1 }
      BufferControlEntry ::= SEQUENCE {
          bufferControlIndex                INTEGER (1..65535),
          bufferControlChannelIndex         INTEGER (1..65535),
          bufferControlFullStatus           INTEGER,
          bufferControlFullAction           INTEGER,
          bufferControlCaptureSliceSize     INTEGER,
          bufferControlDownloadSliceSize    INTEGER,
          bufferControlDownloadOffset       INTEGER,
          bufferControlMaxOctetsRequested   INTEGER,
          bufferControlMaxOctetsGranted     INTEGER,
          bufferControlCapturedPackets      INTEGER,
          bufferControlTurnOnTime           TimeTicks,
          bufferControlOwner                OwnerString,
          bufferControlStatus               INTEGER
      }
      bufferControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the bufferControl table.  The value of this
              index shall never be zero.  Each such
              entry defines one set of packets that is
              captured and controlled by one or more filters."
          ::= { bufferControlEntry 1 }
      bufferControlChannelIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "An index that identifies the channel that is the
              source of packets for this bufferControl table.
              The channel identified by a particular value of this
              index is the same as identified by the same value of
              the channelIndex object.
              This object may not be modified if the associated
              bufferControlStatus object is equal to valid(1)."
          ::= { bufferControlEntry 2 }
      bufferControlFullStatus OBJECT-TYPE
          SYNTAX INTEGER {
                  spaceAvailable(1),
                  full(2)
          }
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "This object shows whether the buffer has room to
              accept new packets or if it is full.
              If the status is spaceAvailable(1), the buffer is
              accepting new packets normally.  If the status is
              full(2) and the associated bufferControlFullAction
              object is wrapWhenFull, the buffer is accepting new
              packets by deleting enough of the oldest packets
              to make room for new ones as they arrive.  Otherwise,
              if the status is full(2) and the
              bufferControlFullAction object is lockWhenFull,
              then the buffer has stopped collecting packets.
              When this object is set to full(2) the probe must
              not later set it to spaceAvailable(1) except in the
              case of a significant gain in resources such as
              an increase of bufferControlOctetsGranted.  In
              particular, the wrap-mode action of deleting old
              packets to make room for newly arrived packets
              must not affect the value of this object."
          ::= { bufferControlEntry 3 }
      bufferControlFullAction OBJECT-TYPE
          SYNTAX INTEGER {
                  lockWhenFull(1),
                  wrapWhenFull(2)    -- FIFO
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "Controls the action of the buffer when it
              reaches the full status.  When in the lockWhenFull(1)
              state a packet is added to the buffer that
              fills the buffer, the bufferControlFullStatus will
              be set to full(2) and this buffer will stop capturing
              packets."
          ::= { bufferControlEntry 4 }
      bufferControlCaptureSliceSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The maximum number of octets of each packet
              that will be saved in this capture buffer.
              For example, if a 1500 octet packet is received by
              the probe and this object is set to 500, then only
              500 octets of the packet will be stored in the
              associated capture buffer.  If this variable is set
              to 0, the capture buffer will save as many octets
              as is possible.
              This object may not be modified if the associated
              bufferControlStatus object is equal to valid(1)."
          DEFVAL { 100 }
          ::= { bufferControlEntry 5 }
      bufferControlDownloadSliceSize OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The maximum number of octets of each packet
              in this capture buffer that will be returned in
              an SNMP retrieval of that packet.  For example,
              if 500 octets of a packet have been stored in the
              associated capture buffer, the associated
              bufferControlDownloadOffset is 0, and this
              object is set to 100, then the captureBufferPacket
              object that contains the packet will contain only
              the first 100 octets of the packet.
              A prudent manager will take into account possible
              interoperability or fragmentation problems that may
              occur if the download slice size is set too large.
              In particular, conformant SNMP implementations are not
              required to accept messages whose length exceeds 484
              octets, although they are encouraged to support larger
              datagrams whenever feasible."
          DEFVAL { 100 }
          ::= { bufferControlEntry 6 }
      bufferControlDownloadOffset OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The offset of the first octet of each packet
              in this capture buffer that will be returned in
              an SNMP retrieval of that packet.  For example,
              if 500 octets of a packet have been stored in the
              associated capture buffer and this object is set to
              100, then the captureBufferPacket object that
              contains the packet will contain bytes starting
              100 octets into the packet."
          DEFVAL { 0 }
          ::= { bufferControlEntry 7 }
      bufferControlMaxOctetsRequested OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The requested maximum number of octets to be
              saved in this captureBuffer, including any
              implementation-specific overhead. If this variable
              is set to -1, the capture buffer will save as many
              octets as is possible.
              When this object is created or modified, the probe
              should set bufferControlMaxOctetsGranted as closely
              to this object as is possible for the particular probe
              implementation and available resources.  However, if
              the object has the special value of -1, the probe
              must set bufferControlMaxOctetsGranted to -1."
          DEFVAL { -1 }
          ::= { bufferControlEntry 8 }
      bufferControlMaxOctetsGranted OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The maximum number of octets that can be
              saved in this captureBuffer, including overhead.
              If this variable is -1, the capture buffer will save
              as many octets as possible.
              When the bufferControlMaxOctetsRequested object is
              created or modified, the probe should set this object
              as closely to the requested value as is possible for
              the particular probe implementation and available
              resources.  However, if the request object has the
              special value of -1, the probe must set this object
              to -1.  The probe must not lower this value except
              as a result of a modification to the associated
              bufferControlMaxOctetsRequested object.
              When this maximum number of octets is reached
              and a new packet is to be added to this
              capture buffer and the corresponding
              bufferControlFullAction is set to wrapWhenFull(2),
              enough of the oldest packets associated with this
              capture buffer shall be deleted by the agent so
              that the new packet can be added.  If the
              corresponding bufferControlFullAction is set to
              lockWhenFull(1), the new packet shall be discarded.
              In either case, the probe must set
              bufferControlFullStatus to full(2).
              When the value of this object changes to a value less
              than the current value, entries are deleted from
              the captureBufferTable associated with this
              bufferControlEntry.  Enough of the
              oldest of these captureBufferEntries shall be
              deleted by the agent so that the number of octets
              used remains less than or equal to the new value of
              this object.
              When the value of this object changes to a value greater
              than the current value, the number of associated
              captureBufferEntries may be allowed to grow."
          ::= { bufferControlEntry 9 }
      bufferControlCapturedPackets OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of packets currently in this captureBuffer."
          ::= { bufferControlEntry 10 }
      bufferControlTurnOnTime OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime when this capture buffer was
              first turned on."
          ::= { bufferControlEntry 11 }
      bufferControlOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is therefore
              using the resources assigned to it."
          ::= { bufferControlEntry 12 }
      bufferControlStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this buffer Control Entry."
          ::= { bufferControlEntry 13 }
      captureBufferTable OBJECT-TYPE
          SYNTAX SEQUENCE OF CaptureBufferEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of packets captured off of a channel."
          ::= { capture 2 }
      captureBufferEntry OBJECT-TYPE
          SYNTAX CaptureBufferEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A packet captured off of an attached network."
          INDEX { captureBufferControlIndex, captureBufferIndex }
          ::= { captureBufferTable 1 }
      CaptureBufferEntry ::= SEQUENCE {
          captureBufferControlIndex   INTEGER (1..65535),
          captureBufferIndex          INTEGER,
          captureBufferPacketID       INTEGER,
          captureBufferPacketData     OCTET STRING,
          captureBufferPacketLength   INTEGER,
          captureBufferPacketTime     INTEGER,
          captureBufferPacketStatus   INTEGER
      }
      captureBufferControlIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The index of the bufferControlEntry with which
              this packet is associated."
          ::= { captureBufferEntry 1 }
      captureBufferIndex OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the captureBuffer table associated with a
              particular bufferControlEntry.  This index will
              start at 1 and increase by one for each new packet
              added with the same captureBufferControlIndex."
          ::= { captureBufferEntry 2 }
      captureBufferPacketID OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that describes the order of packets
              that are received on a particular interface.
              The packetID of a packet captured on an
              interface is defined to be greater than the
              packetID's of all packets captured previously on
              the same interface.  As the captureBufferPacketID
              object has a maximum positive value of 2^31 - 1,
              any captureBufferPacketID object shall have the
              value of the associated packet's packetID mod 2^31."
          ::= { captureBufferEntry 3 }
      captureBufferPacketData OBJECT-TYPE
          SYNTAX OCTET STRING
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The data inside the packet, starting at the beginning
              of the packet plus any offset specified in the
              associated bufferControlDownloadOffset, including any
              link level headers.  The length of the data in this
              object is the minimum of the length of the captured
              packet minus the offset, the length of the associated
              bufferControlCaptureSliceSize minus the offset, and the
              associated bufferControlDownloadSliceSize.  If this
              minimum is less than zero, this object shall have a
              length of zero."
          ::= { captureBufferEntry 4 }
      captureBufferPacketLength OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The actual length (off the wire) of the packet stored
              in this entry, including FCS octets."
          ::= { captureBufferEntry 5 }
      captureBufferPacketTime OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The number of milliseconds that had passed since
              this capture buffer was first turned on when this
              packet was captured."
          ::= { captureBufferEntry 6 }
      captureBufferPacketStatus OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "A value which indicates the error status of this
              packet.
              The value of this object is defined in the same way as
              filterPacketStatus.  The value is a sum.  This sum
              initially takes the value zero.  Then, for each
              error, E, that has been discovered in this packet,
              2 raised to a value representing E is added to the sum.
              The errors defined for a packet captured off of an
              Ethernet interface are as follows:
                  bit #    Error
                      0    Packet is longer than 1518 octets
                      1    Packet is shorter than 64 octets
                      2    Packet experienced a CRC or Alignment
                           error
                      3    First packet in this capture buffer after
                           it was detected that some packets were
                           not processed correctly.
              For example, an Ethernet fragment would have a
              value of 6 (2^1 + 2^2).
              As this MIB is expanded to new media types, this object
              will have other media-specific errors defined."
          ::= { captureBufferEntry 7 }
      -- The Event Group
      -- Implementation of the Event group is optional.
      --
      -- The Event group controls the generation and notification
      -- of events from this device.  Each entry in the eventTable
      -- describes the parameters of the event that can be triggered.
      -- Each event entry is fired by an associated condition located
      -- elsewhere in the MIB.  An event entry may also be associated
      -- with a function elsewhere in the MIB that will be executed
      -- when the event is generated.  For example, a channel may
      -- be turned on or off by the firing of an event.
      --
      -- Each eventEntry may optionally specify that a log entry
      -- be created on its behalf whenever the event occurs.
      -- Each entry may also specify that notification should
      -- occur by way of SNMP trap messages.  In this case, the
      -- community for the trap message is given in the associated
      -- eventCommunity object.  The enterprise and specific trap
      -- fields of the trap are determined by the condition that
      -- triggered the event.  Three traps are defined in a companion
      -- document: risingAlarm, fallingAlarm, and packetMatch.
      -- If the eventTable is triggered by a condition specified
      -- elsewhere, the enterprise and specific trap fields
      -- must be specified for traps generated for that condition.
      eventTable OBJECT-TYPE
          SYNTAX SEQUENCE OF EventEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of events to be generated."
          ::= { event 1 }
      eventEntry OBJECT-TYPE
          SYNTAX EventEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of parameters that describe an event to be
              generated when certain conditions are met."
          INDEX { eventIndex }
          ::= { eventTable 1 }
      EventEntry ::= SEQUENCE {
          eventIndex          INTEGER (1..65535),
          eventDescription    DisplayString (SIZE (0..127)),
          eventType           INTEGER,
          eventCommunity      OCTET STRING (SIZE (0..127)),
          eventLastTimeSent   TimeTicks,
          eventOwner          OwnerString,
          eventStatus         INTEGER
      }
      eventIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry in the
              event table.  Each such entry defines one event that
              is to be generated when the appropriate conditions
              occur."
          ::= { eventEntry 1 }
      eventDescription OBJECT-TYPE
          SYNTAX DisplayString (SIZE (0..127))
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "A comment describing this event entry."
          ::= { eventEntry 2 }
      eventType OBJECT-TYPE
          SYNTAX INTEGER {
                  none(1),
                  log(2),
                  snmp-trap(3),    -- send an SNMP trap
                  log-and-trap(4)
          }
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The type of notification that the probe will make
              about this event.  In the case of log, an entry is
              made in the log table for each event.  In the case of
              snmp-trap, an SNMP trap is sent to one or more
              management stations."
          ::= { eventEntry 3 }
      eventCommunity OBJECT-TYPE
          SYNTAX OCTET STRING (SIZE (0..127))
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "If an SNMP trap is to be sent, it will be sent to
              the SNMP community specified by this octet string.
              In the future this table will be extended to include
              the party security mechanism.  This object shall be
              set to a string of length zero if it is intended that
              that mechanism be used to specify the destination of
              the trap."
          ::= { eventEntry 4 }
      eventLastTimeSent OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime at the time this event
              entry last generated an event.  If this entry has
              not generated any events, this value will be
              zero."
          ::= { eventEntry 5 }
      eventOwner OBJECT-TYPE
          SYNTAX OwnerString
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The entity that configured this entry and is therefore
              using the resources assigned to it.
              If this object contains a string starting with 'monitor'
              and has associated entries in the log table, all
              connected management stations should retrieve those
              log entries, as they may have significance to all
              management stations connected to this device"
          ::= { eventEntry 6 }
      eventStatus OBJECT-TYPE
          SYNTAX EntryStatus
          ACCESS read-write
          STATUS mandatory
          DESCRIPTION
              "The status of this event entry.
              If this object is not equal to valid(1), all associated
              log entries shall be deleted by the agent."
          ::= { eventEntry 7 }
      --
      logTable OBJECT-TYPE
          SYNTAX SEQUENCE OF LogEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A list of events that have been logged."
          ::= { event 2 }
      logEntry OBJECT-TYPE
          SYNTAX LogEntry
          ACCESS not-accessible
          STATUS mandatory
          DESCRIPTION
              "A set of data describing an event that has been
              logged."
          INDEX { logEventIndex, logIndex }
          ::= { logTable 1 }
      LogEntry ::= SEQUENCE {
          logEventIndex           INTEGER (1..65535),
          logIndex                INTEGER,
          logTime                 TimeTicks,
          logDescription          DisplayString (SIZE (0..255))
      }
      logEventIndex OBJECT-TYPE
          SYNTAX INTEGER (1..65535)
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The event entry that generated this log
              entry.  The log identified by a particular
              value of this index is associated with the same
              eventEntry as identified by the same value
              of eventIndex."
          ::= { logEntry 1 }
      logIndex OBJECT-TYPE
          SYNTAX INTEGER
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An index that uniquely identifies an entry
              in the log table amongst those generated by the
              same eventEntries.  These indexes are
              assigned beginning with 1 and increase by one
              with each new log entry.  The association
              between values of logIndex and logEntries
              is fixed for the lifetime of each logEntry.
              The agent may choose to delete the oldest
              instances of logEntry as required because of
              lack of memory.  It is an implementation-specific
              matter as to when this deletion may occur."
          ::= { logEntry 2 }
      logTime OBJECT-TYPE
          SYNTAX TimeTicks
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "The value of sysUpTime when this log entry was
              created."
          ::= { logEntry 3 }
      logDescription OBJECT-TYPE
          SYNTAX DisplayString (SIZE (0..255))
          ACCESS read-only
          STATUS mandatory
          DESCRIPTION
              "An implementation dependent description of the
              event that activated this log entry."
          ::= { logEntry 4 }
      END

Acknowledgments

This document was produced by the IETF Remote Network Monitoring Working Group.

In addition, the comments of the following individuals are also acknowledged:

  Anne Ambler             Spider Systems
  Steve Bostock           Novell
  Gigi Chu                Hewlett-Packard
  Chuck Davin             MIT
  Gary Ellis              Hewlett-Packard
  Mike Erlinger           Lexcel
  Stephen Grau            Novell
  Martin Gray             Spider Systems
  Mark Hoerth             Hewlett-Packard
  Tim Lee-Thorp           Network General
  Anil Singhal            Frontier Software
  David Stevens           Network General
  Gerard White            Concord Communications

References

[1] Cerf, V., "IAB Recommendations for the Development of Internet

   Network Management Standards", RFC 1052, NRI, April 1988.

[2] Cerf, V., "Report of the Second Ad Hoc Network Management Review

   Group", RFC 1109, NRI, August 1989.

[3] Rose M., and K. McCloghrie, "Structure and Identification of

   Management Information for TCP/IP-based internets", RFC 1155,
   Performance Systems International, Hughes LAN Systems, May 1990.

[4] McCloghrie K., and M. Rose, "Management Information Base for

   Network Management of TCP/IP-based internets", RFC 1156, Hughes
   LAN Systems, Performance Systems International, May 1990.

[5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple

   Network Management Protocol", RFC 1157, SNMP Research,
   Performance Systems International, Performance Systems
   International, MIT Laboratory for Computer Science, May 1990.

[6] McCloghrie K., and M. Rose, Editors, "Management Information Base

   for Network Management of TCP/IP-based internets", RFC 1213,
   Performance Systems International, March 1991.

[7] Information processing systems - Open Systems Interconnection -

   Specification of Abstract Syntax Notation One (ASN.1),
   International Organization for Standardization, International
   Standard 8824, December 1987.

[8] Information processing systems - Open Systems Interconnection -

   Specification of Basic Encoding Rules for Abstract Notation One
   (ASN.1), International Organization for Standardization,
   International Standard 8825, December 1987.

[9] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",

   RFC 1212, Performance Systems International, Hughes LAN Systems,
   March 1991.
 [10] Rose, M., Editor, "A Convention for Defining Traps for use with
   the SNMP", RFC 1215, Performance Systems International, March
   1991.

Security Considerations

Security issues are not discussed in this memo.

Author's Address

Steven Waldbusser Carnegie Mellon University 4910 Forbes Ave. Pittsburgh, PA 15213

Phone: (412) 268-6628

EMail: [email protected]