11-10-2025 09:05 AM
Hello,
I have a port down on a Catalyst 6513 that went down because of the following error is log
Nov 6 13:16:22.127 EST: %RADIUS-4-RADIUS_DEAD: RADIUS server 10.195.16.100:1645,1646 is not responding.
Nov 6 13:16:22.127 EST: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.195.16.100:1645,1646 has returned.
Nov 6 15:54:01.955 EST: %RADIUS-4-RADIUS_DEAD: RADIUS server 10.195.16.100:1645,1646 is not responding.
Nov 6 15:54:01.955 EST: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.195.16.100:1645,1646 has returned.
Nov 6 16:40:17.488 EST: %UDLD-SP-4-UDLD_PORT_DISABLED: UDLD disabled interface Gi9/2, aggressive mode failure detected
Nov 6 16:40:17.488 EST: %PM-SP-4-ERR_DISABLE: udld error detected on Gi9/2, putting Gi9/2 in err-disable state
Where can I find commands to diagnose this port or to restore it to service ?
11-10-2025 09:19 AM
- @nestor-tytla In this case the UDLD errors are a diagnostic pointing to a fiber path problem , being no longer
bi-directional.
M.
11-10-2025 09:24 AM
- @nestor-tytla Informational ; ref : https://www.networkacademy.io/ccna/spanning-tree/udld
>...
UDLD (Unidirectional Link Detection) can be configured to operate in two different modes: normal and aggressive.
In summary, normal mode detects unidirectional links and logs an error without shutting down the port. Aggressive mode puts the link in err-disable mode when it detects a problem. Ninety-nine percent of the time, real-world environments run the protocol in aggressive mode.
UDLD can be enabled globally (for fiber ports only) or per interface (for any media).
We enable the protocol globally on a Cisco device using the following command in global config mode:
Switch(config)# udld enable
By default, the global command enables unidirectional detection only for fiber ports. It does not activate the protocol on copper Ethernet ports unless you enable it manually on the interface.
We enable the unidirectional detection on an interface level using the following command:
Switch(config)# interface Ethernet0/0
Switch(config-if)# udld port aggressive
This command overrides the global configuration and enables the protocol on the port irrespective of the media type.
11-11-2025 08:07 AM
of course first step is to investigate and repair the reason for the unidirectional link.
-> measure the fiber's charcteristics,
- using a simple light source, in forward and return path
- or better use a real fiber measuring tool.
but (if unidirectional link is resolved) you can restore service by either
- shutdown / no shutdown on the interface (errdisable is cleared by this sequence)
- enable "errrdisable recovery udld" in your configuration (errdisable is automatically cleared after corresponding timer expired)
if you use above commands, and the link is still unidirectional, then the errdisable state will return.
11-13-2025 07:43 AM
Unfortunately unable to resolve this issue as it is not a problem with this router or fiber path. The router that these ports connect to is now a dead Cisco 6500 for which there is no longer support. I will be opening a new thread with questions there for how to recover That is possible.
Thanks You all
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