Skip to content

Commit

Permalink
Fix(eos_designs)!: Add missing BGP peer description for MLAG peerings…
Browse files Browse the repository at this point in the history
… in VRFs (#4394)
  • Loading branch information
ClausHolbechArista authored Aug 27, 2024
1 parent 11753be commit cf99195
Show file tree
Hide file tree
Showing 143 changed files with 735 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ router bgp 65101
route-target export evpn 10:10
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
!
vrf VRF11
Expand All @@ -780,6 +781,7 @@ router bgp 65101
route-target export evpn 11:11
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ router bgp 65101
route-target export evpn 10:10
router-id 10.255.0.4
neighbor 10.255.1.96 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.96 description dc1-leaf1a
redistribute connected
!
vrf VRF11
Expand All @@ -780,6 +781,7 @@ router bgp 65101
route-target export evpn 11:11
router-id 10.255.0.4
neighbor 10.255.1.96 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.96 description dc1-leaf1a
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ router bgp 65102
route-target export evpn 10:10
router-id 10.255.0.5
neighbor 10.255.1.101 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.101 description dc1-leaf2b
redistribute connected
!
vrf VRF11
Expand All @@ -838,6 +839,7 @@ router bgp 65102
route-target export evpn 11:11
router-id 10.255.0.5
neighbor 10.255.1.101 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.101 description dc1-leaf2b
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ router bgp 65102
route-target export evpn 10:10
router-id 10.255.0.6
neighbor 10.255.1.100 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.100 description dc1-leaf2a
redistribute connected
!
vrf VRF11
Expand All @@ -838,6 +839,7 @@ router bgp 65102
route-target export evpn 11:11
router-id 10.255.0.6
neighbor 10.255.1.100 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.100 description dc1-leaf2a
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ router bgp 65201
route-target export evpn 10:10
router-id 10.255.128.13
neighbor 10.255.129.117 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.117 description dc2-leaf1b
redistribute connected
!
vrf VRF11
Expand All @@ -780,6 +781,7 @@ router bgp 65201
route-target export evpn 11:11
router-id 10.255.128.13
neighbor 10.255.129.117 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.117 description dc2-leaf1b
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ router bgp 65201
route-target export evpn 10:10
router-id 10.255.128.14
neighbor 10.255.129.116 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.116 description dc2-leaf1a
redistribute connected
!
vrf VRF11
Expand All @@ -780,6 +781,7 @@ router bgp 65201
route-target export evpn 11:11
router-id 10.255.128.14
neighbor 10.255.129.116 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.116 description dc2-leaf1a
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ router bgp 65202
route-target export evpn 10:10
router-id 10.255.128.15
neighbor 10.255.129.121 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.121 description dc2-leaf2b
redistribute connected
!
vrf VRF11
Expand All @@ -838,6 +839,7 @@ router bgp 65202
route-target export evpn 11:11
router-id 10.255.128.15
neighbor 10.255.129.121 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.121 description dc2-leaf2b
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ router bgp 65202
route-target export evpn 10:10
router-id 10.255.128.16
neighbor 10.255.129.120 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.120 description dc2-leaf2a
redistribute connected
!
vrf VRF11
Expand All @@ -838,6 +839,7 @@ router bgp 65202
route-target export evpn 11:11
router-id 10.255.128.16
neighbor 10.255.129.120 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.120 description dc2-leaf2a
redistribute connected
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ router bgp 65101
route-target export evpn 10:10
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
!
vrf VRF11
Expand All @@ -335,6 +336,7 @@ router bgp 65101
route-target export evpn 11:11
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ router bgp 65101
route-target export evpn 10:10
router-id 10.255.0.4
neighbor 10.255.1.96 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.96 description dc1-leaf1a
redistribute connected
!
vrf VRF11
Expand All @@ -335,6 +336,7 @@ router bgp 65101
route-target export evpn 11:11
router-id 10.255.0.4
neighbor 10.255.1.96 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.96 description dc1-leaf1a
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ router bgp 65102
route-target export evpn 10:10
router-id 10.255.0.5
neighbor 10.255.1.101 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.101 description dc1-leaf2b
redistribute connected
!
vrf VRF11
Expand All @@ -370,6 +371,7 @@ router bgp 65102
route-target export evpn 11:11
router-id 10.255.0.5
neighbor 10.255.1.101 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.101 description dc1-leaf2b
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ router bgp 65102
route-target export evpn 10:10
router-id 10.255.0.6
neighbor 10.255.1.100 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.100 description dc1-leaf2a
redistribute connected
!
vrf VRF11
Expand All @@ -370,6 +371,7 @@ router bgp 65102
route-target export evpn 11:11
router-id 10.255.0.6
neighbor 10.255.1.100 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.100 description dc1-leaf2a
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ router bgp 65201
route-target export evpn 10:10
router-id 10.255.128.13
neighbor 10.255.129.117 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.117 description dc2-leaf1b
redistribute connected
!
vrf VRF11
Expand All @@ -335,6 +336,7 @@ router bgp 65201
route-target export evpn 11:11
router-id 10.255.128.13
neighbor 10.255.129.117 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.117 description dc2-leaf1b
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ router bgp 65201
route-target export evpn 10:10
router-id 10.255.128.14
neighbor 10.255.129.116 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.116 description dc2-leaf1a
redistribute connected
!
vrf VRF11
Expand All @@ -335,6 +336,7 @@ router bgp 65201
route-target export evpn 11:11
router-id 10.255.128.14
neighbor 10.255.129.116 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.116 description dc2-leaf1a
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ router bgp 65202
route-target export evpn 10:10
router-id 10.255.128.15
neighbor 10.255.129.121 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.121 description dc2-leaf2b
redistribute connected
!
vrf VRF11
Expand All @@ -370,6 +371,7 @@ router bgp 65202
route-target export evpn 11:11
router-id 10.255.128.15
neighbor 10.255.129.121 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.121 description dc2-leaf2b
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ router bgp 65202
route-target export evpn 10:10
router-id 10.255.128.16
neighbor 10.255.129.120 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.120 description dc2-leaf2a
redistribute connected
!
vrf VRF11
Expand All @@ -370,6 +371,7 @@ router bgp 65202
route-target export evpn 11:11
router-id 10.255.128.16
neighbor 10.255.129.120 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.129.120 description dc2-leaf2a
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.97
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf1b
- name: VRF11
router_id: 10.255.0.3
rd: 10.255.0.3:11
Expand All @@ -107,6 +108,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.97
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf1b
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.96
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf1a
- name: VRF11
router_id: 10.255.0.4
rd: 10.255.0.4:11
Expand All @@ -107,6 +108,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.96
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf1a
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.101
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf2b
- name: VRF11
router_id: 10.255.0.5
rd: 10.255.0.5:11
Expand All @@ -133,6 +134,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.101
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf2b
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.100
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf2a
- name: VRF11
router_id: 10.255.0.6
rd: 10.255.0.6:11
Expand All @@ -133,6 +134,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.1.100
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc1-leaf2a
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.117
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf1b
- name: VRF11
router_id: 10.255.128.13
rd: 10.255.128.13:11
Expand All @@ -107,6 +108,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.117
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf1b
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.116
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf1a
- name: VRF11
router_id: 10.255.128.14
rd: 10.255.128.14:11
Expand All @@ -107,6 +108,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.116
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf1a
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.121
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf2b
- name: VRF11
router_id: 10.255.128.15
rd: 10.255.128.15:11
Expand All @@ -133,6 +134,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.121
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf2b
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.120
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf2a
- name: VRF11
router_id: 10.255.128.16
rd: 10.255.128.16:11
Expand All @@ -133,6 +134,7 @@ router_bgp:
neighbors:
- ip_address: 10.255.129.120
peer_group: MLAG-IPv4-UNDERLAY-PEER
description: dc2-leaf2a
vlans:
- id: 11
tenant: TENANT1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ router bgp 65101
route-target export evpn 10:10
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
!
vrf VRF11
Expand All @@ -841,6 +842,7 @@ router bgp 65101
route-target export evpn 11:11
router-id 10.255.0.3
neighbor 10.255.1.97 peer group MLAG-IPv4-UNDERLAY-PEER
neighbor 10.255.1.97 description dc1-leaf1b
redistribute connected
```

Expand Down
Loading

0 comments on commit cf99195

Please sign in to comment.