04-15-2024 04:03 AM
As the title says, Could you please let me know if it is possible to make the Beacon Blue LED light up at startup? I would especially like to know how to do this for Catalyst9000 and 4500.
Solved! Go to Solution.
04-15-2024 06:24 PM
01-21-2025 06:02 AM
I think this is possible with an EEM script as @Leo Laohoo suggests.
I have just tested this on a 9300.
event manager applet BEACON_ON
event timer countdown time 10
action 10 cli command "enable"
action 11 cli command "hw-module beacon slot active on"
end
# This should run the applet after 10 seconds or 10 seconds after the switch boots up.
Jan 21 13:47:26.500: %PLATFORM_LED-6-BEACON_LED_TURNED: Switch 1 Beacon LED turned ON
04-15-2024 06:40 AM
You would need to check documents to see if this possible, i saw on this on other models
To turn a blue beacon on in cli
Switch(config)#
hw-module beacon on switch 1
To turn a blue beacon off in cli
Switch(config)#
hw-module beacon off switch 1
From the actual switch
Switch(config)#hw-module beacon on switch 1
Switch(config)#
*Nov 14 14:10:43.358: %PLATFORM_LED-6-BEACON_LED_TURNED: Switch 1 Beacon LED turned ON
Switch(config)#hw-module beacon off switch 1
*Nov 14 14:10:52.374: %PLATFORM_LED-6-BEACON_LED_TURNED: Switch 1 Beacon LED turned OFF
04-15-2024 06:24 PM
Yes and no.
Natively, no.
However, EEM script can.
01-21-2025 06:02 AM
I think this is possible with an EEM script as @Leo Laohoo suggests.
I have just tested this on a 9300.
event manager applet BEACON_ON
event timer countdown time 10
action 10 cli command "enable"
action 11 cli command "hw-module beacon slot active on"
end
# This should run the applet after 10 seconds or 10 seconds after the switch boots up.
Jan 21 13:47:26.500: %PLATFORM_LED-6-BEACON_LED_TURNED: Switch 1 Beacon LED turned ON
04-18-2025 02:03 AM
I don’t think is possible
04-19-2025 09:41 AM
Really seems odd to post the same question word for word… https://community.cisco.com/t5/devnet-general-discussions/i-want-the-beacon-led-to-light-up-at-boot-up/td-p/4935224
04-19-2025 08:24 PM
Merging `em
10-05-2023 10:56 PM
10-05-2023 11:12 PM
I dont known but you can try beacon command and knor to led specific port when reboot.
10-05-2023 11:45 PM - edited 10-05-2023 11:46 PM
02-02-2024 09:50 AM
Has this been resolved? Do you still need help?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide