Configuring BGP LS route reflection
Perform this task to configure a BGP route reflector and its clients. The route reflector and its clients automatically form a cluster identified by the router ID of the route reflector. The route reflector forwards route updates among its clients.
To configure BGP LS route reflection:
Step | Command | Remarks |
---|---|---|
1. Enter system view. | system-view | N/A |
2. Enter BGP instance view. | bgp as-number [ instance instance-name ] | N/A |
3. Enter BGP LS address family view. | address-family link-state | N/A |
4. Configure the device as a route reflector and specify a peer or peer group as its client. | peer { group-name | ipv4-address [ mask-length ] | ipv6-address [ prefix-length ] } reflect-client | By default, no route reflector or client is configured. |
5. Enable route reflection between clients. | reflect between-clients | By default, route reflection between clients is enabled. |
6. (Optional.) Configure the cluster ID of the route reflector. | reflector cluster-id { cluster-id | ipv4-address } | By default, a route reflector uses its own router ID as the cluster ID. |