OcNOS-RON : Layer 3 Guide : Routing Information Protocol Command Reference : Routing Information Protocol Commands : neighbor
neighbor
Use this command to specify a neighbor router. It is used for each connected point-to-point link. This command to exchanges non-broadcast routing information. It can be used multiple times for additional neighbors.
Passive-interface command disables sending routing updates on an interface. Use the neighbor command in conjunction with the passive-interface command to send routing updates to specific neighbors.
Use the no parameter with this command to disable the specific router.
Command Syntax
neighbor A.B.C.D
no neighbor A.B.C.D
Parameter
A.B.C.D
An IP address of a neighboring router with which the routing information will be exchanged.
Default
Disabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router rip
(config-router)#neighbor 10.7.1.12
 
Last modified date: 08/28/2023