1ADTRAN-AOS-OVER-TEMP-PROTECTION-MIB DEFINITIONS ::= BEGIN
2
3IMPORTS
4    MODULE-IDENTITY, NOTIFICATION-TYPE
5        FROM SNMPv2-SMI
6    MODULE-COMPLIANCE, NOTIFICATION-GROUP
7        FROM SNMPv2-CONF
8    adIdentity
9    	FROM ADTRAN-MIB
10    adGenAOSConformance, adGenAOSCommon
11        FROM ADTRAN-AOS;
12
13adGenAOSOverTempProtectionMib MODULE-IDENTITY
14    LAST-UPDATED "201712270000Z"
15    ORGANIZATION "ADTRAN, Inc."
16    CONTACT-INFO
17           "        Technical Support Dept.
18            		Postal: ADTRAN, Inc.
19                    901 Explorer Blvd.
20                    Huntsville, AL 35806
21
22               Tel: +1 800 726-8663
23               Fax: +1 256 963 6217
24            E-mail: support@adtran.com"
25    DESCRIPTION
26            "The MIB module defines over-temperature configuration information and traps for AdtranOS products."
27    REVISION "201712270000Z"  -- December 27, 2017 / YYYYMMDDHHMMZ
28    DESCRIPTION
29            "OverTempProtection resume traps added."
30    REVISION "201411041615Z"  -- November 4, 2014 / YYYYMMDDHHMMZ
31    DESCRIPTION
32            "Created the adGenAosOverTempProtection MIB. Revision R11.6"
33
34
35    ::= { adIdentity 10000 53 1 10 }
36
37adGenAOSOverTempProtection OBJECT IDENTIFIER ::= { adGenAOSCommon 10 }
38adGenAOSOverTempProtectionTrap  OBJECT IDENTIFIER ::= { adGenAOSOverTempProtection 0 }
39
40adGenAOSOverTempProtectionWarning NOTIFICATION-TYPE
41    STATUS  current
42    DESCRIPTION
43            "An over-temperature warning trap signifies that the warning temperature threshold has been exceeded."
44    ::= { adGenAOSOverTempProtectionTrap 1 }
45
46adGenAOSOverTempProtectionShutdown NOTIFICATION-TYPE
47    STATUS  current
48    DESCRIPTION
49            "An over-temperature shutdown trap signifies that the shutdown temperature threshold has been exceeded, and the unit will restart into low-power mode."
50    ::= { adGenAOSOverTempProtectionTrap 2 }
51
52adGenAOSOverTempProtectionWarningResume NOTIFICATION-TYPE
53    STATUS  current
54    DESCRIPTION
55            "An over-temperature warning resume trap signifies that the warning temperature threshold has been resumed back to normal."
56    ::= { adGenAOSOverTempProtectionTrap 3 }
57
58adGenAOSOverTempProtectionShutdownResume NOTIFICATION-TYPE
59    STATUS  current
60    DESCRIPTION
61            "An over-temperature shutdown resume trap signifies that the shutdown temperature threshold has been resumed, and the unit has come back to normal mode from low-power mode."
62    ::= { adGenAOSOverTempProtectionTrap 4 }
63
64    ------------------------------------------------------------
65-- Conformance information
66--
67adGenAOSOverTempProtectionConformance OBJECT IDENTIFIER
68   ::= { adGenAOSConformance 19}
69
70adGenAOSOverTempProtectionGroups OBJECT IDENTIFIER
71   ::= { adGenAOSOverTempProtectionConformance 1 }
72
73adGenAOSOverTempProtectionCompliances OBJECT IDENTIFIER
74   ::= { adGenAOSOverTempProtectionConformance 2 }
75
76-- Compliance statements
77--
78
79-- Full compliance statement
80     adGenAOSOverTempProtectionFullCompliance MODULE-COMPLIANCE
81        STATUS  current
82        DESCRIPTION
83        "The compliance statement for SNMP entities which implement
84        version 2 of the adGenAosOverTempProtection MIB. When the implementation of this MIB
85        supports adGenAOSOverTempProtectionNotificationGroup, then such an implementation can claim
86        full compliance."
87
88        MODULE  -- this module
89
90        GROUP  adGenAOSOverTempProtectionNotificationGroup
91         DESCRIPTION
92            "This optional group defines the asynchronous
93            notifications generated by over-temperature protection events."
94            ::= { adGenAOSOverTempProtectionCompliances 1 }
95
96     adGenAOSOverTempProtectionNotificationGroup NOTIFICATION-GROUP
97         NOTIFICATIONS { adGenAOSOverTempProtectionWarning,
98                         adGenAOSOverTempProtectionShutdown,
99                         adGenAOSOverTempProtectionWarningResume,
100                         adGenAOSOverTempProtectionShutdownResume }
101         STATUS  current
102         DESCRIPTION
103            "Traps which may be used to enhance event driven
104            management of the chassis's over-temperature protection subsystem."
105         ::= { adGenAOSOverTempProtectionGroups 1 }
106
107
108END
109
110