Force Switch Port LED to Blink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2012 10:30 PM - edited 03-07-2019 04:16 AM
Hi Guys,
Does anyone know if there is a method of forcing a non connected switch port LED to blink for a certain number of times regardless if there is anything connected.
The purpose of this is we have remote 3750 switch stacks and quite often have to tell non technical staff to patch to a certain port. It would be much easier if we could say "Connect it to the empty port which just started blinking orange" as the port numbers are difficult for them to see in these locations.
A similar feature is available in the ethtool package for linux which makes it really easy for identifying ports on servers. It would be great if a similar feature is available on Cisco switches.
Thanks,
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2012 10:53 PM
Hi Kris,
The Nexus 5K, 7K and MDS platforms allow use of interface beacon mode:
switch(config)# interface ethernet 3/1
switch(config-if)# beaconThe beacon mode allows you to identify a physical port by flashing its link-state LED with a green light. At this stage, the feautre is not available platforms.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2012 12:02 AM
it is worth adding that the feature is available only on the platforms that Daniel pointed out.
There is nothing like that on the catalyst switches.
Riccardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2023 12:04 AM
Hi Dohnesor,
I am curious to know if thsi command or a similar command is supported in Cisco 9K switches.
Kind Regards,
Michael

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 02:04 PM
Is there a way to put in a request for this? I would like this feature also.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2016 07:16 AM
hi good day, did you finally found something about it? i wish i had it on my cisco switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 01:11 PM
Sure would be handy on Catalyst Switches --maybe an IOS firmware update?
If you have a PC plugged in, run the batch file SwitchPortBeacon.bat if there is no labels on the wallplate or patch panel.
:while1
timeout 5
netsh interface set interface name="Local Area Connection" admin=disabled
timeout 5
netsh interface set interface name="Local Area Connection" admin=enabled
goto :while1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019 12:04 PM
Some time ago, when you set port to "shutdown" mode, port was lit orange. And I think it still works on some ports on Nexus. However does not work on Catalyst 3750X (where I need it most).
