-
Notifications
You must be signed in to change notification settings - Fork 5
/
sample-vlan-tenants.cfg
237 lines (237 loc) · 3.65 KB
/
sample-vlan-tenants.cfg
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
vlan-tenant admin
fabric internal
static-routes 0.0.0.0/0
gateway 10.255.250.4
!
network admin-fw-transit
vlanid 10
network 10.255.250.0/29
build-route-neighbors true
connections switch-pair leaf01
interface 1/14
mode trunk
!
!
!
network admin-main
vlanid 11
network 10.255.2.0/23
connections switch admin-vsw
interface 0/3
mode access
!
!
!
network admin-small
vlanid 12
network 10.255.1.0/24
connections switch admin-vsw
interface 1/0
mode access
!
!
!
network esxi-mgmt
vlanid 30
network 10.255.6.0/23
connections switch-pair leaf02
interface 1/20
description esxi0x
mode trunk
!
interface 1/21
description esxi0x
mode trunk
!
interface 1/22
description esxi0x
mode trunk
!
!
!
!
vlan-tenant admin-private
fabric internal
network vmotion-mgmt1
vlanid 32
network 10.255.16.128/25
connections switch-pair leaf02
interface 1/20
description esxi0x
mode trunk
!
interface 1/21
description esxi0x
mode trunk
!
interface 1/22
description esxi0x
mode trunk
!
!
!
!
vlan-tenant dmz01
fabric dmz01
network dmz-edge-transit-inside
vlanid 10
network 10.255.250.16/29
layer3-on-fabric false
connections switch-pair dmz-sw01
interface 1/3
mode access
!
interface 1/5
mode trunk
!
port-channel 11
mode trunk
interface 1/7
!
!
port-channel 12
mode trunk
interface 1/8
!
!
!
!
!
vlan-tenant dmz02
fabric dmz02
network outside-admin-fw
vlanid 11
network 10.255.250.8/29
layer3-on-fabric false
connections switch-pair dmz-sw02
interface 1/12
mode trunk
!
port-channel 11
mode trunk
interface 1/5
!
!
port-channel 12
mode trunk
interface 1/6
!
!
!
!
network pod-firewall-outside
vlanid 100
network 10.255.240.0/21
layer3-on-fabric false
connections switch nfv-sw01
interface 0/3
mode trunk
!
interface 1/0
mode trunk
!
interface 1/1
mode trunk
!
!
connections switch-pair dmz-sw02
port-channel 11
mode trunk
interface 1/5
!
!
port-channel 12
mode trunk
interface 1/6
!
!
!
!
!
vlan-tenant pod1
fabric internal
network pod1-backend
vlanid 101
network 10.10.20.0/24
layer3-on-fabric false
connections switch nfv-sw02
interface 0/3
mode trunk
!
!
connections switch pod1-vsw
interface 0/3
mode access
!
interface 1/1
mode access
!
!
!
!
vlan-tenant pod2
fabric internal
network pod2-backend
vlanid 102
network 10.10.20.0/24
layer3-on-fabric false
connections switch nfv-sw02
interface 1/0
mode trunk
!
!
connections switch pod1-vsw
interface 1/0
mode access
!
!
!
!
vlan-tenant pod3
fabric internal
network pod3-backend
vlanid 103
network 10.10.20.0/24
layer3-on-fabric false
connections switch nfv-sw02
interface 1/1
mode trunk
!
!
connections switch pod1-vsw
interface 1/2
mode access
!
!
!
!
vlan-tenant shared-services
fabric internal
static-routes 0.0.0.0/0
gateway 10.255.250.36
!
network shared-services-main
vlanid 21
network 10.255.248.0/24
connections switch admin-vsw
interface 1/1
mode access
!
interface 1/2
mode access
!
interface 1/3
mode access
!
!
!
network shared-services-transit
vlanid 20
network 10.255.250.32/29
connections switch-pair leaf01
interface 1/14
mode trunk
!
!
!
!