create bgp neighbor remote-AS-number
ExtremeWare Software 7.3.0 Command Reference Guide 1447
create bgp neighbor remote-AS-number
create bgp neighbor <ip address> 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
History
This command was available in ExtremeWare 6.2.
Platform Availability
This command is available on all platforms.
ip address Specifies an IP address.
number Specifies a remote AS number.
multi-hop Specifies to allow connections to EBGP peers that are not directly connected.