S1720, S2700, S5700, and S6720 V200R011C10 Configuration Guide - IP Unicast Routing

This document describes IP Unicast Routing configurations supported by the switch, including the principle and configuration procedures of IP Routing Overview, Static Route, RIP, RIPng, OSPF, OSPFv3, IS-IS(IPv4), IS-IS(IPv6), BGP, Routing Policy ,and PBR, and provides configuration examples.

Configuring BGP Peers

Configuring BGP Peers

Context

During the configuration of BGP peers, if the AS number of the specified peer is the same as the local AS number, an IBGP peer is configured. If the AS number of the specified peer is different from the local AS number, an EBGP peer is configured. To enhance the stability of BGP connections, you are advised to use the reachable loopback interface addresses to establish BGP connections.

When loopback interface addresses are used to establish a BGP connection, run the peer connect-interface command on both ends of the BGP connection to ensure the correctness of interfaces and addresses on the TCP connection. If the command is run on only one end, the BGP connection may fail to be established.

When loopback interface addresses are used to establish an EBGP connection, the peer ebgp-max-hop command with hop-count greater than or equal to 2 must be run. Otherwise, the EBGP connection cannot be established.

To perform the same configuration on a large number of peers, configure a BGP peer group according to (Optional) Configuring a BGP Peer Group to reduce the configuration workload.

Procedure

  1. Run system-view

    The system view is displayed.

  2. Run bgp { as-number-plain | as-number-dot }

    The BGP view is displayed.

  3. Run peer { ipv4-address | ipv6-address } as-number { as-number-plain | as-number-dot }

    The BGP peer is created.

    By default, BGP does not create BGP peers.

  4. (Optional) Run peer ipv4-address connect-interface interface-type interface-number [ ipv4-source-address ]

    or run: peer ipv6-address connect-interface interface-type interface-number [ ipv6-source-address ]

    A source interface and a source IP address are specified for the peer to establish a TCP connection.

    By default, BGP uses the interface that is directly connected to the peer to establish a TCP connection.

  5. (Optional) Run peer { ipv4-address | ipv6-address } ebgp-max-hop [ hop-count ]

    The maximum number of hops allowed for the establishment of an EBGP connection is set.

    By default, the maximum number of hops allowed for an EBGP connection is 1. That is, an EBGP connection must be established on a directly connected physical link.

  6. (Optional) Run peer { ipv4-address | ipv6-address } description description-text

    The description of the peer is configured.

    If a BGP peer is configured on an IPv4 unicast network, steps 7 and 8 are not required. If a BGP peer is configured on an IPv4 multicast network and an IPv6 unicast network, steps 7 and 8 are required.

  7. (Optional) Run the following commands as required.
    • Run ipv4-family multicast

      The BGP-IPv4 multicast address family view is displayed.

    • Run ipv6-family [ unicast ]

      The BGP-IPv6 unicast address family view is displayed.

  8. (Optional) Run peer { ipv4-address | ipv6-address } enable

    MP-BGP is enabled on the BGP peers to configure them as MP-BGP peers.