Specifications

create bgp neighbor remote-AS-number
ExtremeWare XOS 10.1 Command Reference Guide 635
create bgp neighbor remote-AS-number
create bgp neighbor <remoteaddr> remote-AS-number <number> {multi-hop}
Description
Creates a new BGP peer.
Syntax Description
Default
N/A.
Usage Guidelines
If the AS number is the same as the AS number provided in the configure bgp as command, then
the peer is consider an IBGP peer, otherwise the neighbor is an EBGP peer. The BGP session to a newly
created peer is not started until the
enable bgp neighbor command is issued.
Example
The following command creates a new BGP peer:
create bgp neighbor 192.168.1.17 remote-AS-number 65001
remoteaddr Specifies an IP address of the BGP neighbor.
number Specifies a remote AS number.
multi-hop Specifies to allow connections to EBGP peers that are not directly connected.