Neighbor – Allied Telesis AT-S83 User Manual
Page 289

AT-S83 Management Software Command Line Interface User’s Guide
289
NEIGHBOR
Syntax
neighbor A.B.C.D
no neighbor A.B.C.D
Parameters
A.B.C.D
Specifies an IP address of a neighboring router with which
the routing information is exchanged.
Description
Use the NEIGHBOR command to specify a neighbor router. This
command is used for each connected point-to-point link. This command to
exchange nonbroadcast routing information. It can be used multiple times
for additional neighbors.
Use the no form of the command to disable a router. By default, the
NEIGHBOR command is disabled.
The 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.
Command Mode
Router mode
Example
The following commands create a neighbor with an IP address of 1.1.1.1:
Switch# configure terminal
Switch(config)# router rip
Switch(config-if)# neighbor 1.1.1.1
Related Commands