SROS Command Line Interface Reference Guide
BGP Configuration Command Set
5991-2114
© Copyright 2006 Hewlett-Packard Development Company, L.P.
1311
neighbor
<address>
Use the
neighbor
command to create a BGP neighbor, specify an IP address, and activate the BGP
neighbor configuration commands. Refer to
BGP Neighbor Configuration Command Set
on page 1313 for
more information on neighbor-specific configuration parameters. Use the
no
form of this command to
remove the configured neighbor.
Syntax Description
<address>
Specifies the IP address for the neighbor in dotted decimal notation.
Default Values
By default, there are no configured BGP neighbors.
Usage Examples
The following example configures a BGP neighbor with an IP address of 172.20.2.50:
ProCurve(config)#
router bgp 65000
ProCurve(config-bgp)#
neighbor 172.20.2.50
ProCurve(config-bgp-neighbor)#