Reference Guide
192 | Border Gateway Protocol IPv4 (BGPv4)
www.dell.com | support.dell.com
Use these commands in the following sequence starting in the CONFIGURATION ROUTER BGP mode
to create a peer group
After you create a peer group, you can use any of the commands beginning with the keyword
neighbor to
configure that peer group.
When you add a peer to a peer group, it inherits all the peer group’s configured parameters.
A neighbor
cannot become part of a peer group if it has any of the following commands are configured:
• neighbor advertisement-interval
• neighbor distribute-list out
• neighbor filter-list out
• neighbor next-hop-self
• neighbor route-map out
• neighbor route-reflector-client
• neighbor send-community
Step Command Syntax Command Mode Purpose
1
neighbor peer-group-name
peer-group
CONFIG-ROUTER-
BGP
Create a peer group by assigning a name to it.
2
neighbor peer-group-name
no shutdown
CONFIG-ROUTER-
BGP
Enable the peer group.
By default, all peer groups are disabled
3
neighbor ip-address remote-as
as-number
CONFIG-ROUTER-
BGP
Create a BGP neighbor.
4
neighbor ip-address no shutdown CONFIG-ROUTER-
BGP
Enable the neighbor.
5
neighbor ip-address peer-group
peer-group-name
CONFIG-ROUTER-
BGP
Add an enabled neighbor to the peer group.
6
neighbor {ip-address | peer-group
name
} remote-as as-number
CONFIG-ROUTER-
BGP
Add a neighbor as a remote AS.
Formats:
IP Address A.B.C.D
Peer-Group Name16 characters
AS-number: 0-65535 (2-Byte) or
1-4294967295 | 0.1- 65535.65535 (4-Byte) or
0.1-65535.65535 (Dotted format)
To add an external BGP (EBGP) neighbor, configure the as-number
parameter with a number different from the BGP as-number configured
in the router bgp as-number command.
To add an internal BGP (IBGP neighbor, configure the as-number
parameter with the same BGP as-number configured in the router bgp
as-number command.










