BGP Commands
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
1734
create bgp neighbor peer-group
create bgp neighbor <remoteaddr> peer-group <peer-group-name> {multi-hop}
Description
Creates a new neighbor and makes it part of the peer group.
Syntax Description
Default
N/A.
Usage Guidelines
All the parameters of the neighbor are inherited from the peer group. The peer group should have the
remote AS configured.
To add an existing neighbor to a peer group, use the following command:
configure bgp neighbor [all | <remoteaddr>] peer-group [<peer-group-name> | none]
{acquire-all}
If you do not specify acquire-all, only the mandatory parameters are inherited from the peer group. If
you specify acquire-all, all of the parameters of the peer group are inherited. This command disables the
neighbor before adding it to the peer group.
Example
The following command creates a new neighbor and makes it part of the peer group
outer
:
create bgp neighbor 192.1.1.22 peer-group outer
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.
peer-group-name
Specifies a peer group.
multi-hop
Specifies to allow connections to EBGP peers that are not directly connected.