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

feature request: allow easy configuration of groups of peers by defining a prefix as neighbor #221

Closed
job opened this issue Feb 9, 2015 · 3 comments

Comments

@job
Copy link
Contributor

job commented Feb 9, 2015

It would be really nice if you could configure an IPv4 or IPv6 prefix as neighbor rather then a single IP address, to easily share configuration between peers. Example configuration:

neighbor 10.0.0.0/24 {
  description "all ebgp speakers at the IXP";
  router-id 10.0.0.1;
  local-address 10.0.0.1;
  local-as 15562;
  graceful-restart;
}

Considerations:

  • If a prefix is configured as neighbor, automatically passive; should be enabled
  • From the OPEN message exabgp should derive what the peer's ASN is
  • Don't forget IPv6 support
@thomas-mangin
Copy link
Member

Hi Job, do you need this feature real soon now, or is it just a wish list as it would be nice to have (but no rush for it).

@job
Copy link
Contributor Author

job commented Feb 9, 2015

I'd classify this as a Defcon 5

@thomas-mangin
Copy link
Member

Hi @job - this is implemented in master (only for passive neighbor).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants