Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTC: Enable to advertise Default Route Target #1716

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iwaseyusuke
Copy link
Contributor

This PR enables to advertise the default route target which suppress other specific route target advertisements. This can be used by a Route Reflector in order to reduce the amount of information exchanged between the Route Reflector and its clients.

Configuration Example:

  [[neighbors.afi-safis]]
    [neighbors.afi-safis.config]
      afi-safi-name = "rtc"
    [neighbors.afi-safis.route-target-membership.config]
      advertise-default = true

Also this PR includes some scenario test cases for the default route target advertisement.

This patch enables to advertise the default route target which suppress
other specific route target advertisements. This can be used by a Route
Reflector in order to reduce the amount of information exchanged between
the Route Reflector and its clients.

Configuration Example:
  [[neighbors.afi-safis]]
    [neighbors.afi-safis.config]
      afi-safi-name = "rtc"
    [neighbors.afi-safis.route-target-membership.config]
      advertise-default = true

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant