Configuring IPv6 BGP soft reset
Enabling route refresh
Step | Command | Remarks |
---|---|---|
1. Enter system view. | system-view | N/A |
2. Enter BGP view. | bgp as-number | N/A |
3. Enter IPv6 address family view. | ipv6-family | N/A |
4. Enable route refresh. | peer { ipv6-group-name | ipv6-address } capability-advertise route-refresh | Optional. Enabled by default. |
Performing manual soft-reset
Step | Command | Remarks |
---|---|---|
1. Enter system view. | system-view | N/A |
2. Enter BGP view. | bgp as-number | N/A |
3. Enter IPv6 address family view. | ipv6-family | N/A |
4. Save all routes from an IPv6 peer or peer group, not letting them go through the inbound policy. | peer { ipv6-group-name | ipv6-address } keep-all-routes | Optional. Not saved by default. If the peer keep-all-routes command is used, all routes from the peer or peer group are saved regardless of whether the filtering policy is available. These routes will be used to generate IPv6 BGP routes after soft-reset is performed. |
5. Return to user view. | return | N/A |
6. Soft-reset BGP connections manually. | refresh bgp ipv6 { all | ipv6-address | group ipv6-group-name | external | internal } { export | import } | N/A |