-
Notifications
You must be signed in to change notification settings - Fork 447
Capabilities : Route Refresh
Chris Herdt edited this page May 21, 2018
·
2 revisions
In order to use route refresh you must first enable the capability:
capability {
route-refresh;
}
Then you can use the following API call to ask for the remote peer to resend the routes.
announce route-refresh ipv4 unicast
announce route-refresh ipv6 unicast
The request must include the AFI/SAFI
Get Started
Misc
Self-Promotion