Jim, > Is there a way to configure EIGRP to send out Unicast Hellos across a > point-to-point WAN connection instead of multicast? Starting with 12.1, you can use the "neighbor <ip-addr> <interface>" to define static neighbors, and we'll then use unicast pkts between these neighbors. router eigrp 1 network 10.0.0.0 neighbor 10.0.0.1 Serial0 oli