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

bgp router-id under each VRF #65

Closed
carlbuchmann opened this issue Jan 14, 2020 · 1 comment
Closed

bgp router-id under each VRF #65

carlbuchmann opened this issue Jan 14, 2020 · 1 comment
Assignees
Labels
EVPN design guide type: bug Something isn't working type: enhancement New feature or request

Comments

@carlbuchmann
Copy link
Member

add BGP router-id under each VRF so that it is deterministic.

@carlbuchmann carlbuchmann self-assigned this Jan 14, 2020
@carlbuchmann carlbuchmann added the type: bug Something isn't working label Apr 15, 2020
@titom73 titom73 self-assigned this Apr 22, 2020
titom73 added a commit that referenced this issue Apr 22, 2020
Configure VRF with router-id computed by AVD for global BGP process.

- Implement a new `router_id` key for structured_configs for every VRF annunced with BGP

```
Tenant_A_WEB_Zone:
  router_id: 192.168.255.3
  rd: "192.168.255.3:111"
```

- Implement router-id in configuration if router_id is configured in VRF
BGP VRF stanza.

```
router bgp 65101
   vrf Tenant_A_WEB_Zone
      router-id 192.168.255.3
      rd 192.168.255.3:111
```
carlbuchmann added a commit that referenced this issue Apr 22, 2020
Fix #65 - Implement router_id for BGP in VRFs
@titom73
Copy link
Contributor

titom73 commented Apr 22, 2020

Closed since PR has been merged.

@titom73 titom73 closed this as completed Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EVPN design guide type: bug Something isn't working type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants