Blame mibs/ietf/SFLOW-MIB

Packit Service 9ccfef
SFLOW-MIB DEFINITIONS ::= BEGIN
Packit Service 9ccfef
Packit Service 9ccfef
IMPORTS
Packit Service 9ccfef
Packit Service 9ccfef
MODULE-IDENTITY, OBJECT-TYPE, Integer32, enterprises
Packit Service 9ccfef
        FROM SNMPv2-SMI
Packit Service 9ccfef
SnmpAdminString
Packit Service 9ccfef
        FROM SNMP-FRAMEWORK-MIB
Packit Service 9ccfef
OwnerString
Packit Service 9ccfef
        FROM RMON-MIB
Packit Service 9ccfef
InetAddressType, InetAddress
Packit Service 9ccfef
        FROM INET-ADDRESS-MIB
Packit Service 9ccfef
MODULE-COMPLIANCE, OBJECT-GROUP
Packit Service 9ccfef
        FROM SNMPv2-CONF;
Packit Service 9ccfef
Packit Service 9ccfef
sFlowMIB  MODULE-IDENTITY
Packit Service 9ccfef
  LAST-UPDATED "200105150000Z"   -- May 15, 2001
Packit Service 9ccfef
  ORGANIZATION "InMon Corp."
Packit Service 9ccfef
  CONTACT-INFO
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
         "Peter Phaal
Packit Service 9ccfef
          InMon Corp.
Packit Service 9ccfef
          http://www.inmon.com/
Packit Service 9ccfef
Packit Service 9ccfef
          Tel:  +1-415-661-6343
Packit Service 9ccfef
          Email: peter_phaal@inmon.com"
Packit Service 9ccfef
  DESCRIPTION
Packit Service 9ccfef
          "The MIB module for managing the generation and transportation
Packit Service 9ccfef
           of sFlow data records."
Packit Service 9ccfef
Packit Service 9ccfef
  --
Packit Service 9ccfef
  -- Revision History
Packit Service 9ccfef
  --
Packit Service 9ccfef
  REVISION    "200105150000Z"     -- May 15, 2001
Packit Service 9ccfef
  DESCRIPTION
Packit Service 9ccfef
          "Version 1.2
Packit Service 9ccfef
Packit Service 9ccfef
           Brings MIB into SMI v2 compliance."
Packit Service 9ccfef
Packit Service 9ccfef
  REVISION    "200105010000Z"      -- May 1, 2001
Packit Service 9ccfef
  DESCRIPTION
Packit Service 9ccfef
           "Version 1.1
Packit Service 9ccfef
Packit Service 9ccfef
            Adds sFlowDatagramVersion."
Packit Service 9ccfef
  ::= { enterprises 4300 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowAgent OBJECT IDENTIFIER ::= { sFlowMIB 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowVersion OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      SnmpAdminString
Packit Service 9ccfef
     MAX-ACCESS  read-only
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "Uniquely identifies the version and implementation of this MIB.
Packit Service 9ccfef
        The version string must have the following structure:
Packit Service 9ccfef
           <MIB Version>;<Organization>;<Software Revision>
Packit Service 9ccfef
        where:
Packit Service 9ccfef
           <MIB Version>  must be '1.2', the version of this MIB.
Packit Service 9ccfef
           <Organization> the name of the organization responsible
Packit Service 9ccfef
                            for the agent implementation.
Packit Service 9ccfef
           <Revision>     the specific software build of this agent.
Packit Service 9ccfef
Packit Service 9ccfef
        As an example, the string '1.2;InMon Corp.;2.1.1' indicates
Packit Service 9ccfef
        that this agent implements version '1.2' of the SFLOW MIB, that
Packit Service 9ccfef
        it was developed by 'InMon Corp.' and that the software build
Packit Service 9ccfef
        is '2.1.1'.
Packit Service 9ccfef
Packit Service 9ccfef
        The MIB Version will change with each revision of the SFLOW
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        MIB.
Packit Service 9ccfef
Packit Service 9ccfef
        Management entities must check the MIB Version and not attempt
Packit Service 9ccfef
        to manage agents with MIB Versions greater than that for which
Packit Service 9ccfef
        they were designed.
Packit Service 9ccfef
Packit Service 9ccfef
        Note: The sFlow Datagram Format has an independent version
Packit Service 9ccfef
              number which may change independently from <MIB Version>.
Packit Service 9ccfef
              <MIB Version> applies to the structure and semantics of
Packit Service 9ccfef
              the SFLOW MIB only."
Packit Service 9ccfef
     DEFVAL { "1.2;;" }
Packit Service 9ccfef
     ::= { sFlowAgent 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowAgentAddressType OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      InetAddressType
Packit Service 9ccfef
     MAX-ACCESS  read-only
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The address type of the address associated with this agent.
Packit Service 9ccfef
        Only ipv4 and ipv6 types are supported."
Packit Service 9ccfef
     ::= { sFlowAgent 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowAgentAddress OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      InetAddress
Packit Service 9ccfef
     MAX-ACCESS  read-only
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The IP address associated with this agent.  In the case of a
Packit Service 9ccfef
        multi-homed agent, this should be the loopback address of the
Packit Service 9ccfef
        agent.  The sFlowAgent address must provide SNMP connectivity
Packit Service 9ccfef
        to the agent.  The address should be an invariant that does not
Packit Service 9ccfef
        change as interfaces are reconfigured, enabled, disabled,
Packit Service 9ccfef
        added or removed.  A manager should be able to use the
Packit Service 9ccfef
        sFlowAgentAddress as a unique key that will identify this
Packit Service 9ccfef
        agent over extended periods of time so that a history can
Packit Service 9ccfef
        be maintained."
Packit Service 9ccfef
    ::= { sFlowAgent 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowTable OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      SEQUENCE OF SFlowEntry
Packit Service 9ccfef
     MAX-ACCESS  not-accessible
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "A table of the sFlow samplers within a device."
Packit Service 9ccfef
     ::= { sFlowAgent 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowEntry OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      SFlowEntry
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
     MAX-ACCESS  not-accessible
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "Attributes of an sFlow sampler."
Packit Service 9ccfef
     INDEX { sFlowDataSource }
Packit Service 9ccfef
     ::= { sFlowTable 1 }
Packit Service 9ccfef
Packit Service 9ccfef
SFlowEntry ::= SEQUENCE {
Packit Service 9ccfef
     sFlowDataSource               OBJECT IDENTIFIER,
Packit Service 9ccfef
     sFlowOwner                    OwnerString,
Packit Service 9ccfef
     sFlowTimeout                  Integer32,
Packit Service 9ccfef
     sFlowPacketSamplingRate       Integer32,
Packit Service 9ccfef
     sFlowCounterSamplingInterval  Integer32,
Packit Service 9ccfef
     sFlowMaximumHeaderSize        Integer32,
Packit Service 9ccfef
     sFlowMaximumDatagramSize      Integer32,
Packit Service 9ccfef
     sFlowCollectorAddressType     InetAddressType,
Packit Service 9ccfef
     sFlowCollectorAddress         InetAddress,
Packit Service 9ccfef
     sFlowCollectorPort            Integer32,
Packit Service 9ccfef
     sFlowDatagramVersion          Integer32
Packit Service 9ccfef
}
Packit Service 9ccfef
Packit Service 9ccfef
sFlowDataSource OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      OBJECT IDENTIFIER
Packit Service 9ccfef
     MAX-ACCESS  read-only
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "Identifies the source of the data for the sFlow sampler.
Packit Service 9ccfef
       The following data source types are currently defined:
Packit Service 9ccfef
Packit Service 9ccfef
       - ifIndex.
Packit Service 9ccfef
       DataSources of this traditional form are called 'port-based'.
Packit Service 9ccfef
       Ideally the sampling entity will perform sampling on all flows
Packit Service 9ccfef
       originating from or destined to the specified interface.
Packit Service 9ccfef
       However, if the switch architecture only permits input or
Packit Service 9ccfef
       output sampling then the sampling agent is permitted to only
Packit Service 9ccfef
       sample input flows input or output flows.  Each packet must
Packit Service 9ccfef
       only be considered once for sampling, irrespective of the
Packit Service 9ccfef
       number of ports it will be forwarded to.
Packit Service 9ccfef
Packit Service 9ccfef
       Note: Port 0 is used to indicate that all ports on the device
Packit Service 9ccfef
             are represented by a single data source.
Packit Service 9ccfef
             - sFlowPacketSamplingRate applies to all ports on the
Packit Service 9ccfef
               device capable of packet sampling.
Packit Service 9ccfef
             - sFlowCounterSamplingInterval applies to all ports.
Packit Service 9ccfef
Packit Service 9ccfef
       - smonVlanDataSource.<V>
Packit Service 9ccfef
       A dataSource of this form refers to a 'Packet-based VLAN'
Packit Service 9ccfef
       and is called a 'VLAN-based' dataSource.  <V> is the VLAN
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
       ID as defined by the IEEE 802.1Q standard.  The
Packit Service 9ccfef
       value is between 1 and 4094 inclusive, and it represents
Packit Service 9ccfef
       an 802.1Q VLAN-ID with global scope within a given
Packit Service 9ccfef
       bridged domain.
Packit Service 9ccfef
       Sampling is performed on all packets received that are part
Packit Service 9ccfef
       of the specified VLAN (no matter which port they arrived on).
Packit Service 9ccfef
       Each packet will only be considered once for sampling,
Packit Service 9ccfef
       irrespective of the number of ports it will be forwarded to.
Packit Service 9ccfef
Packit Service 9ccfef
       - entPhysicalEntry.<N>
Packit Service 9ccfef
       A dataSource of this form refers to a physical entity within
Packit Service 9ccfef
       the agent (e.g., entPhysicalClass = backplane(4)) and is called
Packit Service 9ccfef
       an 'entity-based' dataSource.
Packit Service 9ccfef
       Sampling is performed on all packets entering the resource (e.g.
Packit Service 9ccfef
       If the backplane is being sampled, all packets transmitted onto
Packit Service 9ccfef
       the backplane will be considered as single candidates for
Packit Service 9ccfef
       sampling irrespective of the number of ports they ultimately
Packit Service 9ccfef
       reach).
Packit Service 9ccfef
Packit Service 9ccfef
       Note: Since each DataSource operates independently, a packet
Packit Service 9ccfef
             that crosses multiple DataSources may generate multiple
Packit Service 9ccfef
             flow records."
Packit Service 9ccfef
     ::= { sFlowEntry 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowOwner OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      OwnerString
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The entity making use of this sFlow sampler.  The empty string
Packit Service 9ccfef
        indicates that the sFlow sampler is currently unclaimed.
Packit Service 9ccfef
        An entity wishing to claim an sFlow sampler must make sure
Packit Service 9ccfef
        that the sampler is unclaimed before trying to claim it.
Packit Service 9ccfef
        The sampler is claimed by setting the owner string to identify
Packit Service 9ccfef
        the entity claiming the sampler.  The sampler must be claimed
Packit Service 9ccfef
        before any changes can be made to other sampler objects.
Packit Service 9ccfef
Packit Service 9ccfef
        In order to avoid a race condition, the entity taking control
Packit Service 9ccfef
        of the sampler must set both the owner and a value for
Packit Service 9ccfef
        sFlowTimeout in the same SNMP set request.
Packit Service 9ccfef
Packit Service 9ccfef
        When a management entity is finished using the sampler,
Packit Service 9ccfef
        it should set its value back to unclaimed.  The agent
Packit Service 9ccfef
        must restore all other entities this row to their
Packit Service 9ccfef
        default values when the owner is set to unclaimed.
Packit Service 9ccfef
Packit Service 9ccfef
        This mechanism provides no enforcement and relies on the
Packit Service 9ccfef
        cooperation of management entities in order to ensure that
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        competition for a sampler is fairly resolved."
Packit Service 9ccfef
     DEFVAL { "" }
Packit Service 9ccfef
     ::= { sFlowEntry 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowTimeout OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The time (in seconds) remaining before the sampler is released
Packit Service 9ccfef
        and stops sampling.  When set, the owner establishes control
Packit Service 9ccfef
        for the specified period.  When read, the remaining time in the
Packit Service 9ccfef
        interval is returned.
Packit Service 9ccfef
Packit Service 9ccfef
        A management entity wanting to maintain control of the sampler
Packit Service 9ccfef
        is responsible for setting a new value before the old one
Packit Service 9ccfef
        expires.
Packit Service 9ccfef
Packit Service 9ccfef
        When the interval expires, the agent is responsible for
Packit Service 9ccfef
        restoring all other entities in this row to their default
Packit Service 9ccfef
        values."
Packit Service 9ccfef
     DEFVAL { 0 }
Packit Service 9ccfef
     ::= { sFlowEntry 3 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowPacketSamplingRate OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The statistical sampling rate for packet sampling from this
Packit Service 9ccfef
        source.
Packit Service 9ccfef
Packit Service 9ccfef
        Set to N to sample 1/Nth of the packets in the monitored flows.
Packit Service 9ccfef
        An agent should choose its own algorithm introduce variance
Packit Service 9ccfef
        into the sampling so that exactly every Nth packet is not
Packit Service 9ccfef
        counted.  A sampling rate of 1 counts all packets.  A sampling
Packit Service 9ccfef
        rate of 0 disables sampling.
Packit Service 9ccfef
Packit Service 9ccfef
        The agent is permitted to have minimum and maximum allowable
Packit Service 9ccfef
        values for the sampling rate.  A minimum rate lets the agent
Packit Service 9ccfef
        designer set an upper bound on the overhead associated with
Packit Service 9ccfef
        sampling, and a maximum rate may be the result of hardware
Packit Service 9ccfef
        restrictions (such as counter size).  In addition not all values
Packit Service 9ccfef
        between the maximum and minimum may be realizable as the
Packit Service 9ccfef
        sampling rate (again because of implementation considerations).
Packit Service 9ccfef
Packit Service 9ccfef
        When the sampling rate is set the agent is free to adjust the
Packit Service 9ccfef
        value so that it lies between the maximum and minimum values
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        and has the closest achievable value.
Packit Service 9ccfef
Packit Service 9ccfef
        When read, the agent must return the actual sampling rate it
Packit Service 9ccfef
        will be using (after the adjustments previously described).  The
Packit Service 9ccfef
        sampling algorithm must converge so that over time the number
Packit Service 9ccfef
        of packets sampled approaches 1/Nth of the total number of
Packit Service 9ccfef
        packets in the monitored flows."
Packit Service 9ccfef
     DEFVAL { 0 }
Packit Service 9ccfef
     ::= { sFlowEntry 4 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowCounterSamplingInterval OBJECT-TYPE
Packit Service 9ccfef
  SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The maximum number of seconds between successive samples of the
Packit Service 9ccfef
        counters associated with this data source.  A sampling interval
Packit Service 9ccfef
        of 0 disables counter sampling."
Packit Service 9ccfef
     DEFVAL { 0 }
Packit Service 9ccfef
     ::= { sFlowEntry 5 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowMaximumHeaderSize OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The maximum number of bytes that should be copied from a
Packit Service 9ccfef
        sampled packet.  The agent may have an internal maximum and
Packit Service 9ccfef
        minimum permissible sizes.  If an attempt is made to set this
Packit Service 9ccfef
        value outside the permissible range then the agent should
Packit Service 9ccfef
        adjust the value to the closest permissible value."
Packit Service 9ccfef
     DEFVAL { 128 }
Packit Service 9ccfef
     ::= { sFlowEntry 6 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowMaximumDatagramSize OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
        "The maximum number of data bytes that can be sent in a single
Packit Service 9ccfef
         sample datagram.  The manager should set this value to avoid
Packit Service 9ccfef
         fragmentation of the sFlow datagrams."
Packit Service 9ccfef
     DEFVAL { 1400 }
Packit Service 9ccfef
     ::= { sFlowEntry 7 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowCollectorAddressType OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      InetAddressType
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The type of sFlowCollectorAddress."
Packit Service 9ccfef
     DEFVAL { ipv4 }
Packit Service 9ccfef
     ::= { sFlowEntry 8 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowCollectorAddress OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      InetAddress
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The IP address of the sFlow collector.
Packit Service 9ccfef
        If set to 0.0.0.0 all sampling is disabled."
Packit Service 9ccfef
     DEFVAL { "0.0.0.0" }
Packit Service 9ccfef
     ::= { sFlowEntry 9 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowCollectorPort OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The destination port for sFlow datagrams."
Packit Service 9ccfef
     DEFVAL { 6343 }
Packit Service 9ccfef
     ::= { sFlowEntry 10 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowDatagramVersion OBJECT-TYPE
Packit Service 9ccfef
     SYNTAX      Integer32
Packit Service 9ccfef
     MAX-ACCESS  read-write
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "The version of sFlow datagrams that should be sent.
Packit Service 9ccfef
Packit Service 9ccfef
        When set to a value not support by the agent, the agent should
Packit Service 9ccfef
        adjust the value to the highest supported value less than the
Packit Service 9ccfef
        requested value, or return an error if no such values exist."
Packit Service 9ccfef
     DEFVAL { 4 }
Packit Service 9ccfef
     ::= { sFlowEntry 11 }
Packit Service 9ccfef
Packit Service 9ccfef
 --
Packit Service 9ccfef
 -- Compliance Statements
Packit Service 9ccfef
 --
Packit Service 9ccfef
Packit Service 9ccfef
sFlowMIBConformance OBJECT IDENTIFIER ::= { sFlowMIB 2 }
Packit Service 9ccfef
sFlowMIBGroups      OBJECT IDENTIFIER ::= { sFlowMIBConformance 1 }
Packit Service 9ccfef
sFlowMIBCompliances OBJECT IDENTIFIER ::= { sFlowMIBConformance 2 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
     STATUS      current
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
     DESCRIPTION
Packit Service 9ccfef
       "Compliance statements for the sFlow Agent."
Packit Service 9ccfef
Packit Service 9ccfef
     MODULE -- this module
Packit Service 9ccfef
         MANDATORY-GROUPS { sFlowAgentGroup }
Packit Service 9ccfef
         OBJECT     sFlowAgentAddressType
Packit Service 9ccfef
         SYNTAX     InetAddressType { ipv4(1) }
Packit Service 9ccfef
         DESCRIPTION
Packit Service 9ccfef
           "Agents need only support ipv4."
Packit Service 9ccfef
Packit Service 9ccfef
         OBJECT sFlowCollectorAddressType
Packit Service 9ccfef
         SYNTAX InetAddressType { ipv4(1) }
Packit Service 9ccfef
         DESCRIPTION
Packit Service 9ccfef
           "Agents need only support ipv4."
Packit Service 9ccfef
Packit Service 9ccfef
     ::= { sFlowMIBCompliances 1 }
Packit Service 9ccfef
Packit Service 9ccfef
sFlowAgentGroup OBJECT-GROUP
Packit Service 9ccfef
     OBJECTS { sFlowVersion, sFlowAgentAddressType, sFlowAgentAddress,
Packit Service 9ccfef
               sFlowDataSource, sFlowOwner, sFlowTimeout,
Packit Service 9ccfef
               sFlowPacketSamplingRate, sFlowCounterSamplingInterval,
Packit Service 9ccfef
               sFlowMaximumHeaderSize, sFlowMaximumDatagramSize,
Packit Service 9ccfef
               sFlowCollectorAddressType, sFlowCollectorAddress,
Packit Service 9ccfef
               sFlowCollectorPort, sFlowDatagramVersion }
Packit Service 9ccfef
      STATUS current
Packit Service 9ccfef
      DESCRIPTION
Packit Service 9ccfef
        "A collection of objects for managing the generation and
Packit Service 9ccfef
         transportation of sFlow data records."
Packit Service 9ccfef
       ::= { sFlowMIBGroups 1 }
Packit Service 9ccfef
Packit Service 9ccfef
END