Command
Neighbor
Use
This command tells RIP to communicate with unicast updates to a specific neighbor. This is usually used with the passive-interface default command to prevent all other RIP communication.
Syntax
Router(config-router)#neighbor <ip address>
Example
In this example, we will configure R4 to send its updates to R3 using unicast
Looking at the debug output for RIP we see that updates are currently being sent to RIP’s multicast address 224.0.0.9
R4(config-router)#do debug ip rip |
Next we configure passive-interface default to block all RIP updates and configure R4 to sent updates via unicast.
R4(config)#router rip |
Notice that updates are now being sent directly to R3.
R4(config-router)#do debug ip rip *Mar 1 00:11:49.371: RIP: sending v2 update to 10.4.4.3 via Serial0/0 (10.4.4.4) |