Specifications

634 ExtremeWare XOS 10.1 Command Reference Guide
BGP Commands
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
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.