beacon
To configure the port beacon LEDs on one or both ends of a link, use the beacon command. To disable the LED, use the no form of this command.
beacon interface fc slot/ port {both | local | peer} [status {normal | warning | critical}] [duration seconds] [frequency number]
no beacon interface fc slot/ port {both | local | peer}
Syntax Description
interface fc slot/port |
Specifies a Fibre Channel port. |
||
both |
Specifies local and peer port LEDs. |
||
local |
Specifies local port LED. |
||
peer |
Specifies peer port LED. |
||
status |
(Optional) Specifies a status for the port LEDs. |
||
normal |
Sets the status for port LEDs to normal from the previous state. |
||
warning |
Sets the status for port LEDs to warning1 from the previous state. |
||
critical |
Sets the status for port LEDs to critical from the previous state. |
||
duration seconds |
(Optional) Configures the duration to blink the port beacon LED, in seconds. The range is 0 to 32767.
|
||
frequency number |
(Optional) Configures a frequency (number of blinks per 10 seconds) for port LEDs. The range is 0 to 255.
|
Command Default
The port beacon LED is disabled.
Command Modes
Privileged EXEC (#)
Command History
Release |
Modification |
---|---|
8.4(1) |
Added support for Cisco MDS switches that are operating in Cisco NPV mode. |
8.3(1) |
This command was introduced. |
Usage Guidelines
See the “Guidelines and Limitations for Port Beaconing” section in the Cisco MDS 9000 Series NX-OS Interfaces Configuration Guide.
Examples
The following example shows how to set the LED status of a peer port to normal (green color) with a duration of 120 seconds and frequency of one blink per second:
switch# beacon interface fc 6/1 peer status normal duration 120 frequency 10