R3721-F3210-F3171-HP High-End Firewalls Network Management Configuration Guide-6PW101

Table Of Contents
450
Ste
p
Command
4. Add a peer into the IBGP peer group. peer ip-address group group-name
2. Configure an EBGP peer group
If peers in an EBGP group belong to the same external AS, the EBGP peer group is a pure EBGP
peer group; if not, it is a mixed EBGP peer group.
Use one of the following approaches to configure an EBGP peer group:
{ Create the EBGP peer group, specify its AS number, and add peers into it. All the added peers
share the same AS number.
{ Create the EBGP peer group, specify an AS number for a peer, and add the peer into the peer
group.
{ Create the EBGP peer group and add a peer into it with an AS number specified.
To configure an EBGP peer group using the first approach:
Ste
p
Command
1. Enter system view. system-view
2. Enter BGP view.
bgp as-number
3. Create an EBGP peer group.
group group-name external
4. Specify the AS number for the group. peer group-name as-number as-number
5. Add the peer into the group.
peer ip-address group group-name
NOTE:
Do not specify any AS number for a peer before adding it into the peer group.
All the added peers have the same AS number as that of the peer group.
To configure an EBGP peer group using the second approach:
Ste
p
Command
Remarks
1. Enter system view.
system-view N/A
2. Enter BGP view. bgp as-number N/A
3. Create an EBGP peer group.
group group-name external N/A
4. Specify an AS number for a
peer.
peer ip-address as-number
as-number
N/A
5. Add the peer into the group.
peer ip-address group group-name
[ as-number as-number ]
The AS number can be either
specified or not specified in
the command. If specified, the
AS number must be the same
as that specified for the peer
with the peer ip-address
as-number as-number
command.
NOTE:
Peers added in the group can have different AS numbers.