Configuration Overview

The following procedure configures a basic BGP topology:
  1. Configure the interfaces that will connect to BGP neighbors. For each interface, do the following:
    1. Create a VLAN.
    2. Assign one or more ports to the VLAN.
    3. Configure a VLAN IP address.
    4. Enable IP forwarding on the VLAN.

      For more information on configuring VLANs, see VLANs

  2. Configure the BGP router ID using the following command:
  3. Configure the AS number to which the router should belong using the following command:
  4. To add one or more IBGP neighbors, use the following command and specify the AS number to which the router belongs:
  5. To add one or more EBGP neighbors, use the following command and specify the AS number of the remote AS (which is different from the AS to which the router belongs):
  6. If you want to simultaneously configure BGP options for multiple neighbors, create and configure peer groups as described in Configuring BGP Peer Groups.
  7. If the BGP network will support IPv4 traffic, you can skip this step. If the BGP network will support any other address family, you must enable support for that address family on BGP neighbors with either of the following commands:
  8. To configure additional BGP neighbor options, see Configuring BGP Neighbors.
  9. For instructions on configuring additional BGP features, see the list under Configuring BGP.
  10. Enable BGP neighbors using the following command:
  11. Enable BGP using the following command:

For instructions on displaying BGP information, see Displaying BGP Information.