< Home

Configuring a BGP4+ Route Reflector

By configuring a BGP4+ route reflector, you can solve the problem of establishing fully meshed connections between multiple IBGP peers.

Context

To ensure the connectivity between IBGP peers inside an AS, you need to establish full-meshed IBGP peers. When there are many IBGP peers, establishing a full-meshed network costs a lot. The route reflector or the confederation can be used to solve this problem.

Procedure

  1. Access the system view.

    system-view

  2. Access the BGP view.

    bgp { as-number-plain | as-number-dot }

  3. Access the BGP IPv6 unicast address family view.

    ipv6-family unicast

  4. Configure an RR and its client.

    peer { ipv4-address | ipv6-address | group-name } reflect-client

  5. (Optional) Set a cluster ID for the RR.

    reflector cluster-id cluster-id

    By default, each RR uses its router ID as the cluster ID.

  6. (Optional) Disable route reflection between clients.

    undo reflect between-clients

    By default, route reflection is allowed between clients.

  7. (Optional) Prohibit BGP from adding preferred routes to IP routing tables.

    routing-table rib-only [ route-policy route-policy-name ]

    By default, BGP adds preferred routes to IP routing tables.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >