Blame mibs/ietf/APPN-TRAP-MIB

Packit 022b05
APPN-TRAP-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
Packit 022b05
        Counter32, OBJECT-TYPE, MODULE-IDENTITY,
Packit 022b05
        NOTIFICATION-TYPE
Packit 022b05
                FROM SNMPv2-SMI
Packit 022b05
Packit 022b05
        MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
Packit 022b05
                FROM SNMPv2-CONF
Packit 022b05
Packit 022b05
        appnMIB, appnIsInP2SFmdPius, appnIsInS2PFmdPius,
Packit 022b05
        appnIsInP2SNonFmdPius, appnIsInS2PNonFmdPius,
Packit 022b05
        appnIsInP2SFmdBytes, appnIsInS2PFmdBytes,
Packit 022b05
        appnIsInP2SNonFmdBytes, appnIsInS2PNonFmdBytes,
Packit 022b05
        appnIsInSessUpTime, appnObjects,
Packit 022b05
        appnLocalTgOperational, appnLocalTgCpCpSession,
Packit 022b05
        appnPortOperState, appnLsOperState,
Packit 022b05
        appnCompliances, appnGroups
Packit 022b05
                 FROM APPN-MIB
Packit 022b05
Packit 022b05
        dlurDlusSessnStatus
Packit 022b05
                 FROM APPN-DLUR-MIB;
Packit 022b05
Packit 022b05
appnTrapMIB MODULE-IDENTITY
Packit 022b05
        LAST-UPDATED  "9808310000Z" -- August 31, 1998
Packit 022b05
        ORGANIZATION  "IETF SNA NAU MIB WG / AIW APPN MIBs SIG"
Packit 022b05
        CONTACT-INFO
Packit 022b05
Packit 022b05
                "
Packit 022b05
                        Bob Clouston
Packit 022b05
                        Cisco Systems
Packit 022b05
                        7025 Kit Creek Road
Packit 022b05
                        P.O. Box 14987
Packit 022b05
                        Research Triangle Park, NC 27709, USA
Packit 022b05
                        Tel:    1 919 472 2333
Packit 022b05
                        E-mail: clouston@cisco.com
Packit 022b05
Packit 022b05
                        Bob Moore
Packit 022b05
                        IBM Corporation
Packit 022b05
                        4205 S. Miami Boulevard
Packit 022b05
                        BRQA/501
Packit 022b05
                        P.O. Box 12195
Packit 022b05
                        Research Triangle Park, NC 27709, USA
Packit 022b05
                        Tel:    1 919 254 4436
Packit 022b05
                        E-mail: remoore@us.ibm.com
Packit 022b05
                "
Packit 022b05
      DESCRIPTION
Packit 022b05
                "This MIB module defines notifications to be generated by
Packit 022b05
                network devices with APPN capabilities.  It presupposes
Packit 022b05
                support for the APPN MIB.  It also presupposes
Packit 022b05
                support for the DLUR MIB for implementations
Packit 022b05
                that support the DLUR-related groups."
Packit 022b05
::= { appnMIB 0 }
Packit 022b05
Packit 022b05
-- *********************************************************************
Packit 022b05
-- Notifications
Packit 022b05
-- *********************************************************************
Packit 022b05
Packit 022b05
appnIsrAccountingDataTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                appnIsInP2SFmdPius,
Packit 022b05
                appnIsInS2PFmdPius,
Packit 022b05
                appnIsInP2SNonFmdPius,
Packit 022b05
                appnIsInS2PNonFmdPius,
Packit 022b05
                appnIsInP2SFmdBytes,
Packit 022b05
                appnIsInS2PFmdBytes,
Packit 022b05
                appnIsInP2SNonFmdBytes,
Packit 022b05
                appnIsInS2PNonFmdBytes,
Packit 022b05
                appnIsInSessUpTime
Packit 022b05
               }
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification is generated by an
Packit 022b05
          APPN node whenever an ISR session passing through the node is
Packit 022b05
          taken down, regardless of whether the session went down
Packit 022b05
          normally or abnormally.  Its purpose is to allow a management
Packit 022b05
          application (primarily an accounting application) that is
Packit 022b05
          monitoring the ISR counts to receive the final values of these
Packit 022b05
          counts, so that the application can properly account for the
Packit 022b05
          amounts the counts were incremented since the last time the
Packit 022b05
          application polled them.  The appnIsInSessUpTime object
Packit 022b05
          provides the total amount of time that the session was active.
Packit 022b05
Packit 022b05
          This notification is not a substitute for polling the ISR
Packit 022b05
          counts.  In particular, the count values reported in this
Packit 022b05
          notification cannot be assumed to be the complete totals for
Packit 022b05
          the life of the session, since they may have wrapped while the
Packit 022b05
          session was up.
Packit 022b05
Packit 022b05
          The session to which the objects in this notification apply is
Packit 022b05
          identified by the fully qualified CP name and PCID that make up
Packit 022b05
          the table index.  An instance of this notification will contain
Packit 022b05
          exactly one instance of each of its objects, and these objects
Packit 022b05
          will all belong to the same conceptual row of the
Packit 022b05
          appnIsInTable.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the same
Packit 022b05
          object in the APPN MIB, appnIsInGlobeCtrAdminStatus, that
Packit 022b05
          controls whether the count objects themselves are being
Packit 022b05
          incremented."
Packit 022b05
      ::= { appnTrapMIB 1 }
Packit 022b05
Packit 022b05
appnLocalTgOperStateChangeTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                appnLocalTgTableChanges,
Packit 022b05
                appnLocalTgOperational
Packit 022b05
               }
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification makes it possible
Packit 022b05
          for an APPN topology application to get asynchronous
Packit 022b05
          notifications of local TG operational state changes,
Packit 022b05
          and thus to reduce the frequency with which it polls
Packit 022b05
          for these changes.
Packit 022b05
Packit 022b05
          This notification is sent whenever there is a change to
Packit 022b05
          the appnLocalTgOperational object in a row of the
Packit 022b05
          appnLocalTgTable.  This notification is only sent for row
Packit 022b05
          creation if the row is created with a value of 'true' for
Packit 022b05
          appnLocalTgOperational.  This notification is only sent for
Packit 022b05
          row deletion if the last value of appnLocalTgOperational was
Packit 022b05
          'true'.  In this case, the value of appnLocalTgOperational
Packit 022b05
          in the notification shall be 'false', since the deletion of
Packit 022b05
          a row indicates that the TG is no longer operational.
Packit 022b05
Packit 022b05
          The notification is more than a simple 'poll me now' indication.
Packit 022b05
          It carries both a count of local TG topology changes, and the
Packit 022b05
          current operational state itself.  The count of changes allows an
Packit 022b05
          application to detect lost notifications, either when polling
Packit 022b05
          or upon receiving a subsequent notification, at which point it
Packit 022b05
          knows it must retrieve the entire appnLocalTgTable again.
Packit 022b05
          This is the same count as used in the appnLocalCpCpStateChangeTrap.
Packit 022b05
          A lost notification could indicate a local TG CP-CP session state
Packit 022b05
          change or an operational state change.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the
Packit 022b05
          appnTrapControl object."
Packit 022b05
Packit 022b05
      ::= { appnTrapMIB 2 }
Packit 022b05
Packit 022b05
appnLocalTgCpCpChangeTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                appnLocalTgTableChanges,
Packit 022b05
                appnLocalTgCpCpSession
Packit 022b05
               }
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification makes it possible
Packit 022b05
          for an APPN topology application to get asynchronous
Packit 022b05
          notifications of local TG control-point to control-point (CP-CP)
Packit 022b05
          session state changes, and thus to reduce the
Packit 022b05
          frequency with which it polls for these changes.
Packit 022b05
Packit 022b05
          This notification is sent whenever there is a change to
Packit 022b05
          the appnLocalTgCpCpSession object but NOT the
Packit 022b05
          appnLocalTgOperational object in a row of the appnLocalTgTable.
Packit 022b05
          This notification is never sent for appnLocalTgTable row
Packit 022b05
          creation or deletion.
Packit 022b05
Packit 022b05
          The notification is more than a simple 'poll me now' indication.
Packit 022b05
          It carries both a count of local TG topology changes, and the
Packit 022b05
          current CP-CP session state itself.  The count of changes allows
Packit 022b05
          an application to detect lost notifications, either when polling
Packit 022b05
          or upon receiving a subsequent notification, at which point it
Packit 022b05
          knows it must retrieve the entire appnLocalTgTable again.  This
Packit 022b05
          is the same count as used in the appnLocalTgOperStateChangeTrap.
Packit 022b05
          A lost notification could indicate a local TG CP-CP session
Packit 022b05
          state change or an operational state change.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the
Packit 022b05
          appnTrapControl object."
Packit 022b05
Packit 022b05
      ::= { appnTrapMIB 3 }
Packit 022b05
Packit 022b05
appnPortOperStateChangeTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                appnPortTableChanges,
Packit 022b05
                appnPortOperState
Packit 022b05
               }
Packit 022b05
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification makes it possible
Packit 022b05
          for an APPN topology application to get asynchronous
Packit 022b05
          notifications of port operational state changes, and thus to
Packit 022b05
          reduce the frequency with which it polls for these changes.
Packit 022b05
          This notification is only sent when a appnPortOperState has
Packit 022b05
          transitioned to a value of 'active' or 'inactive'.
Packit 022b05
Packit 022b05
          This notification is sent whenever there is a appnPortOperState
Packit 022b05
          object transition to 'inactive' or 'active' state in the
Packit 022b05
          appnPortTable.  This notification is only sent for row creation
Packit 022b05
          if the row is created with a value of 'active' for
Packit 022b05
          appnPortOperState.  This notification is only sent for
Packit 022b05
          row deletion if the last value of appnPortOperState was
Packit 022b05
          'active'.  In this case, the value of appnPortOperState
Packit 022b05
          in the notification shall be 'inactive', since the deletion of
Packit 022b05
          a row indicates that the port is no longer active.
Packit 022b05
Packit 022b05
          The notification is more than a simple 'poll me now' indication.
Packit 022b05
          It carries both a count of port table changes, and the
Packit 022b05
          operational state itself.  The count of changes allows an
Packit 022b05
          application to detect lost notifications, either when polling
Packit 022b05
          or upon receiving a subsequent notification, at which point
Packit 022b05
          it knows it must retrieve the entire appnPortTable again.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the
Packit 022b05
          appnTrapControl object."
Packit 022b05
Packit 022b05
      ::= { appnTrapMIB 4 }
Packit 022b05
Packit 022b05
appnLsOperStateChangeTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                appnLsTableChanges,
Packit 022b05
                appnLsOperState
Packit 022b05
               }
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification makes it possible
Packit 022b05
          for an APPN topology application to get asynchronous
Packit 022b05
          notifications of link station operational state changes, and
Packit 022b05
          thus to reduce the frequency with which it polls for these
Packit 022b05
          changes.  This notification is only sent when a appnLsOperState
Packit 022b05
          has transitioned to a value of 'active' or 'inactive'.
Packit 022b05
Packit 022b05
          This notification is sent whenever there is a appnLsOperState
Packit 022b05
          object transition to 'inactive' or 'active' state in the
Packit 022b05
          appnLsTable.  This notification is only sent for row creation
Packit 022b05
          if the row is created with a value of 'active' for
Packit 022b05
          appnLsOperState.  This notification is only sent for
Packit 022b05
          row deletion if the last value of appnLsOperState was
Packit 022b05
          'active'.  In this case, the value of appnLsOperState
Packit 022b05
          in the notification shall be 'inactive', since the deletion of
Packit 022b05
          a row indicates that the link station is no longer active.
Packit 022b05
Packit 022b05
          The notification is more than a simple 'poll me now' indication.
Packit 022b05
          It carries both a count of link station table changes, and the
Packit 022b05
          operational state itself.  The count of changes allows an
Packit 022b05
          application to detect lost notifications, either when polling
Packit 022b05
          or upon receiving a subsequent notification, at which point it
Packit 022b05
          knows it must retrieve the entire appnLsTable again.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the
Packit 022b05
          appnTrapControl object."
Packit 022b05
      ::= { appnTrapMIB 5 }
Packit 022b05
Packit 022b05
dlurDlusStateChangeTrap NOTIFICATION-TYPE
Packit 022b05
      OBJECTS  {
Packit 022b05
                dlurDlusTableChanges,
Packit 022b05
                dlurDlusSessnStatus
Packit 022b05
               }
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "When it has been enabled, this notification makes it possible
Packit 022b05
          for an APPN topology application to get asynchronous
Packit 022b05
          notifications of DLUR-DLUS session changes, and thus to reduce
Packit 022b05
          the frequency with which it polls for these changes.
Packit 022b05
Packit 022b05
          This notification is sent whenever there is a dlurDlusSessnStatus
Packit 022b05
          object transition to 'inactive' or 'active' state in the
Packit 022b05
          dlurDlusTable.  This notification is only sent for row creation
Packit 022b05
          if the row is created with a value of 'active' for
Packit 022b05
          dlurDlusSessnStatus.  This notification is only sent for
Packit 022b05
          row deletion if the last value of dlurDlusSessnStatus was
Packit 022b05
          'active'.  In this case, the value of dlurDlusSessnStatus
Packit 022b05
          in the notification shall be 'inactive', since the deletion of
Packit 022b05
          a row indicates that the session is no longer active.
Packit 022b05
Packit 022b05
          The notification is more than a simple 'poll me now' indication.
Packit 022b05
          It carries both a count of DLUR-DLUS table changes, and the
Packit 022b05
          session status itself.  The count of changes allows an
Packit 022b05
          application to detect lost notifications, either when polling
Packit 022b05
          or upon receiving a subsequent notification, at which point it
Packit 022b05
          knows it must retrieve the entire dlurDlusTable again.
Packit 022b05
Packit 022b05
          Generation of this notification is controlled by the
Packit 022b05
          appnTrapControl object."
Packit 022b05
Packit 022b05
      ::= { appnTrapMIB 6 }
Packit 022b05
Packit 022b05
-- *********************************************************************
Packit 022b05
-- Supporting Objects
Packit 022b05
-- *********************************************************************
Packit 022b05
Packit 022b05
appnTrapObjects              OBJECT IDENTIFIER ::= { appnObjects 7 }
Packit 022b05
Packit 022b05
appnTrapControl OBJECT-TYPE
Packit 022b05
Packit 022b05
      SYNTAX BITS {
Packit 022b05
                   appnLocalTgOperStateChangeTrap(0),
Packit 022b05
                   appnLocalTgCpCpChangeTrap(1),
Packit 022b05
                   appnPortOperStateChangeTrap(2),
Packit 022b05
                   appnLsOperStateChangeTrap(3),
Packit 022b05
                   dlurDlusStateChangeTrap(4)
Packit 022b05
                   -- add other notification types here
Packit 022b05
                  }
Packit 022b05
      MAX-ACCESS read-write
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "An object to turn APPN notification generation on and off.
Packit 022b05
          Setting a notification type's bit to 1 enables generation of
Packit 022b05
          notifications of that type, subject to further filtering
Packit 022b05
          resulting from entries in the snmpNotificationMIB.  Setting
Packit 022b05
          this bit to 0 disables generation of notifications of that
Packit 022b05
          type.
Packit 022b05
Packit 022b05
          Note that generation of the appnIsrAccountingDataTrap is
Packit 022b05
          controlled by the appnIsInGlobeCtrAdminStatus object in
Packit 022b05
          the APPN MIB:  if counts of intermediate session traffic
Packit 022b05
          are being kept at all, then the notification is also enabled."
Packit 022b05
Packit 022b05
      ::= { appnTrapObjects 1 }
Packit 022b05
Packit 022b05
appnLocalTgTableChanges OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "A count of the number of times a row in the appnLocalTgTable
Packit 022b05
          has changed status since the APPN node was last reinitialized.
Packit 022b05
          This counter is incremented whenever a condition is detected
Packit 022b05
          that would cause a appnLocalTgOperStateChangeTrap or
Packit 022b05
          appnLocalTgCpCpChangeTrap notification to be sent, whether
Packit 022b05
          or not those notifications are enabled."
Packit 022b05
Packit 022b05
      ::= { appnTrapObjects 2 }
Packit 022b05
Packit 022b05
appnPortTableChanges OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "A count of the number of times a row in the appnPortTable
Packit 022b05
          has changed status since the APPN node was last reinitialized.
Packit 022b05
          This counter is incremented whenever a condition is detected
Packit 022b05
          that would cause a appnPortOperStateChangeTrap notification
Packit 022b05
          to be sent, whether or not this notification is enabled."
Packit 022b05
Packit 022b05
      ::= { appnTrapObjects 3 }
Packit 022b05
Packit 022b05
appnLsTableChanges OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "A count of the number of times a row in the appnLsTable
Packit 022b05
          has changed status since the APPN node was last reinitialized.
Packit 022b05
          This counter is incremented whenever a condition is detected
Packit 022b05
          that would cause a appnLsOperStateChangeTrap notification
Packit 022b05
          to be sent, whether or not this notification is enabled."
Packit 022b05
Packit 022b05
      ::= { appnTrapObjects 4 }
Packit 022b05
Packit 022b05
dlurDlusTableChanges OBJECT-TYPE
Packit 022b05
      SYNTAX Counter32
Packit 022b05
      MAX-ACCESS read-only
Packit 022b05
      STATUS current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "A count of the number of times a row in the dlurDlusTable
Packit 022b05
          has changed status since the APPN node was last reinitialized.
Packit 022b05
          This counter is incremented whenever a condition is detected
Packit 022b05
          that would cause a dlurDlusStateChangeTrap notification
Packit 022b05
          to be sent, whether or not this notification is enabled."
Packit 022b05
Packit 022b05
      ::= { appnTrapObjects 5 }
Packit 022b05
Packit 022b05
-- *********************************************************************
Packit 022b05
-- Conformance information
Packit 022b05
-- *********************************************************************
Packit 022b05
Packit 022b05
-- Tie into the conformance structure in the APPN MIB:
Packit 022b05
-- appnConformance       OBJECT IDENTIFIER ::= {appnMIB 3 }
Packit 022b05
--
Packit 022b05
-- appnCompliances       OBJECT IDENTIFIER ::= {appnConformance 1 }
Packit 022b05
-- appnGroups            OBJECT IDENTIFIER ::= {appnConformance 2 }
Packit 022b05
Packit 022b05
-- Compliance statement
Packit 022b05
appnTrapMibCompliance  MODULE-COMPLIANCE
Packit 022b05
       STATUS  current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "The compliance statement for the SNMP entities that
Packit 022b05
           implement the APPN-TRAP-MIB."
Packit 022b05
Packit 022b05
       MODULE  -- this module
Packit 022b05
Packit 022b05
--     Conditionally mandatory groups
Packit 022b05
           GROUP appnTrapMibIsrNotifGroup
Packit 022b05
           DESCRIPTION
Packit 022b05
               "This group is mandatory for APPN nodes supporting
Packit 022b05
               reporting of final ISR counter values via notifications."
Packit 022b05
Packit 022b05
           GROUP appnTrapMibTopoConfGroup
Packit 022b05
           DESCRIPTION
Packit 022b05
               "This group is mandatory for APPN nodes supporting
Packit 022b05
               polling reduction for local topology."
Packit 022b05
Packit 022b05
           GROUP appnTrapMibTopoNotifGroup
Packit 022b05
           DESCRIPTION
Packit 022b05
               "This group is mandatory for APPN nodes supporting
Packit 022b05
               polling reduction for local topology."
Packit 022b05
Packit 022b05
           GROUP appnTrapMibDlurConfGroup
Packit 022b05
           DESCRIPTION
Packit 022b05
               "This group is mandatory for APPN nodes supporting
Packit 022b05
               polling reduction for the dlurDlusTable."
Packit 022b05
Packit 022b05
           GROUP appnTrapMibDlurNotifGroup
Packit 022b05
           DESCRIPTION
Packit 022b05
               "This group is mandatory for APPN nodes supporting
Packit 022b05
               polling reduction for the dlurDlusTable."
Packit 022b05
Packit 022b05
           OBJECT appnTrapControl
Packit 022b05
               MIN-ACCESS  read-only
Packit 022b05
               DESCRIPTION
Packit 022b05
                   "An agent is not required to support a set to
Packit 022b05
                   this object."
Packit 022b05
Packit 022b05
       ::= {appnCompliances 2 }
Packit 022b05
Packit 022b05
-- Units of conformance
Packit 022b05
appnTrapMibIsrNotifGroup    NOTIFICATION-GROUP
Packit 022b05
        NOTIFICATIONS {
Packit 022b05
                       appnIsrAccountingDataTrap
Packit 022b05
                      }
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A notification for reporting the final values of the
Packit 022b05
            APPN MIB's ISR counters."
Packit 022b05
Packit 022b05
        ::= { appnGroups 21 }
Packit 022b05
Packit 022b05
appnTrapMibTopoConfGroup  OBJECT-GROUP
Packit 022b05
        OBJECTS  {
Packit 022b05
                  appnTrapControl,
Packit 022b05
                  appnLocalTgTableChanges,
Packit 022b05
                  appnPortTableChanges,
Packit 022b05
                  appnLsTableChanges
Packit 022b05
                 }
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A collection of objects for reducing the polling
Packit 022b05
            associated with the local topology tables in the
Packit 022b05
            APPN MIB.  Nodes that implement this group SHALL
Packit 022b05
            also implement the appnTrapMibTopoNotifGroup."
Packit 022b05
Packit 022b05
        ::= { appnGroups 22 }
Packit 022b05
Packit 022b05
appnTrapMibTopoNotifGroup    NOTIFICATION-GROUP
Packit 022b05
        NOTIFICATIONS {
Packit 022b05
                       appnLocalTgOperStateChangeTrap,
Packit 022b05
                       appnLocalTgCpCpChangeTrap,
Packit 022b05
                       appnPortOperStateChangeTrap,
Packit 022b05
                       appnLsOperStateChangeTrap
Packit 022b05
Packit 022b05
                      }
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A collection of notifications for reducing the polling
Packit 022b05
            associated with the local topology tables in the
Packit 022b05
            APPN MIB.  Nodes that implement this group SHALL
Packit 022b05
            also implement the appnTrapMibTopoConfGroup."
Packit 022b05
Packit 022b05
        ::= { appnGroups 23 }
Packit 022b05
Packit 022b05
appnTrapMibDlurConfGroup  OBJECT-GROUP
Packit 022b05
        OBJECTS  {
Packit 022b05
                  appnTrapControl,
Packit 022b05
                  dlurDlusTableChanges
Packit 022b05
                 }
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A collection of objects for reducing the polling
Packit 022b05
            associated with the dlurDlusTable in the DLUR
Packit 022b05
            MIB.  Nodes that implement this group SHALL also
Packit 022b05
            implement the appnTrapMibDlurNotifGroup."
Packit 022b05
Packit 022b05
        ::= { appnGroups 24 }
Packit 022b05
Packit 022b05
appnTrapMibDlurNotifGroup    NOTIFICATION-GROUP
Packit 022b05
        NOTIFICATIONS {
Packit 022b05
                       dlurDlusStateChangeTrap
Packit 022b05
                      }
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "A notification for reducing the polling associated
Packit 022b05
            with the dlurDlusTable in the DLUR MIB.  Nodes that
Packit 022b05
            implement this group SHALL also implement the
Packit 022b05
            appnTrapMibDlurConfGroup."
Packit 022b05
Packit 022b05
        ::= { appnGroups 25 }
Packit 022b05
Packit 022b05
END