Blame pibs/ietf/FRAMEWORK-FEEDBACK-PIB

Packit 022b05
FRAMEWORK-FEEDBACK-PIB PIB-DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
   IMPORTS
Packit 022b05
       pib, Unsigned32, Unsigned64, Integer32,
Packit 022b05
       MODULE-IDENTITY, OBJECT-TYPE, MODULE-COMPLIANCE, OBJECT-GROUP
Packit 022b05
               FROM COPS-PR-SPPI
Packit 022b05
       TruthValue, TEXTUAL-CONVENTION
Packit 022b05
               FROM SNMPv2-TC
Packit 022b05
       InstanceId, ReferenceId, Prid,
Packit 022b05
       TagId, TagReferenceId
Packit 022b05
               FROM COPS-PR-SPPI-TC
Packit 022b05
       PrcIdentifierOid, PrcIdentifierOidOrZero
Packit 022b05
               FROM FRAMEWORK-TC-PIB
Packit 022b05
       frwkRoleComboEntry
Packit 022b05
               FROM FRAMEWORK-PIB
Packit 022b05
       InterfaceIndex
Packit 022b05
               FROM IF-MIB;
Packit 022b05
Packit 022b05
   frwkFeedbackPib  MODULE-IDENTITY
Packit 022b05
       SUBJECT-CATEGORIES  { all }
Packit 022b05
       LAST-UPDATED "200307140000Z"  -- 14 July 2003
Packit 022b05
       ORGANIZATION "IETF RAP WG"
Packit 022b05
       CONTACT-INFO "IETF RAP WG
Packit 022b05
                     Email: rap@ops.ietf.org
Packit 022b05
Packit 022b05
                     Diana Rawlins
Packit 022b05
                     MCI
Packit 022b05
                     400 International Parkway
Packit 022b05
                     Richardson, Texas 75081
Packit 022b05
                     Phone: 972-729-4071
Packit 022b05
                     Email: Diana.Rawlins@mci.com
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                     Amol Kulkarni
Packit 022b05
                     JF3-206
Packit 022b05
                     2111 NE 25th Ave
Packit 022b05
                     Hillsboro, Oregon 97124
Packit 022b05
                     Phone: 503-712-1168
Packit 022b05
                     Email: amol.kulkarni@intel.com
Packit 022b05
Packit 022b05
                     Kwok Ho Chan
Packit 022b05
                     Nortel Networks
Packit 022b05
                     600 Technology Park Drive
Packit 022b05
                     Billerica, MA 01821 USA
Packit 022b05
                     Phone: 978-288-8175
Packit 022b05
                     Email: khchan@nortelnetworks.com
Packit 022b05
Packit 022b05
                     Martin Bokaemper
Packit 022b05
                     Juniper Networks
Packit 022b05
                     700 Silver Seven Road
Packit 022b05
                     Kanata, ON, K2V 1C3, Canada
Packit 022b05
                     Phone: 613-591-2735
Packit 022b05
                     Email: mbokaemper@juniper.net
Packit 022b05
Packit 022b05
                     Dinesh G Dutt
Packit 022b05
                     Cisco Systems, Inc.
Packit 022b05
                     170 Tasman Dr.
Packit 022b05
                     San Jose, CA 95134-1706
Packit 022b05
                     Phone: 408-527-0955
Packit 022b05
                     Email: ddutt@cisco.com"
Packit 022b05
Packit 022b05
   DESCRIPTION
Packit 022b05
           "The PIB module containing the base set of policy rule
Packit 022b05
           classes that are required for support of all policy
Packit 022b05
           usage monitoring, tracking and reporting policies.
Packit 022b05
Packit 022b05
           Copyright (C) The Internet Society (2003). This version
Packit 022b05
           of this PIB module is part of RFC 3571; see the RFC
Packit 022b05
           itself for full legal notices."
Packit 022b05
   REVISION     "200307140000Z"
Packit 022b05
   DESCRIPTION
Packit 022b05
            "Initial version, published in RFC 3571."
Packit 022b05
Packit 022b05
         ::= { pib 5 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Textual Conventions
Packit 022b05
--
Packit 022b05
Packit 022b05
Usage32 ::= TEXTUAL-CONVENTION
Packit 022b05
     STATUS    current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     DESCRIPTION
Packit 022b05
             "The Usage32 type represents a non-negative integer
Packit 022b05
             which monotonically increases.
Packit 022b05
             Usage32 initial value is 0 and the object-type using
Packit 022b05
             Usage32 needs to specify when it is initialized.
Packit 022b05
Packit 022b05
             The Usage32 type is intended to reflect the absolute
Packit 022b05
             number of counted events, so that even a new PDP
Packit 022b05
             after a COPS reconnect can use the value directly.
Packit 022b05
Packit 022b05
             If there is the possibility that the maximum Usage32
Packit 022b05
             value of 2^32-1 is exceeded during the lifetime
Packit 022b05
             of the Usage32 object, the larger Usage64 type
Packit 022b05
             should be used.
Packit 022b05
Packit 022b05
             If conditions other than the reset of the COPS
Packit 022b05
             subsystem exist that disrupt the monotonic
Packit 022b05
             characteristics of Usage32, these conditions and a
Packit 022b05
             method how to detect their presence should be
Packit 022b05
             specified in the description of the object-type using
Packit 022b05
             Usage32 or its enclosing object-types (e.g. the
Packit 022b05
             Entry or Table object-type of the Usage32
Packit 022b05
             object-type).
Packit 022b05
Packit 022b05
             Whenever the monotonic increase of Usage32 is violated,
Packit 022b05
             it should be reset to 0 and the fact that this occurred
Packit 022b05
             should be indicated through an appropriate mechanism,
Packit 022b05
             for example a corresponding object of type TimeStamp
Packit 022b05
             or TimeAndDate."
Packit 022b05
     SYNTAX Unsigned32
Packit 022b05
Packit 022b05
Usage64 ::= TEXTUAL-CONVENTION
Packit 022b05
     STATUS    current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "The Usage64 type represents a non-negative integer
Packit 022b05
             which monotonically increases.
Packit 022b05
             Usage64 initial value is 0 and the object-type using
Packit 022b05
             Usage64 needs to specify when it is initialized.
Packit 022b05
Packit 022b05
             The Usage64 type is intended to reflect the absolute
Packit 022b05
             number of counted events, so that even a new PDP
Packit 022b05
             after a COPS reconnect can use the value directly.
Packit 022b05
Packit 022b05
             The lifetime of the Usage64 object should be defined
Packit 022b05
             in a way that ensures the maximum Usage64 value of
Packit 022b05
             2^64-1 is never exceeded.
Packit 022b05
Packit 022b05
             If conditions other than the reset of the COPS
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             subsystem exist that disrupt the monotonic
Packit 022b05
             characteristics of Usage64, these conditions and a
Packit 022b05
             method how to detect their presence should be
Packit 022b05
             specified in the description of the object-type using
Packit 022b05
             Usage64 or its enclosing object-types (e.g. the
Packit 022b05
             Entry or Table object-type of the Usage64
Packit 022b05
             object-type).
Packit 022b05
Packit 022b05
             Whenever the monotonic increase of Usage64 is violated,
Packit 022b05
             it should be reset to 0 and the fact that this occurred
Packit 022b05
             should be indicated through an appropriate mechanism,
Packit 022b05
             for example a corresponding object of type TimeStamp
Packit 022b05
             or TimeAndDate."
Packit 022b05
     SYNTAX Unsigned64
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The feedback report group
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackGroupClasses
Packit 022b05
               OBJECT IDENTIFIER ::= { frwkFeedbackPib  1 }
Packit 022b05
Packit 022b05
--
Packit 022b05
--  Feedback Action Table
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackActionTable OBJECT-TYPE
Packit 022b05
     SYNTAX          SEQUENCE OF FrwkFeedbackActionEntry
Packit 022b05
     PIB-ACCESS      install
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "This class represents commands that the PDP sends to
Packit 022b05
             suspend, resume or solicit collection or reporting of
Packit 022b05
             usage data."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackGroupClasses  1}
Packit 022b05
Packit 022b05
frwkFeedbackActionEntry OBJECT-TYPE
Packit 022b05
     SYNTAX  FrwkFeedbackActionEntry
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "Each frwkFeedbackActionEntry represents a command from
Packit 022b05
             the PDP. FrwkFeedbackActionIndicator specifies the
Packit 022b05
             command itself while frwkFeedbackActionSpecificPri
Packit 022b05
             indicates if all frwkFeedbackLink objects in the system
Packit 022b05
             are affected by the command, or just the set that is
Packit 022b05
             referenced by frwkFeedbackActionList."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     PIB-INDEX { frwkFeedbackActionId}
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackActionTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackActionEntry ::= SEQUENCE {
Packit 022b05
        frwkFeedbackActionId                 InstanceId,
Packit 022b05
        frwkFeedbackActionIndicator          INTEGER,
Packit 022b05
        frwkFeedbackActionSpecificPri        TruthValue,
Packit 022b05
        frwkFeedbackActionList               TagReferenceId
Packit 022b05
     }
Packit 022b05
Packit 022b05
frwkFeedbackActionId  OBJECT-TYPE
Packit 022b05
     SYNTAX        InstanceId
Packit 022b05
     STATUS        current
Packit 022b05
     DESCRIPTION
Packit 022b05
        "An arbitrary integer index that uniquely identifies an
Packit 022b05
         instance of the frwkFeedbackAction class."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackActionEntry 1}
Packit 022b05
Packit 022b05
frwkFeedbackActionIndicator OBJECT-TYPE
Packit 022b05
     SYNTAX  INTEGER {
Packit 022b05
                suspendMonitoringAndReports(1),
Packit 022b05
                suspendReports(2),
Packit 022b05
                resume(3),
Packit 022b05
                solicitReport(4)
Packit 022b05
     }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The value indicates if the PEP is to send cached
Packit 022b05
                usage policies via COPS accounting type report
Packit 022b05
                messages.
Packit 022b05
                The enumeration values are:
Packit 022b05
                (1)  suspendMonitoringAndReports
Packit 022b05
                (2)  suspendReports
Packit 022b05
                (3)  resume
Packit 022b05
                (4)  solicitReport "
Packit 022b05
Packit 022b05
       ::= { frwkFeedbackActionEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackActionSpecificPri OBJECT-TYPE
Packit 022b05
        SYNTAX        TruthValue
Packit 022b05
        STATUS        current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "A value of 0 indicates that the
Packit 022b05
                 frwkFeedbackActionList attribute should be ignored,
Packit 022b05
                 and the action applied to all policies. A value of
Packit 022b05
                 1 indicates that the action entry has a specific
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 list of policies to which it is to be applied."
Packit 022b05
        ::= { frwkFeedbackActionEntry 3}
Packit 022b05
Packit 022b05
frwkFeedbackActionList OBJECT-TYPE
Packit 022b05
        SYNTAX        TagReferenceId
Packit 022b05
        PIB-TAG       { frwkFeedbackActionListTag }
Packit 022b05
        STATUS        current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "Identifies a group of frwkFeedbackLink instances
Packit 022b05
                 that this action should affect. The group is
Packit 022b05
                 identified through a tag reference in the
Packit 022b05
                 frwkFeedbackList class."
Packit 022b05
        ::= { frwkFeedbackActionEntry 4}
Packit 022b05
Packit 022b05
--
Packit 022b05
--  Feedback Action List Table
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackActionListTable OBJECT-TYPE
Packit 022b05
        SYNTAX          SEQUENCE OF FrwkFeedbackActionListEntry
Packit 022b05
        PIB-ACCESS      install
Packit 022b05
        STATUS          current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "This class defines groups of linkage instances.
Packit 022b05
                 Groups can be referenced by commands sent by the
Packit 022b05
                 PDP in a frwkFeedbackActionEntry -in this case the
Packit 022b05
                 command affects all linkage instances that are part
Packit 022b05
                 of the group.
Packit 022b05
                 A group can be referred to by its tag stored in
Packit 022b05
                 frwkFeedbackActionListTag."
Packit 022b05
        ::= { frwkFeedbackGroupClasses  2}
Packit 022b05
Packit 022b05
frwkFeedbackActionListEntry OBJECT-TYPE
Packit 022b05
        SYNTAX          FrwkFeedbackActionListEntry
Packit 022b05
        STATUS          current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "Each instance associates a linkage instance with a
Packit 022b05
                  specific ActionListGroup."
Packit 022b05
Packit 022b05
        PIB-INDEX {frwkFeedbackActionListId }
Packit 022b05
        UNIQUENESS { frwkFeedbackActionListTag,
Packit 022b05
                     frwkFeedbackActionListRefID
Packit 022b05
                   }
Packit 022b05
        ::= { frwkFeedbackActionListTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackActionListEntry::= SEQUENCE {
Packit 022b05
           frwkFeedbackActionListId          InstanceId,
Packit 022b05
           frwkFeedbackActionListTag         TagId,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           frwkFeedbackActionListRefID       ReferenceId
Packit 022b05
     }
Packit 022b05
Packit 022b05
frwkFeedbackActionListId OBJECT-TYPE
Packit 022b05
        SYNTAX       InstanceId
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "Arbitrary integer index that uniquely
Packit 022b05
                  identifies an instance of the class."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackActionListEntry 1 }
Packit 022b05
Packit 022b05
frwkFeedbackActionListTag OBJECT-TYPE
Packit 022b05
        SYNTAX       TagId
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "Identifies a group of linkage instances that can
Packit 022b05
                  be referenced from the Action class."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackActionListEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackActionListRefID   OBJECT-TYPE
Packit 022b05
        SYNTAX       ReferenceId
Packit 022b05
        PIB-REFERENCES { frwkFeedbackLinkEntry }
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "A frwkFeedbackLink instance that is referred to
Packit 022b05
                  by this ReferenceId becomes part of the group,
Packit 022b05
                  that is identified by the
Packit 022b05
                  frwkFeedbackActionListTag."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackActionListEntry 3 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The Feedback Link Capability Table
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsTable OBJECT-TYPE
Packit 022b05
     SYNTAX           SEQUENCE OF FrwkFeedbackLinkCapsEntry
Packit 022b05
     PIB-ACCESS       notify
Packit 022b05
     STATUS           current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "Instances of the frwkFeedbackLink class reference
Packit 022b05
              instances of selection and threshold classes and a
Packit 022b05
              usage class.
Packit 022b05
              This class allows the PEP to communicate valid
Packit 022b05
              combinations of these three classes to the PDP."
Packit 022b05
      ::= { frwkFeedbackGroupClasses 3}
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsEntry OBJECT-TYPE
Packit 022b05
     SYNTAX          FrwkFeedbackLinkCapsEntry
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "The attributes of this class identify valid
Packit 022b05
               combinations of selection criteria, usage and
Packit 022b05
               threshold classes for feedback."
Packit 022b05
     PIB-INDEX { frwkFeedbackLinkCapsId }
Packit 022b05
     UNIQUENESS {
Packit 022b05
                 frwkFeedbackLinkCapsSelection,
Packit 022b05
                 frwkFeedbackLinkCapsUsage,
Packit 022b05
                 frwkFeedbackLinkCapsThreshold
Packit 022b05
              }
Packit 022b05
Packit 022b05
     ::= {frwkFeedbackLinkCapsTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackLinkCapsEntry ::= SEQUENCE {
Packit 022b05
       frwkFeedbackLinkCapsId         InstanceId,
Packit 022b05
       frwkFeedbackLinkCapsSelection  PrcIdentifierOid,
Packit 022b05
       frwkFeedbackLinkCapsUsage      PrcIdentifierOid,
Packit 022b05
       frwkFeedbackLinkCapsThreshold  PrcIdentifierOidOrZero
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsId OBJECT-TYPE
Packit 022b05
     SYNTAX        InstanceId
Packit 022b05
     STATUS        current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "An arbitrary integer index that uniquely identifies an
Packit 022b05
          instance of the frwkFeedbackLinkCaps class."
Packit 022b05
     ::= { frwkFeedbackLinkCapsEntry 1}
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsSelection OBJECT-TYPE
Packit 022b05
     SYNTAX        PrcIdentifierOid
Packit 022b05
     STATUS        current
Packit 022b05
     DESCRIPTION
Packit 022b05
            "The identifier of a class that is supported by the
Packit 022b05
             device for feedback selection in combination with the
Packit 022b05
             usage and threshold classes referenced in this
Packit 022b05
             instance."
Packit 022b05
     ::= { frwkFeedbackLinkCapsEntry 2}
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsUsage OBJECT-TYPE
Packit 022b05
     SYNTAX        PrcIdentifierOid
Packit 022b05
     STATUS        current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "The identifier of the usage class that is supported by
Packit 022b05
             the PEP in combination with the selection and threshold
Packit 022b05
             classes referenced in this instance."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackLinkCapsEntry 3}
Packit 022b05
Packit 022b05
Packit 022b05
frwkFeedbackLinkCapsThreshold OBJECT-TYPE
Packit 022b05
        SYNTAX        PrcIdentifierOidOrZero
Packit 022b05
        STATUS        current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The identifier of the threshold class that is
Packit 022b05
             supported by the PEP in combination with the selection
Packit 022b05
             and usage classes referenced in this instance.
Packit 022b05
             0.0 is used if this combination does not allow a
Packit 022b05
             threshold."
Packit 022b05
        ::= { frwkFeedbackLinkCapsEntry 4}
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The Feedback Report Linkage Table
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackLinkTable OBJECT-TYPE
Packit 022b05
     SYNTAX          SEQUENCE OF FrwkFeedbackLinkEntry
Packit 022b05
     PIB-ACCESS      install
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "This class associates the selection criteria with the
Packit 022b05
               usage policy. It also permits the defining of the max
Packit 022b05
               interval used for reporting the usage instance."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackGroupClasses  4}
Packit 022b05
Packit 022b05
frwkFeedbackLinkEntry OBJECT-TYPE
Packit 022b05
     SYNTAX          FrwkFeedbackLinkEntry
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "This class associates the selection criteria with the
Packit 022b05
               usage policy. It also permits the defining of the max
Packit 022b05
               interval used for reporting the usage instance."
Packit 022b05
     PIB-INDEX { frwkFeedbackLinkId }
Packit 022b05
     UNIQUENESS {frwkFeedbackLinkSel,
Packit 022b05
                 frwkFeedbackLinkUsage }
Packit 022b05
     ::= {frwkFeedbackLinkTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackLinkEntry ::= SEQUENCE {
Packit 022b05
       frwkFeedbackLinkId         InstanceId,
Packit 022b05
       frwkFeedbackLinkSel        Prid,
Packit 022b05
       frwkFeedbackLinkUsage      PrcIdentifierOid,
Packit 022b05
       frwkFeedbackLinkInterval   Integer32,
Packit 022b05
       frwkFeedbackLinkThreshold  Prid,
Packit 022b05
       frwkFeedbackLinkFlags      BITS
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackLinkId OBJECT-TYPE
Packit 022b05
     SYNTAX        InstanceId
Packit 022b05
     STATUS        current
Packit 022b05
     DESCRIPTION
Packit 022b05
         "An arbitrary integer index that uniquely identifies an
Packit 022b05
          instance of the frwkFeedbackLinkTable class."
Packit 022b05
     ::= { frwkFeedbackLinkEntry 1}
Packit 022b05
Packit 022b05
frwkFeedbackLinkSel OBJECT-TYPE
Packit 022b05
     SYNTAX       Prid
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
         "The PRID of the Policy Class instance as the monitoring
Packit 022b05
          point, or the PRID of the selection criteria instance that
Packit 022b05
          defines the conditions for monitoring, to be use by the
Packit 022b05
          PEP for usage reporting."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackLinkEntry 2}
Packit 022b05
Packit 022b05
frwkFeedbackLinkUsage OBJECT-TYPE
Packit 022b05
     SYNTAX      PrcIdentifierOid
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "The identifier of the usage class that the PEP uses to
Packit 022b05
          monitor, record and report."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackLinkEntry 3}
Packit 022b05
Packit 022b05
frwkFeedbackLinkInterval  OBJECT-TYPE
Packit 022b05
     SYNTAX   Integer32
Packit 022b05
     STATUS   current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "Maximum interval in units of the value of the
Packit 022b05
              Accounting Timer specified by the PDP in the client
Packit 022b05
              accept message. A frwkFeedbackLinkInterval of 1 is
Packit 022b05
              equal to the value of the Accounting Timer. This value
Packit 022b05
              must be 1 or greater. "
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackLinkEntry 4}
Packit 022b05
Packit 022b05
frwkFeedbackLinkThreshold  OBJECT-TYPE
Packit 022b05
     SYNTAX   Prid
Packit 022b05
     STATUS   current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "The PRID of a threshold class instance. This instance
Packit 022b05
              specifies the threshold values for the usage policy."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackLinkEntry 5}
Packit 022b05
Packit 022b05
frwkFeedbackLinkFlags  OBJECT-TYPE
Packit 022b05
     SYNTAX   BITS {
Packit 022b05
                      periodic(0),
Packit 022b05
                      threshold(1),
Packit 022b05
                      changeOnly(2)
Packit 022b05
              }
Packit 022b05
     STATUS   current
Packit 022b05
     DESCRIPTION
Packit 022b05
            "This value indicates the reporting basis of the usage
Packit 022b05
              policy. The feed back may be generated on demand, on a
Packit 022b05
              periodic basis regardless of a change in value from the
Packit 022b05
              previous report, on a periodic basis if a change in
Packit 022b05
              value has occurred, or the usage is reported when an
Packit 022b05
              identified threshold value in the usage instance has
Packit 022b05
              been reached.
Packit 022b05
             If the 'periodic' flag is set, the PEP will provide
Packit 022b05
              unsolicited reports at the rate specified in
Packit 022b05
              frwkFeedbackLinkInterval.
Packit 022b05
             If the 'periodic' flag is not set, reports will only be
Packit 022b05
              generated when solicited by the PDP.
Packit 022b05
             The 'threshold' and 'changeOnly' flags make the
Packit 022b05
              periodic reports conditional - these flags only make
Packit 022b05
              sense in combination with the 'periodic' flag."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackLinkEntry 6}
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The Threshold class that accompanies the above Usage PRCs
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackTrafficThresTable OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF FrwkFeedbackTrafficThresEntry
Packit 022b05
        PIB-ACCESS     install
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
              "This class defines the threshold attributes
Packit 022b05
               corresponding to usage attributes specified in
Packit 022b05
               frwkFeedbackTrafficTable, frwkFeedbackIfTrafficTable
Packit 022b05
               and other similar usage classes.
Packit 022b05
Packit 022b05
               The usage object is considered to match the threshold
Packit 022b05
               condition if at least one of the packet or byte
Packit 022b05
               threshold conditions match.
Packit 022b05
Packit 022b05
               The byte and packet thresholds are considered to
Packit 022b05
               match, if the threshold is present (not ASN1 NULL)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
               and the corresponding usage value exceeds the
Packit 022b05
               threshold."
Packit 022b05
Packit 022b05
        ::= { frwkFeedbackGroupClasses  5}
Packit 022b05
Packit 022b05
frwkFeedbackTrafficThresEntry OBJECT-TYPE
Packit 022b05
        SYNTAX          FrwkFeedbackTrafficThresEntry
Packit 022b05
        STATUS          current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "Defines the attributes to hold threshold values."
Packit 022b05
        PIB-INDEX {frwkFeedbackTrafficThresId}
Packit 022b05
Packit 022b05
        ::= {frwkFeedbackTrafficThresTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackTrafficThresEntry ::= SEQUENCE {
Packit 022b05
         frwkFeedbackTrafficThresId                  InstanceId,
Packit 022b05
         frwkFeedbackTrafficThresPackets            Unsigned64,
Packit 022b05
         frwkFeedbackTrafficThresBytes              Unsigned64
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackTrafficThresId   OBJECT-TYPE
Packit 022b05
        SYNTAX       InstanceId
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "Arbitrary integer index that uniquely identifies
Packit 022b05
                   an instance of the class."
Packit 022b05
        ::= { frwkFeedbackTrafficThresEntry 1 }
Packit 022b05
Packit 022b05
frwkFeedbackTrafficThresPackets   OBJECT-TYPE
Packit 022b05
        SYNTAX       Unsigned64
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "The threshold, in terms of packets, that must be
Packit 022b05
                   matched or exceeded to trigger a report in the
Packit 022b05
                   next reporting interval."
Packit 022b05
        ::= { frwkFeedbackTrafficThresEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackTrafficThresBytes   OBJECT-TYPE
Packit 022b05
        SYNTAX       Unsigned64
Packit 022b05
        STATUS       current
Packit 022b05
        DESCRIPTION
Packit 022b05
                "The threshold, in terms of bytes, that must be
Packit 022b05
                 exceeded to trigger a report in the next reporting
Packit 022b05
                 interval."
Packit 022b05
        ::= { frwkFeedbackTrafficThresEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- All actual usage classes are in the separate
Packit 022b05
-- frwkFeedbackUsageClasses group
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackUsageClasses
Packit 022b05
    OBJECT IDENTIFIER ::= { frwkFeedbackPib  2 }
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The generic traffic (byte & packet count) usage class
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackTrafficTable OBJECT-TYPE
Packit 022b05
     SYNTAX          SEQUENCE OF FrwkFeedbackTrafficEntry
Packit 022b05
     PIB-ACCESS      report-only
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "This class defines the usage attributes that the PEP
Packit 022b05
               is to monitor for plain traffic handling elements
Packit 022b05
               like filters. All packets and the bytes contained in
Packit 022b05
               these packets are counted. It also contains the PRID
Packit 022b05
               of the linkage instance associating the selection
Packit 022b05
               criteria instance with the usage instance."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackUsageClasses  1}
Packit 022b05
Packit 022b05
frwkFeedbackTrafficEntry OBJECT-TYPE
Packit 022b05
     SYNTAX          FrwkFeedbackTrafficEntry
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "Defines the attributes the PEP is to monitor,
Packit 022b05
               record and report."
Packit 022b05
     PIB-INDEX {frwkFeedbackTrafficId}
Packit 022b05
     UNIQUENESS { frwkFeedbackTrafficLinkRefID }
Packit 022b05
Packit 022b05
     ::= {frwkFeedbackTrafficTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackTrafficEntry ::= SEQUENCE {
Packit 022b05
      frwkFeedbackTrafficId              InstanceId,
Packit 022b05
      frwkFeedbackTrafficLinkRefID       ReferenceId,
Packit 022b05
      frwkFeedbackTrafficPacketCount     Usage64,
Packit 022b05
      frwkFeedbackTrafficByteCount       Usage64
Packit 022b05
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackTrafficId   OBJECT-TYPE
Packit 022b05
     SYNTAX       InstanceId
Packit 022b05
     STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     DESCRIPTION
Packit 022b05
               "Arbitrary integer index that uniquely identifies
Packit 022b05
                an instance of the class."
Packit 022b05
     ::= { frwkFeedbackTrafficEntry 1 }
Packit 022b05
Packit 022b05
frwkFeedbackTrafficLinkRefID  OBJECT-TYPE
Packit 022b05
     SYNTAX      ReferenceId
Packit 022b05
     PIB-REFERENCES { frwkFeedbackLinkEntry }
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The ReferenceId of the Linkage policy instance used
Packit 022b05
                to base this usage policy instance upon."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackTrafficEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackTrafficPacketCount OBJECT-TYPE
Packit 022b05
     SYNTAX       Usage64
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The count of packets handled by the associated
Packit 022b05
                element. The initial value of 0 is set when the
Packit 022b05
                frwkFeedbackTraffic instance is created, for example
Packit 022b05
                triggered through the creation of a frwkFeedbackLink
Packit 022b05
                instance."
Packit 022b05
Packit 022b05
     ::= {frwkFeedbackTrafficEntry 3}
Packit 022b05
Packit 022b05
frwkFeedbackTrafficByteCount OBJECT-TYPE
Packit 022b05
     SYNTAX       Usage64
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
                "The byte count of packets handled by the associated
Packit 022b05
                 element. The initial value of 0 is set when the
Packit 022b05
                 frwkFeedbackTraffic instance is created."
Packit 022b05
     ::= { frwkFeedbackTrafficEntry 4}
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The traffic usage class, qualified for an interface
Packit 022b05
--
Packit 022b05
frwkFeedbackIfTrafficTable OBJECT-TYPE
Packit 022b05
     SYNTAX          SEQUENCE OF FrwkFeedbackIfTrafficEntry
Packit 022b05
     PIB-ACCESS      report-only
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "A usage class similar to the basic Traffic class that
Packit 022b05
             also contains a reference to an interface index. This
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             class should be used with an underspecified selection
Packit 022b05
             criteria entry from the frwkRoleComboTable that matches
Packit 022b05
             an element that can be assigned to multiple interface
Packit 022b05
             indices. The interface field can be used to associate
Packit 022b05
             the instances of this class with the specific element's
Packit 022b05
             assignment."
Packit 022b05
     ::= { frwkFeedbackUsageClasses  2 }
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficEntry OBJECT-TYPE
Packit 022b05
     SYNTAX          FrwkFeedbackIfTrafficEntry
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
              "Defines the attributes the PEP is to monitor,
Packit 022b05
               record and report."
Packit 022b05
     PIB-INDEX {frwkFeedbackIfTrafficId}
Packit 022b05
     UNIQUENESS { frwkFeedbackIfTrafficLinkRefID,
Packit 022b05
                  frwkFeedbackIfTrafficIfIndex }
Packit 022b05
Packit 022b05
     ::= {frwkFeedbackIfTrafficTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackIfTrafficEntry ::= SEQUENCE {
Packit 022b05
      frwkFeedbackIfTrafficId              InstanceId,
Packit 022b05
      frwkFeedbackIfTrafficLinkRefID       ReferenceId,
Packit 022b05
      frwkFeedbackIfTrafficIfIndex         InterfaceIndex,
Packit 022b05
      frwkFeedbackIfTrafficPacketCount     Usage64,
Packit 022b05
      frwkFeedbackIfTrafficByteCount       Usage64
Packit 022b05
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficId   OBJECT-TYPE
Packit 022b05
     SYNTAX       InstanceId
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "Arbitrary integer index that uniquely identifies
Packit 022b05
                an instance of the class."
Packit 022b05
     ::= { frwkFeedbackIfTrafficEntry 1 }
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficLinkRefID  OBJECT-TYPE
Packit 022b05
     SYNTAX      ReferenceId
Packit 022b05
     PIB-REFERENCES { frwkFeedbackLinkEntry }
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The ReferenceId of the Linkage policy instance used
Packit 022b05
                to base this usage policy instance upon."
Packit 022b05
     ::= { frwkFeedbackIfTrafficEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficIfIndex  OBJECT-TYPE
Packit 022b05
       SYNTAX         InterfaceIndex
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       STATUS         current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "The value of this attribute is the ifIndex which is
Packit 022b05
           associated with the specified RoleCombination and
Packit 022b05
           interface capability set name."
Packit 022b05
Packit 022b05
       ::= { frwkFeedbackIfTrafficEntry 3 }
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficPacketCount OBJECT-TYPE
Packit 022b05
     SYNTAX       Usage64
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "The count of packets handled by the associated
Packit 022b05
             element. The initial value of 0 is set when the
Packit 022b05
             frwkFeedbackIfTraffic instance is created."
Packit 022b05
     ::= { frwkFeedbackIfTrafficEntry 4 }
Packit 022b05
Packit 022b05
frwkFeedbackIfTrafficByteCount OBJECT-TYPE
Packit 022b05
     SYNTAX       Usage64
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The byte count of packets handled by the associated
Packit 022b05
               element. The initial value of 0 is set when the
Packit 022b05
               frwkFeedbackIfTraffic instance is created."
Packit 022b05
     ::= { frwkFeedbackIfTrafficEntry 5 }
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- All Selection classes are in the separate
Packit 022b05
-- FrwkFeedbackSelectionClasses group
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackSelectionClasses
Packit 022b05
    OBJECT IDENTIFIER ::= { frwkFeedbackPib  3 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The Role Combination Filter Selection Table
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackRoleFilterSelTable OBJECT-TYPE
Packit 022b05
     SYNTAX          SEQUENCE OF FrwkFeedbackRoleFilterSelEntry
Packit 022b05
     PIB-ACCESS      install
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "A selection class that defines selection of objects
Packit 022b05
             for monitoring based on the role combination,
Packit 022b05
             capability set and a filter."
Packit 022b05
     ::= { frwkFeedbackSelectionClasses  1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
frwkFeedbackRoleFilterSelEntry OBJECT-TYPE
Packit 022b05
     SYNTAX          FrwkFeedbackRoleFilterSelEntry
Packit 022b05
     STATUS          current
Packit 022b05
     DESCRIPTION
Packit 022b05
             "Each instance selects a filter on multiple interfaces
Packit 022b05
             that share the same frwkRoleCombo instance."
Packit 022b05
     PIB-INDEX { frwkFeedbackRoleFilterSelId}
Packit 022b05
     UNIQUENESS { frwkFeedbackRoleFilterSelRCombo,
Packit 022b05
                  frwkFeedbackRoleFilterSelFilter
Packit 022b05
                 }
Packit 022b05
Packit 022b05
     ::= {frwkFeedbackRoleFilterSelTable 1}
Packit 022b05
Packit 022b05
FrwkFeedbackRoleFilterSelEntry ::= SEQUENCE {
Packit 022b05
      frwkFeedbackRoleFilterSelId          InstanceId,
Packit 022b05
      frwkFeedbackRoleFilterSelRCombo      ReferenceId,
Packit 022b05
      frwkFeedbackRoleFilterSelFilter      Prid
Packit 022b05
}
Packit 022b05
Packit 022b05
frwkFeedbackRoleFilterSelId   OBJECT-TYPE
Packit 022b05
     SYNTAX       InstanceId
Packit 022b05
     STATUS       current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "Arbitrary integer index that uniquely identifies
Packit 022b05
                an instance of the class."
Packit 022b05
     ::= { frwkFeedbackRoleFilterSelEntry 1 }
Packit 022b05
Packit 022b05
frwkFeedbackRoleFilterSelRCombo  OBJECT-TYPE
Packit 022b05
     SYNTAX      ReferenceId
Packit 022b05
     PIB-REFERENCES { frwkRoleComboEntry }
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The ReferenceId of the frwkRoleComboTable policy
Packit 022b05
                instance used for selection."
Packit 022b05
     ::= { frwkFeedbackRoleFilterSelEntry 2 }
Packit 022b05
Packit 022b05
frwkFeedbackRoleFilterSelFilter     OBJECT-TYPE
Packit 022b05
     SYNTAX      Prid
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
               "The identifier of a filter instance. Valid classes
Packit 022b05
                are the subclasses of frwkBaseFilter:
Packit 022b05
                - frwkIpFilter
Packit 022b05
                - frwk802Filter
Packit 022b05
                - frwkILabelFilter"
Packit 022b05
     ::= { frwkFeedbackRoleFilterSelEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Compliance Section
Packit 022b05
--
Packit 022b05
Packit 022b05
frwkFeedbackPibConformance
Packit 022b05
             OBJECT IDENTIFIER ::= { frwkFeedbackPib 4 }
Packit 022b05
Packit 022b05
frwkFeedbackPibCompliances
Packit 022b05
             OBJECT IDENTIFIER ::= { frwkFeedbackPibConformance 1 }
Packit 022b05
Packit 022b05
frwkFeedbackPibGroups
Packit 022b05
             OBJECT IDENTIFIER ::= { frwkFeedbackPibConformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
frwkFeedbackPibCompliance MODULE-COMPLIANCE
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
     "Describes the requirements for conformance to the feedback
Packit 022b05
     framework PIB"
Packit 022b05
Packit 022b05
   MODULE   -- this module
Packit 022b05
      MANDATORY-GROUPS { frwkFeedbackLinkCapsGroup,
Packit 022b05
                         frwkFeedbackLinkGroup,
Packit 022b05
                         frwkFeedbackActionGroup }
Packit 022b05
Packit 022b05
   GROUP frwkFeedbackActionListGroup
Packit 022b05
      DESCRIPTION
Packit 022b05
                   "The frwkFeedbackActionListGroup is mandatory if
Packit 022b05
                   actions on subsets linkEntries are to be
Packit 022b05
                   supported."
Packit 022b05
Packit 022b05
   GROUP frwkFeedbackTrafficGroup
Packit 022b05
      DESCRIPTION
Packit 022b05
                   "The frwkFeedbackTrafficGroup is mandatory if
Packit 022b05
                   monitoring of traffic data is to be supported."
Packit 022b05
Packit 022b05
   GROUP frwkFeedbackTrafficThresGroup
Packit 022b05
      DESCRIPTION
Packit 022b05
                   "The frwkFeedbackTrafficThresGroup is mandatory
Packit 022b05
                   if conditional reporting of traffic usage
Packit 022b05
                   thresholds is to be supported."
Packit 022b05
Packit 022b05
   GROUP frwkFeedbackIfTrafficGroup
Packit 022b05
      DESCRIPTION
Packit 022b05
                   "The frwkFeedbackIfTrafficGroup is mandatory if
Packit 022b05
                   per-interface usage collection of traffic data is
Packit 022b05
                   to be supported."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   GROUP frwkFeedbackRoleFilterSelGroup
Packit 022b05
      DESCRIPTION
Packit 022b05
                   "The frwkFeedbackRoleFilterSelGroup is mandatory
Packit 022b05
                   if monitoring of filters referenced through the
Packit 022b05
                   frwkRoleCombo class is to be supported."
Packit 022b05
Packit 022b05
   ::= { frwkFeedbackPibCompliances 1 }
Packit 022b05
Packit 022b05
 frwkFeedbackLinkCapsGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackLinkCapsId,
Packit 022b05
             frwkFeedbackLinkCapsSelection,
Packit 022b05
             frwkFeedbackLinkCapsUsage,
Packit 022b05
             frwkFeedbackLinkCapsThreshold }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackLinkCapsTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 1 }
Packit 022b05
Packit 022b05
 frwkFeedbackLinkGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackLinkId,
Packit 022b05
             frwkFeedbackLinkSel,
Packit 022b05
             frwkFeedbackLinkUsage,
Packit 022b05
             frwkFeedbackLinkInterval,
Packit 022b05
             frwkFeedbackLinkThreshold,
Packit 022b05
             frwkFeedbackLinkFlags }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackLinkTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 2 }
Packit 022b05
Packit 022b05
 frwkFeedbackActionGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackActionId,
Packit 022b05
             frwkFeedbackActionIndicator,
Packit 022b05
             frwkFeedbackActionSpecificPri,
Packit 022b05
             frwkFeedbackActionList }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackActionTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 3 }
Packit 022b05
Packit 022b05
 frwkFeedbackActionListGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             frwkFeedbackActionListId,
Packit 022b05
             frwkFeedbackActionListTag,
Packit 022b05
             frwkFeedbackActionListRefID }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackActionListTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 4 }
Packit 022b05
Packit 022b05
 frwkFeedbackTrafficGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackTrafficId,
Packit 022b05
             frwkFeedbackTrafficLinkRefID,
Packit 022b05
             frwkFeedbackTrafficPacketCount,
Packit 022b05
             frwkFeedbackTrafficByteCount }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackTrafficTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 5 }
Packit 022b05
Packit 022b05
 frwkFeedbackTrafficThresGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackTrafficThresId,
Packit 022b05
             frwkFeedbackTrafficThresPackets,
Packit 022b05
             frwkFeedbackTrafficThresBytes }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackTrafficThresTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 6 }
Packit 022b05
Packit 022b05
 frwkFeedbackIfTrafficGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackIfTrafficId,
Packit 022b05
             frwkFeedbackIfTrafficLinkRefID,
Packit 022b05
             frwkFeedbackIfTrafficIfIndex,
Packit 022b05
             frwkFeedbackIfTrafficPacketCount,
Packit 022b05
             frwkFeedbackIfTrafficByteCount }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackIfTrafficTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 7 }
Packit 022b05
Packit 022b05
 frwkFeedbackRoleFilterSelGroup OBJECT-GROUP
Packit 022b05
     OBJECTS {
Packit 022b05
             frwkFeedbackRoleFilterSelId,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             frwkFeedbackRoleFilterSelRCombo,
Packit 022b05
             frwkFeedbackRoleFilterSelFilter }
Packit 022b05
     STATUS  current
Packit 022b05
     DESCRIPTION
Packit 022b05
          "Objects from the frwkFeedbackRoleFilterSelTable."
Packit 022b05
Packit 022b05
     ::= { frwkFeedbackPibGroups 8 }
Packit 022b05
Packit 022b05
END