
C613-50186-01 Rev B
Command Reference for AR2050V
1276
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
NEIGHBOR
ROUTE
-
SERVER
-
CLIENT
(BGP
ONLY
)
neighbor route-server-client (BGP only)
Overview
Use this command to specify the peer as route server client.
Use the
no
variant of this command to disable this function.
Syntax
neighbor <
neighborid
> route-server-client
no neighbor <
neighborid
> route-server-client
Mode
Router Configuration
Examples
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.0.72 route-server-client
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor 10.10.0.72
route-server-client
Parameter
Description
<
neighborid
>
{
<ip-address>
|
<peer-group>
}
<ip-address>
The address of an IPv4 BGP neighbor, in dotted
decimal notation A.B.C.D.
<peer-group>
Enter the name of an existing peer-group. For
information on how to create peer groups,
refer to the
command. When this parameter is used with
this command, the command applies on all
peers in the specified group.