<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic About the G/D/C/B/A-Series Overtemp Threshold feature in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/about-the-g-d-c-b-a-series-overtemp-threshold-feature/m-p/47485#M459</link>
    <description>Article ID: 11747 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
G-Series, firmware 1.02.00.0043 and higher&lt;BR /&gt;
D-Series, firmware 6.03.01.0008 and higher&lt;BR /&gt;
C5-Series, all firmware&lt;BR /&gt;
C3-Series, firmware 1.02.01.0004 and higher&lt;BR /&gt;
C2-Series, firmware 5.02.01.0006 and higher&lt;BR /&gt;
B5-Series, all firmware&lt;BR /&gt;
B3-Series, firmware 1.02.01.0004 and higher&lt;BR /&gt;
B2-Series, firmware 4.02.01.0006 and higher&lt;BR /&gt;
A4-Series, firmware 6.61.02.0007 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Configured the "Temp alarm max threshold" ('set system temperature...') to a lower value.&lt;BR /&gt;
Loss of Air Conditioning (AC) in network closet, creating over-temp/over-thermal condition. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Unit has a blinking red CPU LED.&lt;BR /&gt;
Unit sent a Temp Alarm trap.&lt;BR /&gt;
Unit sent a Temp Alarm syslog item.&lt;BR /&gt;
Unit is otherwise functional, passing traffic, with full management access. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The (standard) LED, (optional) trap, and (optional) syslog symptoms are occurring because, as visible in the output of a 'show system' command, the "Thermal Threshold" value has reached or exceeded the "Temp alarm max threshold" value. &lt;BR /&gt;
&lt;BR /&gt;
These are elements of a new feature announced in release notes; which state, in the 'Firmware Changes and Enhancements' section:&lt;BR /&gt;
(G/C3/C2/B3/B2-Series)Added support for protecting the health of the switch based on predetermined safe&lt;BR /&gt;
operating temperature limits. The administrator can change the maximum thermal&lt;BR /&gt;
threshold where a trap and syslog message is generated warning them of&lt;BR /&gt;
high-temperature conditions before service is affected.(D-Series)High-Temperature Alerts allows the network administrator to change the maximum&lt;BR /&gt;
temperature threshold where a trap and syslog message is generated warning them of&lt;BR /&gt;
high-temperature conditions before service is affected.&lt;BR /&gt;
The controlling command set uses the format: &lt;BR /&gt;
  set system temperature {[syslog enable | disable] [trap enable | disable]&lt;BR /&gt;
   [overtemp-threshold &lt;VALUE 0-100=""&gt;]}&lt;BR /&gt;
The default condition, visible in the output of a 'show config all system' command, is: &lt;BR /&gt;
  set system temperature syslog disable trap disable overtemp-threshold 100&lt;BR /&gt;
The readout for this functionality, slightly different for the G, D, and C/B/A-Series, is located in the output of a 'show system' command: &lt;BR /&gt;
  C2(su)-&amp;gt;show system&lt;BR /&gt;
   . . .&lt;BR /&gt;
  Temp-Alarm&lt;BR /&gt;
  -----------&lt;BR /&gt;
  off                                    &amp;lt;-- Supported, Not overtemp [off | on | NA]&lt;BR /&gt;
  Thermal Threshold: 58%                 &amp;lt;-- What the measurement is now&lt;BR /&gt;
  Temp alarm max threshold:  100%        &amp;lt;-- Per 'overtemp-threshold'&lt;BR /&gt;
  Temp alarm trap: disabled              &amp;lt;-- Per 'trap disable'&lt;BR /&gt;
  Temp alarm syslog: disabled            &amp;lt;-- Per 'syslog disable'&lt;BR /&gt;
   . . .&lt;BR /&gt;
  C2(su)-&amp;gt;&lt;BR /&gt;
The B2G124-24, C2G124-24, C2G134-24P, and C2G170-24 have no onboard temperature sensor, and thus do not support the feature discussed in this document. A designation of "NA" indicates this non-support. &lt;BR /&gt;
  G3(su)-&amp;gt;show system&lt;BR /&gt;
   . . .&lt;BR /&gt;
  Temp-Alarm&lt;BR /&gt;
  -----------&lt;BR /&gt;
  off                                    &amp;lt;-- Not overtemp [off | on]&lt;BR /&gt;
  Temp alarm max threshold:  100%        &amp;lt;-- Per 'overtemp-threshold'&lt;BR /&gt;
  Temp alarm trap: disabled              &amp;lt;-- Per 'trap disable'&lt;BR /&gt;
  Temp alarm syslog: disabled            &amp;lt;-- Per 'syslog disable'&lt;BR /&gt;
  Thermal Sensor                     Thermal Threshold&lt;BR /&gt;
  --------------                     -----------------&lt;BR /&gt;
  Fixed Slot                         68% &amp;lt;-- What the measurement is now&lt;BR /&gt;
  Power Supply 2                     62% &amp;lt;-- What the measurement is now&lt;BR /&gt;
   . . .&lt;BR /&gt;
  G3(su)-&amp;gt;&lt;BR /&gt;
Notes:&lt;UL&gt; 
&lt;LI&gt;The "Thermal Threshold" value is not an actual temperature reading, but a percentage of the maximum thermal capacity of the switch. 
&lt;/LI&gt;&lt;LI&gt;The "Temp alarm max threshold" value is the high-water mark that, when reached, triggers the set of user alerts described above. 
&lt;/LI&gt;&lt;LI&gt;When a high temperature alert condition occurs, the CPU LED on the front panel of the switch will flash red. In addition, if enabled, a syslog message will be logged and/or an SNMP trap will be sent. This occurs on an over-temp condition regardless of whether the user has chosen to configure the system temperature parameters. However, an over-temp condition is more likely when the user has reduced the "Temp alarm max threshold" from its default value. 
&lt;/LI&gt;&lt;LI&gt;Any resulting traps are of the following types, as defined in the cabletron-traps.txt MIB file:&lt;UL&gt; 
&lt;LI&gt;chHotTemp, OID 1.3.6.1.4.1.52.0.11004 
&lt;/LI&gt;&lt;LI&gt;chTempOK, OID 1.3.6.1.4.1.52.0.11008&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD) &lt;BR /&gt;
&lt;BR /&gt;
For further information about this feature, please refer to the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your product and firmware version.&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1cWF7dv" target="_blank" rel="nofollow noreferrer noopener"&gt;11520&lt;/A&gt;.&lt;/VALUE&gt;</description>
    <pubDate>Tue, 03 Dec 2013 23:25:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-03T23:25:00Z</dc:date>
    <item>
      <title>About the G/D/C/B/A-Series Overtemp Threshold feature</title>
      <link>https://community.extremenetworks.com/t5/faqs/about-the-g-d-c-b-a-series-overtemp-threshold-feature/m-p/47485#M459</link>
      <description>Article ID: 11747 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
G-Series, firmware 1.02.00.0043 and higher&lt;BR /&gt;
D-Series, firmware 6.03.01.0008 and higher&lt;BR /&gt;
C5-Series, all firmware&lt;BR /&gt;
C3-Series, firmware 1.02.01.0004 and higher&lt;BR /&gt;
C2-Series, firmware 5.02.01.0006 and higher&lt;BR /&gt;
B5-Series, all firmware&lt;BR /&gt;
B3-Series, firmware 1.02.01.0004 and higher&lt;BR /&gt;
B2-Series, firmware 4.02.01.0006 and higher&lt;BR /&gt;
A4-Series, firmware 6.61.02.0007 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Configured the "Temp alarm max threshold" ('set system temperature...') to a lower value.&lt;BR /&gt;
Loss of Air Conditioning (AC) in network closet, creating over-temp/over-thermal condition. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Unit has a blinking red CPU LED.&lt;BR /&gt;
Unit sent a Temp Alarm trap.&lt;BR /&gt;
Unit sent a Temp Alarm syslog item.&lt;BR /&gt;
Unit is otherwise functional, passing traffic, with full management access. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The (standard) LED, (optional) trap, and (optional) syslog symptoms are occurring because, as visible in the output of a 'show system' command, the "Thermal Threshold" value has reached or exceeded the "Temp alarm max threshold" value. &lt;BR /&gt;
&lt;BR /&gt;
These are elements of a new feature announced in release notes; which state, in the 'Firmware Changes and Enhancements' section:&lt;BR /&gt;
(G/C3/C2/B3/B2-Series)Added support for protecting the health of the switch based on predetermined safe&lt;BR /&gt;
operating temperature limits. The administrator can change the maximum thermal&lt;BR /&gt;
threshold where a trap and syslog message is generated warning them of&lt;BR /&gt;
high-temperature conditions before service is affected.(D-Series)High-Temperature Alerts allows the network administrator to change the maximum&lt;BR /&gt;
temperature threshold where a trap and syslog message is generated warning them of&lt;BR /&gt;
high-temperature conditions before service is affected.&lt;BR /&gt;
The controlling command set uses the format: &lt;BR /&gt;
  set system temperature {[syslog enable | disable] [trap enable | disable]&lt;BR /&gt;
   [overtemp-threshold &lt;VALUE 0-100=""&gt;]}&lt;BR /&gt;
The default condition, visible in the output of a 'show config all system' command, is: &lt;BR /&gt;
  set system temperature syslog disable trap disable overtemp-threshold 100&lt;BR /&gt;
The readout for this functionality, slightly different for the G, D, and C/B/A-Series, is located in the output of a 'show system' command: &lt;BR /&gt;
  C2(su)-&amp;gt;show system&lt;BR /&gt;
   . . .&lt;BR /&gt;
  Temp-Alarm&lt;BR /&gt;
  -----------&lt;BR /&gt;
  off                                    &amp;lt;-- Supported, Not overtemp [off | on | NA]&lt;BR /&gt;
  Thermal Threshold: 58%                 &amp;lt;-- What the measurement is now&lt;BR /&gt;
  Temp alarm max threshold:  100%        &amp;lt;-- Per 'overtemp-threshold'&lt;BR /&gt;
  Temp alarm trap: disabled              &amp;lt;-- Per 'trap disable'&lt;BR /&gt;
  Temp alarm syslog: disabled            &amp;lt;-- Per 'syslog disable'&lt;BR /&gt;
   . . .&lt;BR /&gt;
  C2(su)-&amp;gt;&lt;BR /&gt;
The B2G124-24, C2G124-24, C2G134-24P, and C2G170-24 have no onboard temperature sensor, and thus do not support the feature discussed in this document. A designation of "NA" indicates this non-support. &lt;BR /&gt;
  G3(su)-&amp;gt;show system&lt;BR /&gt;
   . . .&lt;BR /&gt;
  Temp-Alarm&lt;BR /&gt;
  -----------&lt;BR /&gt;
  off                                    &amp;lt;-- Not overtemp [off | on]&lt;BR /&gt;
  Temp alarm max threshold:  100%        &amp;lt;-- Per 'overtemp-threshold'&lt;BR /&gt;
  Temp alarm trap: disabled              &amp;lt;-- Per 'trap disable'&lt;BR /&gt;
  Temp alarm syslog: disabled            &amp;lt;-- Per 'syslog disable'&lt;BR /&gt;
  Thermal Sensor                     Thermal Threshold&lt;BR /&gt;
  --------------                     -----------------&lt;BR /&gt;
  Fixed Slot                         68% &amp;lt;-- What the measurement is now&lt;BR /&gt;
  Power Supply 2                     62% &amp;lt;-- What the measurement is now&lt;BR /&gt;
   . . .&lt;BR /&gt;
  G3(su)-&amp;gt;&lt;BR /&gt;
Notes:&lt;UL&gt; 
&lt;LI&gt;The "Thermal Threshold" value is not an actual temperature reading, but a percentage of the maximum thermal capacity of the switch. 
&lt;/LI&gt;&lt;LI&gt;The "Temp alarm max threshold" value is the high-water mark that, when reached, triggers the set of user alerts described above. 
&lt;/LI&gt;&lt;LI&gt;When a high temperature alert condition occurs, the CPU LED on the front panel of the switch will flash red. In addition, if enabled, a syslog message will be logged and/or an SNMP trap will be sent. This occurs on an over-temp condition regardless of whether the user has chosen to configure the system temperature parameters. However, an over-temp condition is more likely when the user has reduced the "Temp alarm max threshold" from its default value. 
&lt;/LI&gt;&lt;LI&gt;Any resulting traps are of the following types, as defined in the cabletron-traps.txt MIB file:&lt;UL&gt; 
&lt;LI&gt;chHotTemp, OID 1.3.6.1.4.1.52.0.11004 
&lt;/LI&gt;&lt;LI&gt;chTempOK, OID 1.3.6.1.4.1.52.0.11008&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD) &lt;BR /&gt;
&lt;BR /&gt;
For further information about this feature, please refer to the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your product and firmware version.&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1cWF7dv" target="_blank" rel="nofollow noreferrer noopener"&gt;11520&lt;/A&gt;.&lt;/VALUE&gt;</description>
      <pubDate>Tue, 03 Dec 2013 23:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/about-the-g-d-c-b-a-series-overtemp-threshold-feature/m-p/47485#M459</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-03T23:25:00Z</dc:date>
    </item>
  </channel>
</rss>

