03-23-2023 01:49 AM
I have topology as attached picture, and want to know why R3 cannot detect CDP R4?
========================================
R3 can detect CDP R1 but not detect CDP R4
R2 can detect CDP R1 and also CDP R4
========================================
03-23-2023 02:51 AM - edited 03-23-2023 02:51 AM
Hello @hs08
The link between R3 and R4 is up ?
Check the interface configurations on both R3 and R4 to ensure that they are configured correctly and that the interface status is up/up.
If the physical connection and interface configurations are correct, you may need to check the CDP configurations on both devices (in global mode not only on interfaces). CDP is a layer 2 protocol that allows devices to share information about their connected neighbors, so it is important to ensure that CDP is enabled and configured correctly on all devices in the network.
03-23-2023 05:35 PM
Hello,
Link between R3 and R4 is up and CDP is enabled for both interface
03-23-2023 11:19 PM
Hello @hs08
Between R3 and R4 is WAN Link?
Are there any operator equipement between R3 and R4 ? Is it a LAN To LAN ? Is it a Black Fiber?
Between your others routers, is it a WAN link too?
03-23-2023 11:39 PM
Hello M02@rt37
Link between R3 - R4 is WAN and R2 - R4 also WAN. Both WAN using different provider / operator.
I'm not sure if on WAN connection the provider have any equipment or not.
03-23-2023 11:59 PM
You confirm that cdp is enable on interfaces on each routers.
Then, perhaps with this WAN operator link you have an operator router in front of R3 and R4. In this case, impossible to have cdp protocol between R3 and R4 because there are not directly connected.
03-24-2023 12:02 AM
HI M02@rt37
Yes, maybe that one reason why CDP not detected.
03-23-2023 03:12 AM - edited 03-23-2023 03:59 AM
in global you do
CDP run
in interface
cdp enable
03-23-2023 05:36 PM
Hello,
Already enabled but still not detected. Connection from R3 to R4 using WAN, and i already ask to the provider is there any filtering on their side but they say no any filtering.
03-24-2023 04:42 AM
WAN can drop the CDP packet
do
debug cdp packets <<- check if the router send/receive CDP packet
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