R
OUTING
I
NFORMATION
P
ROTOCOL
(RIP)
37-13
Example
This example includes network interface 10.1.0.0 in the RIP routing
process.
Related Commands
router rip (37-9)
neighbor
This command defines a neighboring router with which this router will
exchange routing information. Use the no form to remove an entry.
Syntax
[no] neighbor ip-address
ip-address - IP address to map to a specified hardware address.
Command Mode
Router Configuration
Default Setting
No neighbors are defined.
Command Usage
This command can be used to configure a static neighbor with which
this router will exchange information, rather than relying on broadcast
messages generated by the RIP protocol.
Example
Console(config-router)#network 10.1.0.0
Console(config-router)#
Console(config-router)#neighbor 10.2.0.254
Console(config-router)#