Cisco Discovery Protocol (CDP) : Layer 3 Neighbors
Cisco Discovery Protocol (CDP) : Layer 3 Neighbors
Cisco Discovery Protocol (CDP) : Layer 3 Neighbors
Cisco Discovery Protocol (CDP) is a powerful network monitoring and troubleshooting tool. CDP is an information-gathering tool used by network administrators to get information about directly connected Cisco devices. CDP is a proprietary tool that enables you to access a summary of protocol and address information about Cisco devices that are directly connected. By default, each Cisco device sends periodic messages, which are known as CDP advertisements, to directly connected Cisco devices. Layer 3 Neighbors At this point in our topology configuration, we only have directly connected neighbors. At Layer 3, routing protocols consider neighbors to be devices that share the same network address space. Layer 2 Neighbors CDP operates at Layer 2 only. Therefore, CDP neighbors are Cisco devices that are directly connected physically and share the same data link.
CDP provides the following information about each CDP neighbor device:
Device identifiers - For example, the configured host name of a switch Address list - Up to one Network layer address for each protocol supported Port identifier - The name of the local and remote port-in the form of an ASCII character string such as ethernet0 Capabilities list - For example, whether this device is a router or a switch Platform - The hardware platform of the device; for example, a Cisco 7200 series router
If you need to disable CDP globally, for the entire device, use this command: Router(config)#no cdp run If you want to use CDP but need to stop CDP advertisements on a particular interface, use this command: Router(config-if)#no cdp enable