3030 server :
3131 port : server-4/enp2s1
3232 switch :
33- port : s5248-02/Ethernet3
33+ port : s5248-02/E1/1
3434` ` `
3535
3636### Bundled
@@ -49,11 +49,11 @@ spec:
4949 - server :
5050 port : server-3/enp2s1
5151 switch :
52- port : s5248-01/Ethernet3
52+ port : s5248-01/E1/1
5353 - server :
5454 port : server-3/enp2s2
5555 switch :
56- port : s5248-01/Ethernet4
56+ port : s5248-01/E1/2
5757` ` `
5858
5959### MCLAG
@@ -75,11 +75,11 @@ spec:
7575 - server:
7676 port: server-1/enp2s1
7777 switch:
78- port: s5248-01/Ethernet1
78+ port: s5248-01/E1/1
7979 - server:
8080 port: server-1/enp2s2
8181 switch:
82- port: s5248-02/Ethernet1
82+ port: s5248-02/E1/1
8383` ` `
8484
8585# ## ESLAG
@@ -100,11 +100,11 @@ spec:
100100 - server:
101101 port: server-1/enp2s1
102102 switch:
103- port: s5248-01/Ethernet1
103+ port: s5248-01/E1/1
104104 - server:
105105 port: server-1/enp2s2
106106 switch:
107- port: s5248-02/Ethernet1
107+ port: s5248-02/E1/1
108108` ` `
109109
110110# # Switch connections (fabric-facing)
@@ -127,16 +127,16 @@ spec:
127127 links: # Defines multiple links between a spine-leaf pair of switches with IP addresses
128128 - leaf:
129129 ip: 172.30.30.1/31
130- port: s5248-01/Ethernet48
130+ port: s5248-01/E1/18
131131 spine:
132132 ip: 172.30.30.0/31
133- port: s5232-01/Ethernet0
133+ port: s5232-01/E1/1
134134 - leaf:
135135 ip: 172.30.30.3/31
136- port: s5248-01/Ethernet56
136+ port: s5248-01/E1/16
137137 spine:
138138 ip: 172.30.30.2/31
139- port: s5232-01/Ethernet4
139+ port: s5232-01/E1/2
140140` ` `
141141
142142# ## MCLAG-Domain
@@ -155,22 +155,22 @@ spec:
155155 mclagDomain:
156156 peerLinks: # Defines multiple links between a pair of MCLAG switches for Peer link
157157 - switch1:
158- port: s5248-01/Ethernet72
158+ port: s5248-01/E1/12
159159 switch2:
160- port: s5248-02/Ethernet72
160+ port: s5248-02/E1/12
161161 - switch1:
162- port: s5248-01/Ethernet73
162+ port: s5248-01/E1/13
163163 switch2:
164- port: s5248-02/Ethernet73
164+ port: s5248-02/E1/13
165165 sessionLinks: # Defines multiple links between a pair of MCLAG switches for Session link
166166 - switch1:
167- port: s5248-01/Ethernet74
167+ port: s5248-01/E1/14
168168 switch2:
169- port: s5248-02/Ethernet74
169+ port: s5248-02/E1/14
170170 - switch1:
171- port: s5248-01/Ethernet75
171+ port: s5248-01/E1/15
172172 switch2:
173- port: s5248-02/Ethernet75
173+ port: s5248-02/E1/15
174174` ` `
175175
176176# ## VPC-Loopback
@@ -188,13 +188,13 @@ spec:
188188 vpcLoopback:
189189 links: # Defines multiple loopbacks on a single switch
190190 - switch1:
191- port: s5248-01/Ethernet16
191+ port: s5248-01/E1/16
192192 switch2:
193- port: s5248-01/Ethernet17
193+ port: s5248-01/E1/17
194194 - switch1:
195- port: s5248-01/Ethernet18
195+ port: s5248-01/E1/18
196196 switch2:
197- port: s5248-01/Ethernet19
197+ port: s5248-01/E1/19
198198` ` `
199199
200200# # Connecting Fabric to the outside world
@@ -217,7 +217,7 @@ spec:
217217 staticExternal:
218218 link:
219219 switch:
220- port: s5248-04/Ethernet1 # Switch port to use
220+ port: s5248-04/E1/1 # Switch port to use
221221 ip: 172.30.50.5/24 # IP address that will be assigned to the switch port
222222 vlan: 1005 # Optional VLAN ID to use for the switch port; if 0, no VLAN is configured
223223 subnets: # List of subnets to route to the switch port using static routes and next hop
@@ -253,5 +253,5 @@ spec:
253253 external:
254254 link: # Defines a single link between a switch and an external system
255255 switch:
256- port: s5248-03/Ethernet3
256+ port: s5248-03/E1/3
257257` ` `
0 commit comments