Configuring a BGP MDT route reflector

About configuring BGP MDT route reflectors

Procedure

  1. Enter system view.

    system-view

  2. Enter BGP instance view.

    bgp as-number [ instance instance-name ]

  3. Enter BGP IPv4 MDT address family view.

    address-family ipv4 mdt

  4. Configure the device as a route reflector and specify its peers or peer groups as clients.

    peer { group-name | ip-address [ mask-length ] } reflect-client

    By default, neither route reflectors nor clients exist.

  5. (Optional.) Disable route reflection between clients.

    undo reflect between-clients

    By default, route reflection between clients is disabled.

    For more information about this command, see Layer 3—IP Routing Command Reference.

  6. (Optional.) Configure the cluster ID of the route reflector.

    reflector cluster-id { cluster-id | ip-address }

    By default, a route reflector uses its router ID as the cluster ID.

    For more information about this command, see Layer 3—IP Routing Command Reference.