Command
Neighbor
Use
This command tells EIGRP to communicate with unicast updates to a specific neighbor.
Syntax
Router(config-router)#neighbor <ip address> <interface>
Example
In this example, we will configure R4 to send its updates to R3 using unicast. Looking at the debug output for ip packets, we see that updates are currently being sent to EIGRP’s multicast address 224.0.0.10.
R4(config-router)#do debug ip packet *Mar 1 00:33:43.071: IP: s=10.4.4.4 (local), d=224.0.0.10 (Serial0/0), len 60, sending broad/multicast |
We then configure R4, R1, and R3 to sent updates via unicast.
R4(config)#router rip |
Notice that updates are now being sent directly to R1 and R3.
*Mar 1 00:31:49.283: IP: s=10.4.4.3 (Serial0/0), d=10.4.4.4 (Serial0/0), len 40, rcvd 3 |