configure bgp neighbor peer-group
ExtremeWare Software 7.3.0 Command Reference Guide 1419
configure bgp neighbor peer-group
configure bgp neighbor [all | <ip address>] peer-group [<peer group> |
none] {acquire-all}
Description
Configures an existing neighbor as the member of a peer group.
Syntax Description
Default
By default, remote AS (if configured for the peer group), source-interface, out-NLRI-filter,
out-ASpath-filter, out-route-map, send-community and next-hop-self settings are inherited.
Usage Guidelines
If
acquire-all
is not specified, only the default parameters are inherited by the peer group.
When you remove a neighbor from a peer group, it retains the parameter settings of the group. The
parameter values are not reset to those the neighbor had before it inherited the peer group values.
To create a new neighbor and add it to a BGP peer group, use the following command:
create bgp neighbor <ip address> peer-group <peer group> {multi-hop}
The new neighbor is created as part of the peer group and inherits all of the existing parameters of the
peer group. The peer group must have remote AS configured.
Example
The following command configures an existing neighbor as the member of the peer group outer:
configure bgp neighbor 192.1.1.22 peer-group outer
History
This command was available in ExtremeWare 6.1.5.
Platform Availability
This command is available on all platforms.
all Specifies all neighbors.
ip address Specifies an IP address.
peer group Specifies a peer group name.
none Removes the neighbor from the peer group.
acquire-all Specifies that all parameters should be inherited by the neighbor from the
peer group.