C613-50102-01 REV C
Command Reference for x510 Series
845
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIP C
OMMANDS
NEIGHBOR
(RIP)
neighbor (RIP)
Overview
Use this command to specify a neighbor router. It is used for each router to which
you wish to send unicast RIP updates.
Use the
no
variant of this command to stop sending unicast updates to the specific
router.
Syntax
neighbor
<ip-address>
no neighbor
<ip-address>
Default
Disabled
Mode
Router Configuration
Usage
Use this command to exchange nonbroadcast routing information. It can be used
multiple times for additional neighbors.
command disables sending routing updates on an
interface. Use the
neighbor
command in conjunction with the
to send routing updates to specific neighbors.
Example
To specify the neighbor router to 1.1.1.1, use the following command:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
passive-interface vlan1
awplus(config-router)#
neighbor 1.1.1.1
Related
Commands
Parameter
Description
<ip-address>
The IP address of a neighboring router with which the routing
information will be exchanged.