create bgp neighbor remote-AS-number
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1735
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
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
remoteaddr
Specifies an IP address of the BGP neighbor.
number
Specifies a remote AS number. The range is 1 to 65535.
multi-hop
Specifies to allow connections to EBGP peers that are not directly connected.