Skip to content

Commit

Permalink
Test: Moleculing the molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Oct 10, 2024
1 parent 8c40138 commit 75302cf
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
peer_groups:
- name: IPv4-UNDERLAY-PEERS
type: ipv4
Expand All @@ -18,8 +20,6 @@ router_bgp:
peer_groups:
- name: IPv4-UNDERLAY-PEERS
activate: true
redistribute_routes:
- source_protocol: connected
neighbors:
- ip_address: 100.64.21.2
remote_as: '65000'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: IPv4-UNDERLAY-PEERS
type: ipv4
Expand All @@ -28,9 +31,6 @@ router_bgp:
activate: true
- name: EVPN-OVERLAY-PEERS
activate: false
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
address_family_evpn:
peer_groups:
- name: EVPN-OVERLAY-PEERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: MLAG-IPv4-UNDERLAY-PEER
type: ipv4
Expand Down Expand Up @@ -52,9 +55,6 @@ router_bgp:
remote_as: '65000'
peer: site1-wan2
description: site1-wan2_Ethernet1
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
vrfs:
- name: BLUE
router_id: 192.168.255.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: MLAG-IPv4-UNDERLAY-PEER
type: ipv4
Expand Down Expand Up @@ -52,9 +55,6 @@ router_bgp:
remote_as: '65000'
peer: site1-wan2
description: site1-wan2_Ethernet2
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
vrfs:
- name: BLUE
router_id: 192.168.255.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ router_bgp:
ipv4_unicast: false
maximum_paths:
paths: 16
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: IPv4-UNDERLAY-PEERS
type: ipv4
Expand Down Expand Up @@ -37,9 +40,6 @@ router_bgp:
activate: true
- name: WAN-OVERLAY-PEERS
activate: false
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
neighbors:
- ip_address: 10.0.1.8
peer_group: IPv4-UNDERLAY-PEERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ router_bgp:
ipv4_unicast: false
maximum_paths:
paths: 16
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: IPv4-UNDERLAY-PEERS
type: ipv4
Expand Down Expand Up @@ -37,9 +40,6 @@ router_bgp:
activate: true
- name: WAN-OVERLAY-PEERS
activate: false
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
neighbors:
- ip_address: 10.0.1.12
peer_group: IPv4-UNDERLAY-PEERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: MLAG-IPv4-UNDERLAY-PEER
type: ipv4
Expand Down Expand Up @@ -47,9 +50,6 @@ router_bgp:
remote_as: '65000'
peer: site2-wan1
description: site2-wan1_Ethernet1
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
vrfs:
- name: BLUE
router_id: 192.168.255.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ router_bgp:
maximum_paths:
paths: 4
ecmp: 4
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: MLAG-IPv4-UNDERLAY-PEER
type: ipv4
Expand Down Expand Up @@ -47,9 +50,6 @@ router_bgp:
remote_as: '65000'
peer: site2-wan2
description: site2-wan2_Ethernet1
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
vrfs:
- name: BLUE
router_id: 192.168.255.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ router_bgp:
ipv4_unicast: false
maximum_paths:
paths: 16
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
peer_groups:
- name: IPv4-UNDERLAY-PEERS
type: ipv4
Expand All @@ -34,9 +37,6 @@ router_bgp:
activate: true
- name: WAN-OVERLAY-PEERS
activate: false
redistribute_routes:
- source_protocol: connected
route_map: RM-CONN-2-BGP
neighbors:
- ip_address: 10.0.2.12
peer_group: IPv4-UNDERLAY-PEERS
Expand Down
Loading

0 comments on commit 75302cf

Please sign in to comment.