-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDC1_FABRIC.yml
144 lines (130 loc) · 3.83 KB
/
DC1_FABRIC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
---
# L3LS Fabric Values - update these values with caution,
# SOME CHANGES COULD BE DISRUPTIVE.
fabric_name: DC1_FABRIC
# Enable vlan aware bundles
vxlan_vlan_aware_bundles: true
# bgp peer groups passwords
bgp_peer_groups:
IPv4_UNDERLAY_PEERS:
password: "AQQvKeimxJu+uGQ/yYvv9w=="
EVPN_OVERLAY_PEERS:
password: "q+VNViP5i4rVjW1cxFv2wA=="
MLAG_IPv4_UNDERLAY_PEER:
password: "vnEaG8gMeQf3d3cN6PktXQ=="
# Spine Switches
spine:
defaults:
platform: vEOS-LAB
bgp_as: 65001
loopback_ipv4_pool: 192.168.255.0/24
bgp_defaults:
- 'no bgp default ipv4-unicast'
- 'distance bgp 20 200 200'
- 'graceful-restart restart-time 300'
- 'graceful-restart'
mlag_peer_ipv4_pool: 10.255.252.0/24
mlag_peer_l3_ipv4_pool: 10.255.251.0/24
nodes:
DC1-SPINE1:
id: 1
mgmt_ip: 10.255.0.11/24
DC1-SPINE2:
id: 2
mgmt_ip: 10.255.0.12/24
# Leaf switch groups
# A maximum of two nodes can form a leaf group
# When two nodes are in a leaf group this will automatically form mlag pair
l3leaf:
defaults:
platform: vEOS-LAB
loopback_ipv4_pool: 192.168.255.0/24
loopback_ipv4_offset: 2
vtep_loopback_ipv4_pool: 192.168.254.0/24
uplink_interfaces: ['Ethernet1', 'Ethernet2']
uplink_switches: ['DC1-SPINE1', 'DC1-SPINE2']
uplink_ipv4_pool: 172.31.255.0/24
mlag_interfaces: [ Ethernet3, Ethernet4 ]
mlag_peer_ipv4_pool: 10.255.252.0/24
mlag_peer_l3_ipv4_pool: 10.255.251.0/24
virtual_router_mac_address: 00:1c:73:00:dc:01
bgp_defaults:
- 'no bgp default ipv4-unicast'
- 'distance bgp 20 200 200'
- 'graceful-restart restart-time 300'
- 'graceful-restart'
spanning_tree_mode: mstp
spanning_tree_priority: 16384
node_groups:
DC1_LEAF1:
bgp_as: 65101
nodes:
DC1-LEAF1A:
id: 1
mgmt_ip: 10.255.0.13/24
uplink_switch_interfaces: [Ethernet1, Ethernet1]
DC1-LEAF1B:
id: 2
mgmt_ip: 10.255.0.14/24
uplink_switch_interfaces: [Ethernet2, Ethernet2]
DC1_LEAF2:
bgp_as: 65102
nodes:
DC1-LEAF2A:
id: 3
mgmt_ip: 10.255.0.15/24
uplink_switch_interfaces: [Ethernet3, Ethernet3]
DC1-LEAF2B:
id: 4
mgmt_ip: 10.255.0.16/24
uplink_switch_interfaces: [Ethernet4, Ethernet4]
l2leaf:
defaults:
platform: vEOS-LAB
uplink_switches: ['DC1-LEAF1A', 'DC1-LEAF1B']
uplink_interfaces: [ Ethernet1, Ethernet2 ]
mlag_interfaces: [ Ethernet3, Ethernet4 ]
mlag_peer_ipv4_pool: 10.255.252.0/24
mlag_peer_l3_ipv4_pool: 10.255.251.0/24
virtual_router_mac_address: 00:1c:73:00:dc:01
spanning_tree_mode: mstp
spanning_tree_priority: 16384
mlag: false
node_groups:
DC1_L2LEAF1:
uplink_switches: [ DC1-LEAF1A, DC1-LEAF1B ]
filter:
tenants: [ Tenant_A ]
tags: [ opzone, web, app ]
nodes:
DC1-L2LEAF1A:
id: 5
mgmt_ip: 10.255.0.17/24
uplink_switch_interfaces: [ Ethernet5, Ethernet5 ]
DC1_L2LEAF2:
uplink_switches: [ DC1-LEAF2A, DC1-LEAF2B ]
filter:
tenants: [ Tenant_A ]
tags: [ opzone, web, app ]
nodes:
DC1-L2LEAF2A:
id: 7
mgmt_ip: 10.255.0.18/24
uplink_switch_interfaces: [ Ethernet5, Ethernet5 ]
#### Override for vEOS Lab Caveats ####
# Disable update wait-for-convergence and update wait-for-install,
# which is not supported in vEOS-LAB.
# Refer to design guide
# Update p2p mtu 9000 -> 1500
p2p_uplinks_mtu: 1500
# Adjust default bfd values
bfd_multihop:
interval: 1200
min_rx: 1200
multiplier: 3
# List of additional CVP configlets to bind to devices and containers
# Configlets MUST be configured on CVP before running AVD playbooks.
# cv_configlets:
# containers:
# DC1_L3LEAFS:
# - ASE_GLOBAL-ALIASES