# Protocol-dependent module

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Protocol-dependent_module
> Markdown URL: https://mediated.wiki/source/Protocol-dependent_module.md
> Source: https://en.wikipedia.org/wiki/Protocol-dependent_module
> Source revision: 991957495
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

**Protocol-dependent modules** (**PDMs**) are used by the [routing protocol](/source/Routing_protocol) [EIGRP](/source/EIGRP) to make decisions about adding routes learned from other sources; for example other [routers](/source/Router_(computing)) or [routing protocols](/source/Routing_protocols) to the [routing table](/source/Routing_table). In fact EIGRP has the capability for routing several different protocols including IPv4 and IPv6 using protocol-dependent modules (PDMs). The PDM is also capable of carrying information from the routing table to the [topology table](/source/Topology_table). EIGRP offers support for various routed protocols (e.g. [Internet Protocol Version 6 (IPv6)](/source/IPv6), [IP](/source/Internet_Protocol), [IPX](/source/Internetwork_Packet_Exchange), [AppleTalk](/source/AppleTalk)), and has added support for Service Routing ([SAF](/source/Service_Advertisement_Framework)) PDMs. The only other routing protocol that comes with support for multiple network layer protocols is Intermediate System-to-Intermediate System (IS-IS).

"In theory, EIGRP can add PDMs to easily adapt to new or revised routed protocols such as [IPv6](/source/IPv6). Each PDM is responsible for all functions related to its specific routed protocol. The IP-EIGRP module is responsible for the following functions:

1. Send and receive EIGRP packets that bear IP data.
1. Notify DUAL ([Diffusing Update Algorithm](/source/Diffusing_Update_Algorithm)) of new IP routing information that is received.
1. Maintain the results of DUAL routing decisions in the IP routing table.
1. Redistribute routing information that was learned by other IP-capable routing protocols."[1]

When a newly discovered neighbor is learned, the address and interface of the neighbor are recorded, and this information is held in the neighbor table, stored in RAM. There is one neighbor table per each protocol-dependent module.[2]

## References

1. 2003 Cisco Systems

1. Lammle, Todd. *CCNA Study Guide*

---
Adapted from the Wikipedia article [Protocol-dependent module](https://en.wikipedia.org/wiki/Protocol-dependent_module) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Protocol-dependent_module?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
