30
30
server :
31
31
port : server-4/enp2s1
32
32
switch :
33
- port : s5248-02/Ethernet3
33
+ port : s5248-02/E1/1
34
34
` ` `
35
35
36
36
### Bundled
@@ -49,11 +49,11 @@ spec:
49
49
- server :
50
50
port : server-3/enp2s1
51
51
switch :
52
- port : s5248-01/Ethernet3
52
+ port : s5248-01/E1/1
53
53
- server :
54
54
port : server-3/enp2s2
55
55
switch :
56
- port : s5248-01/Ethernet4
56
+ port : s5248-01/E1/2
57
57
` ` `
58
58
59
59
### MCLAG
@@ -75,11 +75,11 @@ spec:
75
75
- server:
76
76
port: server-1/enp2s1
77
77
switch:
78
- port: s5248-01/Ethernet1
78
+ port: s5248-01/E1/1
79
79
- server:
80
80
port: server-1/enp2s2
81
81
switch:
82
- port: s5248-02/Ethernet1
82
+ port: s5248-02/E1/1
83
83
` ` `
84
84
85
85
# ## ESLAG
@@ -100,11 +100,11 @@ spec:
100
100
- server:
101
101
port: server-1/enp2s1
102
102
switch:
103
- port: s5248-01/Ethernet1
103
+ port: s5248-01/E1/1
104
104
- server:
105
105
port: server-1/enp2s2
106
106
switch:
107
- port: s5248-02/Ethernet1
107
+ port: s5248-02/E1/1
108
108
` ` `
109
109
110
110
# # Switch connections (fabric-facing)
@@ -127,16 +127,16 @@ spec:
127
127
links: # Defines multiple links between a spine-leaf pair of switches with IP addresses
128
128
- leaf:
129
129
ip: 172.30.30.1/31
130
- port: s5248-01/Ethernet48
130
+ port: s5248-01/E1/18
131
131
spine:
132
132
ip: 172.30.30.0/31
133
- port: s5232-01/Ethernet0
133
+ port: s5232-01/E1/1
134
134
- leaf:
135
135
ip: 172.30.30.3/31
136
- port: s5248-01/Ethernet56
136
+ port: s5248-01/E1/16
137
137
spine:
138
138
ip: 172.30.30.2/31
139
- port: s5232-01/Ethernet4
139
+ port: s5232-01/E1/2
140
140
` ` `
141
141
142
142
# ## MCLAG-Domain
@@ -155,22 +155,22 @@ spec:
155
155
mclagDomain:
156
156
peerLinks: # Defines multiple links between a pair of MCLAG switches for Peer link
157
157
- switch1:
158
- port: s5248-01/Ethernet72
158
+ port: s5248-01/E1/12
159
159
switch2:
160
- port: s5248-02/Ethernet72
160
+ port: s5248-02/E1/12
161
161
- switch1:
162
- port: s5248-01/Ethernet73
162
+ port: s5248-01/E1/13
163
163
switch2:
164
- port: s5248-02/Ethernet73
164
+ port: s5248-02/E1/13
165
165
sessionLinks: # Defines multiple links between a pair of MCLAG switches for Session link
166
166
- switch1:
167
- port: s5248-01/Ethernet74
167
+ port: s5248-01/E1/14
168
168
switch2:
169
- port: s5248-02/Ethernet74
169
+ port: s5248-02/E1/14
170
170
- switch1:
171
- port: s5248-01/Ethernet75
171
+ port: s5248-01/E1/15
172
172
switch2:
173
- port: s5248-02/Ethernet75
173
+ port: s5248-02/E1/15
174
174
` ` `
175
175
176
176
# ## VPC-Loopback
@@ -188,13 +188,13 @@ spec:
188
188
vpcLoopback:
189
189
links: # Defines multiple loopbacks on a single switch
190
190
- switch1:
191
- port: s5248-01/Ethernet16
191
+ port: s5248-01/E1/16
192
192
switch2:
193
- port: s5248-01/Ethernet17
193
+ port: s5248-01/E1/17
194
194
- switch1:
195
- port: s5248-01/Ethernet18
195
+ port: s5248-01/E1/18
196
196
switch2:
197
- port: s5248-01/Ethernet19
197
+ port: s5248-01/E1/19
198
198
` ` `
199
199
200
200
# # Connecting Fabric to the outside world
@@ -217,7 +217,7 @@ spec:
217
217
staticExternal:
218
218
link:
219
219
switch:
220
- port: s5248-04/Ethernet1 # Switch port to use
220
+ port: s5248-04/E1/1 # Switch port to use
221
221
ip: 172.30.50.5/24 # IP address that will be assigned to the switch port
222
222
vlan: 1005 # Optional VLAN ID to use for the switch port; if 0, no VLAN is configured
223
223
subnets: # List of subnets to route to the switch port using static routes and next hop
@@ -253,5 +253,5 @@ spec:
253
253
external:
254
254
link: # Defines a single link between a switch and an external system
255
255
switch:
256
- port: s5248-03/Ethernet3
256
+ port: s5248-03/E1/3
257
257
` ` `
0 commit comments