Command
EIGRP Router-ID
Use
This command manually sets the router-id for EIGRP. This is used just for administrative purposes and doesn’t affect EIGRP’s operation, since EIGRP keeps track of neighbors by their IP addresses.
Syntax
Router(config-router)#eigrp router-id <ID>
Example

In this example, we will change EIGRP’s router-id on R1 to be 99.88.88.88.
R1(config-router)#eigrp router-id 99.88.88.88 |