The switch can be configured
to continue operating during temperature shutdown conditions. Ignoring
a temperature shutdown condition is strongly discouraged because operating
at high temperatures can damage the switch and void the warranty.
Temperature shutdown condition actions are specified by the environment overheat action command. The switch
displays this warning when configured to ignore shutdown temperature
conditions.
switch(config)# environment overheat action ignore
====================================================================
WARNING: Overriding the system shutdown behavior when the system
is overheating is unsupported and should only be done under
the direction of an Arista Networks engineer. You risk damaging
hardware by not shutting down the system in this situation, and doing
so without direction from Arista Networks can be grounds for voiding
your warranty. To re-enable the shutdown-on-overheat behavior, use
the 'environment overheat action shutdown' command.
====================================================================
Switch(config)#
The running-config contains the environment overheat
action command when set to ignore. When
the command is not in running-config, the switch shuts down when an
overheating condition exists.
The following running-config file lists the environment
overheat action command.
switch# show running-config
! Command: show running-config
! device: switch (DCS-7150S-64-CL, EOS-4.13.2F)
ip route 0.0.0.0/0 10.255.255.1
!
environment overheat action ignore
!
!
end
switch#