Kaynağa Gözat

Remove trailing whitespace

Richard Laager 15 yıl önce
ebeveyn
işleme
c67591f168
8 değiştirilmiş dosya ile 8978 ekleme ve 8812 silme
  1. 391 387
      mibs/DOCS-CABLE-DEVICE-TRAP-MIB.mib
  2. 151 144
      mibs/DOCS-IF-EXT-MIB.mib
  3. 3165 3155
      mibs/DOCS-IF-MIB.mib
  4. 2688 2644
      mibs/DOCS-QOS-MIB.mib
  5. 761 761
      mibs/DOCS-SUBMGT-MIB.mib
  6. 66 66
      mibs/PKTC-EVENT-MIB.mib
  7. 443 363
      mibs/PKTC-MTA-MIB.mib
  8. 1313 1292
      mibs/PKTC-SIG-MIB.mib

+ 391 - 387
mibs/DOCS-CABLE-DEVICE-TRAP-MIB.mib

@@ -1,391 +1,391 @@
-DOCS-CABLE-DEVICE-TRAP-MIB DEFINITIONS ::= BEGIN
-
-IMPORTS
-        MODULE-IDENTITY,
-        NOTIFICATION-TYPE,
-	OBJECT-TYPE
-                FROM SNMPv2-SMI
-        MODULE-COMPLIANCE,
-        NOTIFICATION-GROUP,
-	OBJECT-GROUP
-                FROM SNMPv2-CONF
-        docsDev,
-        docsDevEvLevel,
-        docsDevEvId,
-        docsDevEvText,
-        docsDevNotification
-                FROM DOCS-CABLE-DEVICE-MIB  -- RFC2669
-        docsIfCmtsCmStatusMacAddress
-                FROM DOCS-IF-MIB            -- RFC2670
-        docsIfDocsisCapability,
-        docsIfDocsisOperMode,
-        docsIfCmtsCmStatusDocsisMode
-                FROM DOCS-IF-EXT-MIB
-        ifPhysAddress
-                FROM IF-MIB;
-docsDevTrapMIB MODULE-IDENTITY
-        LAST-UPDATED        "200009260000Z"
-        ORGANIZATION        "Cisco Systems, Inc."
-        CONTACT-INFO        "
-                      Junming Gao
-                      Cisco Systems Inc
-                      <jgao@cisco.com>
-                              "
-        DESCRIPTION
-                "CABLE DEVICE TRAP MIB is an extension of the
-                 CABLE DEVICE MIB defined in RFC2669.
-                  It defines various trap objects for both cable
-                 modem and cable modem termination system.
-                  There are two groups of SNMP notification objects are defined.
-                 One group is for notifying cable modem events and one group
-                 for notifying cable modem termination system events.
-                  Common to all CM notification objects (traps) is that
-                 in their OBJECTS statements, A CM trap contains information
-                 about the event priority, the event Id, the event message
-                 body, the CM DOCSIS capability, the CM DOCSIS register registration status,
-                 the cable interface MAC address of the cable modem and
-                 the cable card MAC address of the CMTS to which the modem is
-                 connected to.
-                  These objects are docsDevEvLevel, docsDevId, docsDevEvText,
-                 docsIfDocsisCapability, docsIfDocsisOperMode,
-                 ifPhysAddress and docsIfCmCmtsAddress. The values of
-                 docsDevEvLevel, docsDevId, and docsDevEvText are from
-                 the entry which logs this event in the
-                 docsDevEventTable, which is defined in
-                 DOCS-CABLE-DEVICE-MIB of RFC2669. The docsIfDocsisCapability
-                 and docsIfDocsisOperMode are defined in DOCS-IF-EXT-MIB.
-                 The ifPhysAddress value is the MAC address of the cable
-                 interface of this cable modem. The docsIfCmCmtsAddress
-                 specifies the MAC address of the CMTS (if there is a cable
-                 card/interface in the CMTS, then it is actually the
-                 cable interface interface MAC address to which the CM is connected).
-                  Individual CM trap may contain additional objects to
-                 provide necessary information.
-                  Common to all CMTS notification objects (traps) is that
-                 in their OBJECTS statements, A CMTS trap contains information
-                 about the event priority, the event Id, the event message
-                 body,  the connected CM DOCSIS register status, the CM cable
-                 interface MAC address, the CMTS DOCSIS register status and
-                 the CMTS MAC address.
-                  These objects are docsDevEvLevel, docsDevId, docsDevEvText,
-                 docsIfCmtsCmStatusDocsisMode, docsIfCmtsCmStatusMacAddress,
-                 docsIfDocsisCapability, and ifPhysAddress. The values of
-                 docsDevEvLevel, docsDevId, and docsDevEvText are
-                 similar to what in CM traps. The values of
-                 docsIfCmtsCmStatusDocsisMode and
-                 docsIfCmtsCmStatusMacAddress are from the
-                 docsIfCmtsCmStatusEntry (defined in DOCS-IF-MIB)
-                 corresponding to a conneced CM. The docsIfDocsisCapability
-                 indicates the CMTS DOCSIS capability.
-                 The ifPhysAddress value is the CMTS MAC address (if there 
-                 is a cable card/interface in the CMTS, then it is actually 
-                 the MAC address of the cable interface which connected to the CM).
-    "
-        ::= { docsDev 10 }
---
---
-docsDevTraps       OBJECT IDENTIFIER   ::= { docsDevNotification 1 }
-docsDevTrapControl OBJECT IDENTIFIER   ::= { docsDevTraps 1}
-docsDevTraps3      OBJECT IDENTIFIER   ::= { docsDevTraps 3 }
-docsDevCmtsTraps   OBJECT IDENTIFIER   ::= { docsDevTraps3 0 }
-
-docsDevCmtsTrapControl     OBJECT-TYPE
-          SYNTAX     BITS {
-             cmtsInitRegReqFailTrap(0),
-             cmtsInitRegRspFailTrap(1),
-             cmtsInitRegAckFailTrap(2),
-             cmtsDynServReqFailTrap(3),
-             cmtsDynServRspFailTrap(4),
-             cmtsDynServAckFailTrap(5),
-             cmtsBpiInitTrap(6),
-             cmtsBPKMTrap(7),
-             cmtsDynamicSATrap(8),
-             cmtsDCCReqFailTrap(9),
-             cmtsDCCRspFailTrap(10),
-             cmtsDCCAckFailTrap(11)
-             }
-             MAX-ACCESS read-write
-             STATUS  current
-             DESCRIPTION
-                 "The object is used to enable CMTS traps. From right to left,
-                  the set bit indicates the corresponding CMTS trap is enabled.
-                  For example, if the first bit is set, then
-                  docsDevCmtsInitRegRspFailTrap is enabled. If it is zero,
-                  the trap is disabled.
-                 "
-         ::= { docsDevTrapControl 2 }
-   
-docsDevCmtsInitRegReqFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                    "An event to report the failure of a registration
-                     request from CM happened during the CM initialization
-                     process and detected in the CMTS side.
-
-                     The values of docsDevEvLevel, docsDevId, and
-                     docsDevEvText are from the entry which logs this event
-                     in the docsDevEventTable. DocsIfCmtsCmStatusDocsisMode
-                     and docsIfCmtsCmStatusMacAddress indicate the docsis
-                     version and the MAC address of the requesting CM.
-                     docsIfDocsisCapability and ifPhysAddress indicate 
-                     the docsis version of the CMTS and the MAC address 
-                     of the CMTS (if there is a cable card/interface in the 
-                     CMTS, then it is actually the MAC address of the cable
-                     interface which connected to the CM)cable card connected 
-                     to the CM.
-
-                     This part of information is uniformed across all CMTS traps.
-                    "
-         ::= { docsDevCmtsTraps 1 }
-
-docsDevCmtsInitRegRspFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                    "An event to report the failure of a registration
-                     response happened during the CM initialization
-                     process and detected in the CMTS side.
-                    "
-         ::= { docsDevCmtsTraps 2 }
-  
-docsDevCmtsInitRegAckFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                    "An event to report the failure of a registration
-                     acknowledgement from CM happened during the CM
-                     initialization process and detected in the CMTS side.
-                    "
-        ::= { docsDevCmtsTraps 3 }
-
-
-docsDevCmtsDynServReqFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic service
-                  request happened during the dynamic services process
-                  and detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 4 }
-
-
-docsDevCmtsDynServRspFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic service
-                  response happened during the dynamic services process
-                  and detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 5 }
-
-docsDevCmtsDynServAckFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic service
-                  acknowledgement happened during the dynamic services
-                  process and detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 6 }
-
-docsDevCmtsBpiInitTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a BPI initialization
-                  attempt happened during the CM registration process
-                  and detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 7 }
-
-
-docsDevCmtsBPKMTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a BPKM operation
-                  which is detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 8 }
-
-
-docsDevCmtsDynamicSATrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic security
-                  association operation which is detected in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 9 }
-
-docsDevCmtsDCCReqFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic channel
-                  change request happened during the dynamic channel
-                  change process in the CM side and detected in the
-                  CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 10 }
-
-
-docsDevCmtsDCCRspFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic channel
-                  change response happened during the dynamic channel
-                  change process in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 11 }
-
-
-docsDevCmtsDCCAckFailTrap    NOTIFICATION-TYPE
-             OBJECTS { docsDevEvLevel,
-                       docsDevEvId,
-                       docsDevEvText,
-                       docsIfCmtsCmStatusDocsisMode,
-                       docsIfCmtsCmStatusMacAddress,
-                       docsIfDocsisCapability,
-                       ifPhysAddress }
-             STATUS  current
-             DESCRIPTION
-                 "An event to report the failure of a dynamic channel
-                  change acknowledgement happened during the dynamic channel
-                  change process in the CMTS side.
-                 "
-         ::= { docsDevCmtsTraps 12}
-
-
---
---
-docsDevTrapConformance  OBJECT IDENTIFIER   ::= { docsDevTraps 2 }
-docsDevTrapGroups       OBJECT IDENTIFIER   ::= { docsDevTrapConformance 1 }
-docsDevTrapCompliances  OBJECT IDENTIFIER   ::= { docsDevTrapConformance 2 }
-
-docsDevCmtsTrapCompliance MODULE-COMPLIANCE
-           STATUS  current
-           DESCRIPTION
-               "The compliance statement for MCNS Cable Modems and
-                Cable Modem Termination Systems."
-
-   MODULE  -- docsDevTrap
-
-
-GROUP docsDevCmtsTrapControlGroup
-        DESCRIPTION
-            "Mandatory in CMTS."
-
-GROUP docsDevCmtsNotificationGroup
-        DESCRIPTION
-            "Mandatory in Cable Modem Termination Systems."
-
-         ::= { docsDevTrapCompliances 2 }
-
-docsDevCmtsTrapControlGroup OBJECT-GROUP
-        OBJECTS {
-             docsDevCmtsTrapControl
-                     }
-        STATUS      current
-        DESCRIPTION
-            "CMTS must support docsDevCmtsTrapControl."
-        ::= { docsDevTrapGroups 3 }
-
-
-docsDevCmtsNotificationGroup NOTIFICATION-GROUP
-        NOTIFICATIONS {
-             docsDevCmtsInitRegReqFailTrap,
-             docsDevCmtsInitRegRspFailTrap,
-             docsDevCmtsInitRegAckFailTrap ,
-             docsDevCmtsDynServReqFailTrap,
-             docsDevCmtsDynServRspFailTrap,
-             docsDevCmtsDynServAckFailTrap,
-             docsDevCmtsBpiInitTrap,
-             docsDevCmtsBPKMTrap,
-             docsDevCmtsDynamicSATrap,
-             docsDevCmtsDCCReqFailTrap,
-             docsDevCmtsDCCRspFailTrap,
-             docsDevCmtsDCCAckFailTrap
-           }
-        STATUS      current
-        DESCRIPTION
-            "A collection of CMTS notifications providing device status and
-             control."
-        ::= { docsDevTrapGroups 4 }
-
-END
-
+DOCS-CABLE-DEVICE-TRAP-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+        MODULE-IDENTITY,
+        NOTIFICATION-TYPE,
+	OBJECT-TYPE
+                FROM SNMPv2-SMI
+        MODULE-COMPLIANCE,
+        NOTIFICATION-GROUP,
+	OBJECT-GROUP
+                FROM SNMPv2-CONF
+        docsDev,
+--      docsDevBase,
+        docsDevEvLevel,
+        docsDevEvId,
+        docsDevEvText,
+        docsDevNotification
+                FROM DOCS-CABLE-DEVICE-MIB  -- RFC2669
+        docsIfCmtsCmStatusMacAddress
+                FROM DOCS-IF-MIB            -- RFC2670
+        docsIfDocsisCapability,
+        docsIfDocsisOperMode,
+        docsIfCmtsCmStatusDocsisMode
+                FROM DOCS-IF-EXT-MIB
+        ifPhysAddress
+                FROM IF-MIB;
+docsDevTrapMIB MODULE-IDENTITY
+        LAST-UPDATED        "200009260000Z"
+        ORGANIZATION        "Cisco Systems, Inc."
+        CONTACT-INFO        "
+                      Junming Gao
+                      Cisco Systems Inc
+                      <jgao@cisco.com>
+                              "
+        DESCRIPTION
+                "CABLE DEVICE TRAP MIB is an extension of the
+                 CABLE DEVICE MIB defined in RFC2669.
+                  It defines various trap objects for both cable
+                 modem and cable modem termination system.
+                  There are two groups of SNMP notification objects are defined.
+                 One group is for notifying cable modem events and one group
+                 for notifying cable modem termination system events.
+                  Common to all CM notification objects (traps) is that
+                 in their OBJECTS statements, A CM trap contains information
+                 about the event priority, the event Id, the event message
+                 body, the CM DOCSIS capability, the CM DOCSIS register registration status,
+                 the cable interface MAC address of the cable modem and
+                 the cable card MAC address of the CMTS to which the modem is
+                 connected to.
+                  These objects are docsDevEvLevel, docsDevId, docsDevEvText,
+                 docsIfDocsisCapability, docsIfDocsisOperMode,
+                 ifPhysAddress and docsIfCmCmtsAddress. The values of
+                 docsDevEvLevel, docsDevId, and docsDevEvText are from
+                 the entry which logs this event in the
+                 docsDevEventTable, which is defined in
+                 DOCS-CABLE-DEVICE-MIB of RFC2669. The docsIfDocsisCapability
+                 and docsIfDocsisOperMode are defined in DOCS-IF-EXT-MIB.
+                 The ifPhysAddress value is the MAC address of the cable
+                 interface of this cable modem. The docsIfCmCmtsAddress
+                 specifies the MAC address of the CMTS (if there is a cable
+                 card/interface in the CMTS, then it is actually the
+                 cable interface interface MAC address to which the CM is connected).
+                  Individual CM trap may contain additional objects to
+                 provide necessary information.
+                  Common to all CMTS notification objects (traps) is that
+                 in their OBJECTS statements, A CMTS trap contains information
+                 about the event priority, the event Id, the event message
+                 body,  the connected CM DOCSIS register status, the CM cable
+                 interface MAC address, the CMTS DOCSIS register status and
+                 the CMTS MAC address.
+                  These objects are docsDevEvLevel, docsDevId, docsDevEvText,
+                 docsIfCmtsCmStatusDocsisMode, docsIfCmtsCmStatusMacAddress,
+                 docsIfDocsisCapability, and ifPhysAddress. The values of
+                 docsDevEvLevel, docsDevId, and docsDevEvText are
+                 similar to what in CM traps. The values of
+                 docsIfCmtsCmStatusDocsisMode and
+                 docsIfCmtsCmStatusMacAddress are from the
+                 docsIfCmtsCmStatusEntry (defined in DOCS-IF-MIB)
+                 corresponding to a conneced CM. The docsIfDocsisCapability
+                 indicates the CMTS DOCSIS capability.
+                 The ifPhysAddress value is the CMTS MAC address (if there
+                 is a cable card/interface in the CMTS, then it is actually
+                 the MAC address of the cable interface which connected to the CM).
+    "
+        ::= { docsDev 10 }
+--
+-- docsDevNotification OBJECT IDENTIFIER   ::= { docsDev 2 }
+--
+docsDevTraps       OBJECT IDENTIFIER   ::= { docsDevNotification 1 }
+docsDevTrapControl OBJECT IDENTIFIER   ::= { docsDevTraps 1}
+docsDevTraps3      OBJECT IDENTIFIER   ::= { docsDevTraps 3 }
+docsDevCmtsTraps   OBJECT IDENTIFIER   ::= { docsDevTraps3 0 }
+
+docsDevCmtsTrapControl     OBJECT-TYPE
+          SYNTAX     BITS {
+             cmtsInitRegReqFailTrap(0),
+             cmtsInitRegRspFailTrap(1),
+             cmtsInitRegAckFailTrap(2),
+             cmtsDynServReqFailTrap(3),
+             cmtsDynServRspFailTrap(4),
+             cmtsDynServAckFailTrap(5),
+             cmtsBpiInitTrap(6),
+             cmtsBPKMTrap(7),
+             cmtsDynamicSATrap(8),
+             cmtsDCCReqFailTrap(9),
+             cmtsDCCRspFailTrap(10),
+             cmtsDCCAckFailTrap(11)
+             }
+             MAX-ACCESS read-write
+             STATUS  current
+             DESCRIPTION
+                 "The object is used to enable CMTS traps. From right to left,
+                  the set bit indicates the corresponding CMTS trap is enabled.
+                  For example, if the first bit is set, then
+                  docsDevCmtsInitRegRspFailTrap is enabled. If it is zero,
+                  the trap is disabled.
+                 "
+         ::= { docsDevTrapControl 2 }
+
+docsDevCmtsInitRegReqFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                    "An event to report the failure of a registration
+                     request from CM happened during the CM initialization
+                     process and detected in the CMTS side.
+
+                     The values of docsDevEvLevel, docsDevId, and
+                     docsDevEvText are from the entry which logs this event
+                     in the docsDevEventTable. DocsIfCmtsCmStatusDocsisMode
+                     and docsIfCmtsCmStatusMacAddress indicate the docsis
+                     version and the MAC address of the requesting CM.
+                     docsIfDocsisCapability and ifPhysAddress indicate
+                     the docsis version of the CMTS and the MAC address
+                     of the CMTS (if there is a cable card/interface in the
+                     CMTS, then it is actually the MAC address of the cable
+                     interface which connected to the CM)cable card connected
+                     to the CM.
+
+                     This part of information is uniformed across all CMTS traps.
+                    "
+         ::= { docsDevCmtsTraps 1 }
+
+docsDevCmtsInitRegRspFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                    "An event to report the failure of a registration
+                     response happened during the CM initialization
+                     process and detected in the CMTS side.
+                    "
+         ::= { docsDevCmtsTraps 2 }
+
+docsDevCmtsInitRegAckFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                    "An event to report the failure of a registration
+                     acknowledgement from CM happened during the CM
+                     initialization process and detected in the CMTS side.
+                    "
+        ::= { docsDevCmtsTraps 3 }
+
+
+docsDevCmtsDynServReqFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic service
+                  request happened during the dynamic services process
+                  and detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 4 }
+
+
+docsDevCmtsDynServRspFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic service
+                  response happened during the dynamic services process
+                  and detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 5 }
+
+docsDevCmtsDynServAckFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic service
+                  acknowledgement happened during the dynamic services
+                  process and detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 6 }
+
+docsDevCmtsBpiInitTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a BPI initialization
+                  attempt happened during the CM registration process
+                  and detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 7 }
+
+
+docsDevCmtsBPKMTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a BPKM operation
+                  which is detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 8 }
+
+
+docsDevCmtsDynamicSATrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic security
+                  association operation which is detected in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 9 }
+
+docsDevCmtsDCCReqFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic channel
+                  change request happened during the dynamic channel
+                  change process in the CM side and detected in the
+                  CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 10 }
+
+
+docsDevCmtsDCCRspFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic channel
+                  change response happened during the dynamic channel
+                  change process in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 11 }
+
+
+docsDevCmtsDCCAckFailTrap    NOTIFICATION-TYPE
+             OBJECTS { docsDevEvLevel,
+                       docsDevEvId,
+                       docsDevEvText,
+                       docsIfCmtsCmStatusDocsisMode,
+                       docsIfCmtsCmStatusMacAddress,
+                       docsIfDocsisCapability,
+                       ifPhysAddress }
+             STATUS  current
+             DESCRIPTION
+                 "An event to report the failure of a dynamic channel
+                  change acknowledgement happened during the dynamic channel
+                  change process in the CMTS side.
+                 "
+         ::= { docsDevCmtsTraps 12}
+
+
+--
+-- Conformance definitions
+--
+docsDevTrapConformance  OBJECT IDENTIFIER   ::= { docsDevTraps 2 }
+docsDevTrapGroups       OBJECT IDENTIFIER   ::= { docsDevTrapConformance 1 }
+docsDevTrapCompliances  OBJECT IDENTIFIER   ::= { docsDevTrapConformance 2 }
+
+docsDevCmtsTrapCompliance MODULE-COMPLIANCE
+           STATUS  current
+           DESCRIPTION
+               "The compliance statement for MCNS Cable Modems and
+                Cable Modem Termination Systems."
+
+   MODULE  -- docsDevTrap
+
+-- mandatory groups
+
+GROUP docsDevCmtsTrapControlGroup
+        DESCRIPTION
+            "Mandatory in CMTS."
+
+GROUP docsDevCmtsNotificationGroup
+        DESCRIPTION
+            "Mandatory in Cable Modem Termination Systems."
+
+         ::= { docsDevTrapCompliances 2 }
+
+docsDevCmtsTrapControlGroup OBJECT-GROUP
+        OBJECTS {
+             docsDevCmtsTrapControl
+                     }
+        STATUS      current
+        DESCRIPTION
+            "CMTS must support docsDevCmtsTrapControl."
+        ::= { docsDevTrapGroups 3 }
+
+
+docsDevCmtsNotificationGroup NOTIFICATION-GROUP
+        NOTIFICATIONS {
+             docsDevCmtsInitRegReqFailTrap,
+             docsDevCmtsInitRegRspFailTrap,
+             docsDevCmtsInitRegAckFailTrap ,
+             docsDevCmtsDynServReqFailTrap,
+             docsDevCmtsDynServRspFailTrap,
+             docsDevCmtsDynServAckFailTrap,
+             docsDevCmtsBpiInitTrap,
+             docsDevCmtsBPKMTrap,
+             docsDevCmtsDynamicSATrap,
+             docsDevCmtsDCCReqFailTrap,
+             docsDevCmtsDCCRspFailTrap,
+             docsDevCmtsDCCAckFailTrap
+           }
+        STATUS      current
+        DESCRIPTION
+            "A collection of CMTS notifications providing device status and
+             control."
+        ::= { docsDevTrapGroups 4 }
+
+END
+

+ 151 - 144
mibs/DOCS-IF-EXT-MIB.mib

@@ -1,151 +1,151 @@
-DOCS-IF-EXT-MIB DEFINITIONS ::= BEGIN
-
-  IMPORTS
-        MODULE-IDENTITY,
-        OBJECT-TYPE
-                FROM SNMPv2-SMI
-        OBJECT-GROUP,
-        MODULE-COMPLIANCE
-                FROM SNMPv2-CONF
-	TEXTUAL-CONVENTION
-		FROM SNMPv2-TC
-        docsIfMib,
-        docsIfCmtsCmStatusEntry
-                FROM DOCS-IF-MIB;
-
-docsIfExtMib MODULE-IDENTITY
-        LAST-UPDATED    "200011160000Z" -- November 16, 2000
-        ORGANIZATION    "IETF IPCDN Working Group"
-        CONTACT-INFO
-            "  "
-        DESCRIPTION
-            "This is the extension Module to rfc2670 DOCS-IF-MIB."
-        REVISION "200010080000Z"
-        DESCRIPTION
-            "Initial Version. "
-        ::= { docsIfMib 21 }
-
-DocsisVersion ::= TEXTUAL-CONVENTION
-    STATUS          current
-    DESCRIPTION     "Indicates the docsis version number."
-    SYNTAX          INTEGER {
-                        docsis10 (1),
-                        docsis11 (2)
-                    }
-
-docsIfDocsisCapability OBJECT-TYPE
-        SYNTAX      DocsisVersion
-        MAX-ACCESS  read-only
-        STATUS      current
-        DESCRIPTION
-             "Indication of the DOCSIS capability of the device.
-
-             "
-        ::= { docsIfExtMib 1 }
-
-docsIfDocsisOperMode OBJECT-TYPE
-        SYNTAX      DocsisVersion
-        MAX-ACCESS  read-only
-        STATUS      current
-        DESCRIPTION
-             "Indication whether the device has registered as a 1.0 or 1.1.
-
-              For CMTS and unregistered CM, it is always the same as docsDevDocsisCapability.
-
-             "
-        ::= { docsIfExtMib 2 }
-
-
---
---
-
-docsIfCmtsCmStatusExtTable OBJECT-TYPE
-        SYNTAX      SEQUENCE OF DocsIfCmtsCmStatusExtEntry
-        MAX-ACCESS  not-accessible
-        STATUS      current
-        DESCRIPTION
-            "A set of objects in the CMTS, maintained for each
-             Cable Modem connected to this CMTS."
-        ::= { docsIfExtMib 3 }
-
-docsIfCmtsCmStatusExtEntry OBJECT-TYPE
-        SYNTAX      DocsIfCmtsCmStatusExtEntry
-        MAX-ACCESS  not-accessible
-        STATUS      current
-        DESCRIPTION
-            "Status information for a single Cable Modem.
-             An entry in this table exists for each Cable Modem
-             which is connected to the CMTS."
-        AUGMENTS { docsIfCmtsCmStatusEntry }
-        ::= { docsIfCmtsCmStatusExtTable 1 }
-
-DocsIfCmtsCmStatusExtEntry ::= SEQUENCE {
-            docsIfCmtsCmStatusDocsisMode       DocsisVersion
-        }
-
-docsIfCmtsCmStatusDocsisMode OBJECT-TYPE
-        SYNTAX      DocsisVersion
-        MAX-ACCESS  read-only
-        STATUS      current
-        DESCRIPTION
-            "Indication whether the CM has registered as a 1.0 or 1.1 modem               "
-        ::= { docsIfCmtsCmStatusExtEntry 1 }
-
-docsIfExtConformance  OBJECT IDENTIFIER     ::= { docsIfExtMib 4 }
-docsIfExtCompliances  OBJECT IDENTIFIER     ::= { docsIfExtConformance 1 }
-docsIfExtGroups       OBJECT IDENTIFIER     ::= { docsIfExtConformance 2 }
-
-
-docsIfExtCmCompliance MODULE-COMPLIANCE
-        STATUS      current
-        DESCRIPTION
-            "The compliance statement."
-
-MODULE  -- docsIfExtMib
-
-MANDATORY-GROUPS {
- docsIfDocsisVersionGroup
-        }
-        ::= { docsIfExtCompliances 1 }
-
-
-docsIfDocsisVersionGroup OBJECT-GROUP
-        OBJECTS {
-             docsIfDocsisCapability,
-             docsIfDocsisOperMode
-        }
-        STATUS      current
-        DESCRIPTION
-            "Object group to indicates DOCSIS version."
-        ::= { docsIfExtGroups 1 }
-
-docsIfExtCmtsCompliance MODULE-COMPLIANCE
-        STATUS      current
-        DESCRIPTION
-            "The compliance statement."
-
-MODULE  -- docsIfExtMib
-
-
-MANDATORY-GROUPS {
-        docsIfExtGroup,
-        docsIfDocsisVersionGroup
-        }
-        ::= { docsIfExtCompliances 2 }
-docsIfExtGroup OBJECT-GROUP
-        OBJECTS {
-            docsIfCmtsCmStatusDocsisMode
-        }
-        STATUS      current
-        DESCRIPTION
-            "Mandatory implementation group for CMTS."
-        ::= { docsIfExtGroups 2 }
-
-END
+DOCS-IF-EXT-MIB DEFINITIONS ::= BEGIN
+
+  IMPORTS
+        MODULE-IDENTITY,
+        OBJECT-TYPE
+                FROM SNMPv2-SMI
+        OBJECT-GROUP,
+        MODULE-COMPLIANCE
+                FROM SNMPv2-CONF
+	TEXTUAL-CONVENTION
+		FROM SNMPv2-TC
+        docsIfMib,
+        docsIfCmtsCmStatusEntry
+                FROM DOCS-IF-MIB;
+
+docsIfExtMib MODULE-IDENTITY
+        LAST-UPDATED    "200011160000Z" -- November 16, 2000
+        ORGANIZATION    "IETF IPCDN Working Group"
+        CONTACT-INFO
+            "  "
+        DESCRIPTION
+            "This is the extension Module to rfc2670 DOCS-IF-MIB."
+        REVISION "200010080000Z"
+        DESCRIPTION
+            "Initial Version. "
+        ::= { docsIfMib 21 }
+
+-- Textual Conventions
+DocsisVersion ::= TEXTUAL-CONVENTION
+    STATUS          current
+    DESCRIPTION     "Indicates the docsis version number."
+    SYNTAX          INTEGER {
+                        docsis10 (1),
+                        docsis11 (2)
+                    }
+
+docsIfDocsisCapability OBJECT-TYPE
+        SYNTAX      DocsisVersion
+        MAX-ACCESS  read-only
+        STATUS      current
+        DESCRIPTION
+             "Indication of the DOCSIS capability of the device.
+
+             "
+        ::= { docsIfExtMib 1 }
+
+docsIfDocsisOperMode OBJECT-TYPE
+        SYNTAX      DocsisVersion
+        MAX-ACCESS  read-only
+        STATUS      current
+        DESCRIPTION
+             "Indication whether the device has registered as a 1.0 or 1.1.
+
+              For CMTS and unregistered CM, it is always the same as docsDevDocsisCapability.
+
+             "
+        ::= { docsIfExtMib 2 }
+
+
+--
+-- CM status table (within CMTS).
+-- This table is implemented only at the CMTS.
+-- It contains per CM status information available in the CMTS.
+--
+
+docsIfCmtsCmStatusExtTable OBJECT-TYPE
+        SYNTAX      SEQUENCE OF DocsIfCmtsCmStatusExtEntry
+        MAX-ACCESS  not-accessible
+        STATUS      current
+        DESCRIPTION
+            "A set of objects in the CMTS, maintained for each
+             Cable Modem connected to this CMTS."
+        ::= { docsIfExtMib 3 }
+
+docsIfCmtsCmStatusExtEntry OBJECT-TYPE
+        SYNTAX      DocsIfCmtsCmStatusExtEntry
+        MAX-ACCESS  not-accessible
+        STATUS      current
+        DESCRIPTION
+            "Status information for a single Cable Modem.
+             An entry in this table exists for each Cable Modem
+             which is connected to the CMTS."
+        AUGMENTS { docsIfCmtsCmStatusEntry }
+        ::= { docsIfCmtsCmStatusExtTable 1 }
+
+DocsIfCmtsCmStatusExtEntry ::= SEQUENCE {
+            docsIfCmtsCmStatusDocsisMode       DocsisVersion
+        }
+
+docsIfCmtsCmStatusDocsisMode OBJECT-TYPE
+        SYNTAX      DocsisVersion
+        MAX-ACCESS  read-only
+        STATUS      current
+        DESCRIPTION
+            "Indication whether the CM has registered as a 1.0 or 1.1 modem               "
+        ::= { docsIfCmtsCmStatusExtEntry 1 }
+
+docsIfExtConformance  OBJECT IDENTIFIER     ::= { docsIfExtMib 4 }
+docsIfExtCompliances  OBJECT IDENTIFIER     ::= { docsIfExtConformance 1 }
+docsIfExtGroups       OBJECT IDENTIFIER     ::= { docsIfExtConformance 2 }
+
+-- compliance statements
+
+docsIfExtCmCompliance MODULE-COMPLIANCE
+        STATUS      current
+        DESCRIPTION
+            "The compliance statement."
+
+MODULE  -- docsIfExtMib
+
+-- unconditionally mandatory groups for CM
+MANDATORY-GROUPS {
+ docsIfDocsisVersionGroup
+        }
+        ::= { docsIfExtCompliances 1 }
+
+
+docsIfDocsisVersionGroup OBJECT-GROUP
+        OBJECTS {
+             docsIfDocsisCapability,
+             docsIfDocsisOperMode
+        }
+        STATUS      current
+        DESCRIPTION
+            "Object group to indicates DOCSIS version."
+        ::= { docsIfExtGroups 1 }
+
+docsIfExtCmtsCompliance MODULE-COMPLIANCE
+        STATUS      current
+        DESCRIPTION
+            "The compliance statement."
+
+MODULE  -- docsIfExtMib
+
+-- unconditionally mandatory groups for CMTS
+
+MANDATORY-GROUPS {
+        docsIfExtGroup,
+        docsIfDocsisVersionGroup
+        }
+        ::= { docsIfExtCompliances 2 }
+docsIfExtGroup OBJECT-GROUP
+        OBJECTS {
+            docsIfCmtsCmStatusDocsisMode
+        }
+        STATUS      current
+        DESCRIPTION
+            "Mandatory implementation group for CMTS."
+        ::= { docsIfExtGroups 2 }
+
+END

Dosya farkı çok büyük olduğundan ihmal edildi
+ 3165 - 3155
mibs/DOCS-IF-MIB.mib


Dosya farkı çok büyük olduğundan ihmal edildi
+ 2688 - 2644
mibs/DOCS-QOS-MIB.mib


Dosya farkı çok büyük olduğundan ihmal edildi
+ 761 - 761
mibs/DOCS-SUBMGT-MIB.mib


+ 66 - 66
mibs/PKTC-EVENT-MIB.mib

@@ -2,7 +2,7 @@ PKTC-EVENT-MIB DEFINITIONS ::= BEGIN
 
 IMPORTS
     MODULE-IDENTITY,
-    OBJECT-TYPE,  
+    OBJECT-TYPE,
     Integer32,
     Unsigned32,
     NOTIFICATION-TYPE
@@ -31,9 +31,9 @@ pktcEventMib MODULE-IDENTITY
             Fax:    +1 303-661-9199
             E-mail: m.osman@cablelabs.com"
     DESCRIPTION
-            "This MIB module supplies the basic management objects 
+            "This MIB module supplies the basic management objects
             for event reporting
-            
+
             Acknowledgements:
             Rick Vetter		-	Motorola
      Eugene Nechamkin	-	Broadcom"
@@ -64,15 +64,15 @@ pktcDevEvControl OBJECT-TYPE
     MAX-ACCESS  read-write
     STATUS      current
     DESCRIPTION
-             "This object defines actions related to the event log configuration. 
+             "This object defines actions related to the event log configuration.
              Setting this object to resetLog(1) empties the event log.
              All event log data is deleted. Setting it to setDefault(2)
              restores all event priorities to their factory-default
-             reporting parameters. Setting it to useConfigured(3) reloads 
+             reporting parameters. Setting it to useConfigured(3) reloads
              previously configured parameters."
-    ::= { pktcDevEventControl 1 }   
-    
-    pktcDevEvControlState OBJECT-TYPE  
+    ::= { pktcDevEventControl 1 }
+
+    pktcDevEvControlState OBJECT-TYPE
         SYNTAX INTEGER {
             logReset(1),
             defaultsSet(2),
@@ -82,11 +82,11 @@ pktcDevEvControl OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-            "This object reflects the state of the device as modified in 
+            "This object reflects the state of the device as modified in
              pktcDevEvControl. Processing indicates that a state change
              is underway. This object reflects the state of the device."
-    ::= { pktcDevEventControl 2 }   
-    
+    ::= { pktcDevEventControl 2 }
+
 pktcDevEvSyslogAddressType OBJECT-TYPE
     SYNTAX      InetAddressType
     MAX-ACCESS  read-write
@@ -101,8 +101,8 @@ pktcDevEvSyslogAddress OBJECT-TYPE
     MAX-ACCESS  read-write
     STATUS      current
     DESCRIPTION
-            "The IP address of the Syslog server. If 0.0.0.0, 
-             syslog transmission is inhibited. The use of FQDNs is 
+            "The IP address of the Syslog server. If 0.0.0.0,
+             syslog transmission is inhibited. The use of FQDNs is
              syntactically allowed but it is discouraged for syslog
              servers since not resolving them in a timely manner
              may leave the device without access to the Syslog
@@ -178,7 +178,7 @@ pktcDevEvThrottleThreshold OBJECT-TYPE
              to be transmitted before throttling.
 
              A single event is always treated as a single event for
-             Threshold counting. That is, an event causing both a 
+             Threshold counting. That is, an event causing both a
 trap/inform and a syslog message is still treated as a
 single event.
 
@@ -258,27 +258,27 @@ pktcDevEvProgrammableLevel OBJECT-TYPE
             minor(3),
             warning(4),
             information(5)
-   
+
     }
     MAX-ACCESS  read-write
     STATUS      current
     DESCRIPTION
-            "The priority level that is controlled by this entry. These 
-            are ordered from most (critical) to least (information) critical. 
-            Each event has a particular priority level associated with it (as 
+            "The priority level that is controlled by this entry. These
+            are ordered from most (critical) to least (information) critical.
+            Each event has a particular priority level associated with it (as
             defined by the vendor). The levels are described as:
 
-            critical(1) – A service-affecting condition that requires immediate 
+            critical(1) – A service-affecting condition that requires immediate
                           corrective action.
-            major(2) –    A service-affecting condition that requires urgent 
+            major(2) –    A service-affecting condition that requires urgent
                           corrective action.
-            minor(3) –    A non-service-affecting fault condition which warrants 
+            minor(3) –    A non-service-affecting fault condition which warrants
                           corrective action in order to avoid a more serious fault.
-            warning(4) –  A potential or impending condition which can lead to a 
+            warning(4) –  A potential or impending condition which can lead to a
                           fault;  diagnostic action is suggested.
             information(5) – Normal event meant to convey information."
    ::= { pktcDevEvProgrammableEntry 3 }
- 
+
 pktcDevEvProgrammableReporting OBJECT-TYPE
         SYNTAX BITS {
             local(0),
@@ -298,7 +298,7 @@ pktcDevEvProgrammableReporting OBJECT-TYPE
              traps(1) bit is set, then generate a trap, if the
              syslog(2) bit is set, then send a syslog message
              (assuming the syslog address is set)
-		   inform(3) bit is set, then generate an inform, if the 
+		   inform(3) bit is set, then generate an inform, if the
 		   none(4) bit is set, then this event is not generated."
 --      DEFVAL { local }
         ::= { pktcDevEvProgrammableEntry 4 }
@@ -358,8 +358,8 @@ pktcDevEvFixedEnterprise	OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-         "Provides the IANA enterprise number of the device manufacturer for 
-		proprietary events, and the CableLabs IANA enterprise number for 
+         "Provides the IANA enterprise number of the device manufacturer for
+		proprietary events, and the CableLabs IANA enterprise number for
 		PacketCable specified events."
     ::= { pktcDevEvFixedEntry 2 }
 
@@ -370,23 +370,23 @@ pktcDevEvFixedLevel OBJECT-TYPE
             minor(3),
             warning(4),
             information(5)
-   
+
     }
     MAX-ACCESS  read-write
     STATUS      current
     DESCRIPTION
-            "The priority level that is controlled by this entry. These 
-            are ordered from most (critical) to least (information) critical. 
-            Each event has a particular priority level associated with it (as 
+            "The priority level that is controlled by this entry. These
+            are ordered from most (critical) to least (information) critical.
+            Each event has a particular priority level associated with it (as
             defined by the vendor). The levels are described as:
 
-            critical(1) –    A service-affecting condition that requires immediate 
+            critical(1) –    A service-affecting condition that requires immediate
                              corrective action.
-            major(2) –       A service-affecting condition that requires urgent 
+            major(2) –       A service-affecting condition that requires urgent
                              corrective action.
-            minor(3) –       A non-service-affecting fault condition which warrants 
+            minor(3) –       A non-service-affecting fault condition which warrants
                              corrective action in order to avoid a more serious fault.
-            warning(4) –     A potential or impending condition which can lead to a 
+            warning(4) –     A potential or impending condition which can lead to a
                              fault; diagnostic action is suggested.
             information(5) – Normal event meant to convey information."
     ::= { pktcDevEvFixedEntry 3 }
@@ -402,19 +402,19 @@ pktcDevEvFixedReporting OBJECT-TYPE
         MAX-ACCESS  read-write
         STATUS      current
         DESCRIPTION
-             "Defines the action to be taken on occurrence of this event 
-              class. Implementations may not necessarily support all options 
-              for all event classes, but at minimum must allow traps and syslogging 
-              to be disabled. If the local(0) bit is set, then log to the internal 
-              log, if the traps(1) bit is set, then generate a trap, if the syslog(2) 
-              bit is set, then send a syslog message (assuming the syslog address is 
-              set) inform(3) bit is set, then generate an inform, if the none(4) bit 
+             "Defines the action to be taken on occurrence of this event
+              class. Implementations may not necessarily support all options
+              for all event classes, but at minimum must allow traps and syslogging
+              to be disabled. If the local(0) bit is set, then log to the internal
+              log, if the traps(1) bit is set, then generate a trap, if the syslog(2)
+              bit is set, then send a syslog message (assuming the syslog address is
+              set) inform(3) bit is set, then generate an inform, if the none(4) bit
               is set, then this event is not generated."
 --	  DEFVAL { local }
         ::= { pktcDevEvFixedEntry 4 }
 
 pktcDevEvFixedText OBJECT-TYPE
-    SYNTAX DisplayString(SIZE (127)) 
+    SYNTAX DisplayString(SIZE (127))
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
@@ -478,7 +478,7 @@ pktcDevEvTime		OBJECT-TYPE
     MAX-ACCESS  	read-only
     STATUS      	current
     DESCRIPTION
-            "Provides a human-readable description of the 
+            "Provides a human-readable description of the
 time at which the event occurred."
     ::= { pktcDevEventEntry 2 }
 
@@ -489,7 +489,7 @@ pktcDevEvLevel OBJECT-TYPE
             minor(3),
             warning(4),
             information(5)
-  
+
     }
     MAX-ACCESS  read-only
     STATUS      current
@@ -504,8 +504,8 @@ pktcDevEvLevel OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-         "Provides the IANA enterprise number of the device manufacturer for 
-		proprietary events, and the CableLabs IANA enterprise number for 
+         "Provides the IANA enterprise number of the device manufacturer for
+		proprietary events, and the CableLabs IANA enterprise number for
 		PacketCable specified events."
     ::= { pktcDevEventEntry 4 }
 
@@ -514,8 +514,8 @@ pktcDevEvId OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-          "ID for a specific event to which the priority and display string are 
-           matched. These Event Ids are vendor specific or in the case of 
+          "ID for a specific event to which the priority and display string are
+           matched. These Event Ids are vendor specific or in the case of
            PacketCable events defined in pkt-tr-memevent-id-v01-001128."
     ::= { pktcDevEventEntry 5 }
 
@@ -565,7 +565,7 @@ pktcDevEvText OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-            "Provides a human-readable description of the time at 
+            "Provides a human-readable description of the time at
 			which the event occurred."
     ::= { pktcDevEventNotify 2 }
 
@@ -590,9 +590,9 @@ pktcDevEvText OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-            "Provides the IANA enterprise number of the device 
+            "Provides the IANA enterprise number of the device
           	manufacturer for proprietary events, and the CableLabs
-          	IANA enterprise number for 
+          	IANA enterprise number for
 		PacketCable specified events."
     ::= { pktcDevEventNotify 4 }
 
@@ -601,8 +601,8 @@ pktcDevEvText OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-         "ID for a specific event to which the priority and display string 
-          are matched. These Event Ids are vendor specific or in the case of 
+         "ID for a specific event to which the priority and display string
+          are matched. These Event Ids are vendor specific or in the case of
           PacketCable events defined in pkt-tr-memevent-id-v01-001128."
     ::= { pktcDevEventNotify 5 }
 
@@ -629,9 +629,9 @@ pktcDevEvText OBJECT-TYPE
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
-          "This is the endpoint identifier followed by the FQDN/IP Address of the 
-           device. in the case of the , this is in the form - AALN/X:FQDN/IP 
-           Address. If the event is not specific to an endpoint, then the contents 
+          "This is the endpoint identifier followed by the FQDN/IP Address of the
+           device. in the case of the , this is in the form - AALN/X:FQDN/IP
+           Address. If the event is not specific to an endpoint, then the contents
            is just the FQDN/IP address"
     ::= { pktcDevEventNotify 8 }
 
@@ -641,7 +641,7 @@ pktcDevEvText OBJECT-TYPE
 	    pktcDevEvReportMacAddress,pktcDevEvReportEndpointName }
 	STATUS      current
         DESCRIPTION
-		"Inform for event reporting " 
+		"Inform for event reporting "
 	::= { pktcDevEvNotification 1 }
 
    pktcDevEvTrap NOTIFICATION-TYPE
@@ -652,17 +652,17 @@ pktcDevEvText OBJECT-TYPE
         DESCRIPTION
 		" Trap for event reporting "
 	::= { pktcDevEvNotification 2 }
-         
+
 pktcEventConformance  OBJECT IDENTIFIER ::= { pktcEventMib 7 }
 pktcEventCompliances  OBJECT IDENTIFIER ::= { pktcEventConformance 1 }
 pktcEventGroups       OBJECT IDENTIFIER ::= { pktcEventConformance 2 }
-        
+
 -- compliance statements
 
 pktcEventBasicCompliance MODULE-COMPLIANCE
     STATUS     current
     DESCRIPTION
-            "The compliance statement for devices that implement 
+            "The compliance statement for devices that implement
              Event reporting feature."
     MODULE   --pktcEventMib
 
@@ -694,7 +694,7 @@ pktcEventGroup OBJECT-GROUP
     		pktcDevEvFixedEnterprise,
     		pktcDevEvFixedLevel,
     		pktcDevEvFixedReporting,
-    		pktcDevEvFixedText,	  
+    		pktcDevEvFixedText,
           	pktcDevEvIndex,
 	     	pktcDevEvTime,
         	pktcDevEvLevel,
@@ -703,19 +703,19 @@ pktcEventGroup OBJECT-GROUP
         	pktcDevEvText,
 	    	pktcDevEvMacAddress,
 	    	pktcDevEvEndpointName,
-		pktcDevEvReportIndex,    
+		pktcDevEvReportIndex,
 		pktcDevEvReportTime,
- 		pktcDevEvReportLevel,    
+ 		pktcDevEvReportLevel,
 		pktcDevEvReportEnterprise,
 		pktcDevEvReportId,
     		pktcDevEvReportText,
     		pktcDevEvReportMacAddress,
-    		pktcDevEvReportEndpointName 
+    		pktcDevEvReportEndpointName
     }
     STATUS    current
     DESCRIPTION
         "Group of objects for PacketCable Event MIB."
-    ::= { pktcEventGroups 1 } 
+    ::= { pktcEventGroups 1 }
 
 -- Notification Group Added
 
@@ -723,7 +723,7 @@ pktcEventNotificationGroup		NOTIFICATION-GROUP
 	NOTIFICATIONS { pktcDevEvInform, pktcDevEvTrap }
 	STATUS	current
 	DESCRIPTION
-		"These notifications deal with change in status of 
+		"These notifications deal with change in status of
 		MTA Device."
 	::= { pktcEventGroups 2 }
 

Dosya farkı çok büyük olduğundan ihmal edildi
+ 443 - 363
mibs/PKTC-MTA-MIB.mib


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1313 - 1292
mibs/PKTC-SIG-MIB.mib