You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
add BGP router-id under each VRF so that it is deterministic.
The text was updated successfully, but these errors were encountered: