-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathATD_TENANTS_NETWORKS.yml
58 lines (57 loc) · 1.57 KB
/
ATD_TENANTS_NETWORKS.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
svi_profiles:
- profile: GENERIC
mtu: 1560
enabled: true
- profile: GENERIC_FULL
name: GENERIC Name
mtu: 1560
enabled: false
ip_address_virtual: 10.1.10.254/24
- profile: WITH_NO_MTU
enabled: true
- profile: WITH_SNOOPING
enabled: true
igmp_snooping_enabled: false
tenants:
# Tenant A Specific Information - VRFs / VLANs
- name: Tenant_A
mac_vrf_vni_base: 10000
# Optional example enabling multicast for tenant
# Requires enabling of multicast in ATD_FABRIC.yml
# evpn_l2_multicast:
# enabled: true
# underlay_l2_multicast_group_ipv4_pool: 232.0.0.0/20
# underlay_l2_multicast_group_ipv4_pool_offset: 2
vrfs:
- name: Tenant_A_OP_Zone
vrf_vni: 10
vtep_diagnostic:
loopback: 100
loopback_ip_range: 10.255.1.0/24
svis:
- id: 110
name: Tenant_A_OP_Zone_1
tags: [opzone]
enabled: true
ip_address_virtual: 10.1.10.1/24
l2vlans:
- id: 160
vni_override: 55160
name: Tenant_A_VMOTION
tags: [vmotion]
# - name: Tenant_B
# mac_vrf_vni_base: 20000
# vrfs:
# - name: Tenant_B_OP_Zone
# vrf_vni: 20
# svis:
# - id: 210
# name: Tenant_B_OP_Zone_1
# tags: ['opzone']
# profile: WITH_NO_MTU
# ip_address_virtual: 10.2.10.1/24
# - id: 211
# name: Tenant_B_OP_Zone_2
# tags: ['opzone']
# profile: GENERIC_FULL
# ip_address_virtual: 10.2.11.1/24