DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
33
Switch(config)# snmp-server enable traps transceiver-monitoring warning
Switch(config)#
8-3
transceiver-monitoring action shutdown
This command is used to shut down a port from an alarm or a warning of an abnormal status. Use the
no
form
of the command to disable the shutdown action.
transceiver-monitoring action shutdown {alarm | warning }
no transceiver-monitoring action shutdown
Parameters
alarm
Specifies to shut down a port when alarm events occur.
warning
Specifies to shut down a port when warning events occur.
Default
By default, this option is disabled.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
This command is available for physical port interface configuration.
The configuration can select to shut down a port on an alarm event or warning event or not to shut down on
either of them. When the monitoring function is enabled, an alarm event occurs when the parameters, being
monitored, go higher than the high alarm threshold or go lower than the low alarm threshold. A warning event
occurs when the parameters being monitored go higher than the high warning threshold or go lower than the
low warning threshold.
The port shutdown feature is controlled by the Error Disable module without a recover timer. Users can
manually recover the port by using the shutdown command and then the no shutdown command.
Example
This example shows how to configure the shutdown interface eth1/0/11 when an alarm event is detected.
Switch# configure terminal
Switch(config)# interface Ethernet 1/0/11
Switch(config-if)# transceiver-monitoring action shutdown alarm
Switch(config-if)#