network/salt-pillar/switches/init.sls

115 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-11-12 00:02:45 +01:00
switches:
2016-11-13 03:19:54 +01:00
switch-b1:
model: '3com-4200G'
location: Haus B Souterrain
ports:
switch-b2:
mode: trunk
ports:
2016-11-14 00:36:36 +01:00
- '25'
- '26'
- '27'
- '28'
2016-11-13 03:19:54 +01:00
vlans:
- mgmt
- pub
switch-c1:
mode: trunk
ports:
2016-11-14 00:36:36 +01:00
- '29'
- '30'
- '31'
- '32'
2016-11-13 03:19:54 +01:00
vlans:
- mgmt
- pub
switch-d1:
mode: trunk
ports:
2016-11-14 00:36:36 +01:00
- '33'
- '34'
- '35'
- '36'
2016-11-13 03:19:54 +01:00
vlans:
- mgmt
- pub
mgmt:
mode: access
ports:
2016-11-14 00:36:36 +01:00
- '1'
2016-11-13 03:19:54 +01:00
pub:
mode: access
ports:
2016-11-14 00:36:36 +01:00
- '2'
- '3'
- '24'
- '37'
- '48'
switch-b2:
model: '3com-4200G'
location: Haus B Souterrain
ports:
switch-b2:
mode: trunk
ports:
- '25'
- '26'
- '27'
- '28'
vlans:
- mgmt
- pub
mgmt:
mode: access
ports:
- '1'
pub:
mode: access
ports:
- '2'
- '3'
- '24'
- '37'
- '48'
2016-11-12 00:02:45 +01:00
switch-d1:
model: 'TL-SG3210'
location: Turm D Keller
ports:
switch-b1:
mode: trunk
ports: 1-4
vlans:
- mgmt
- pub
up1:
mode: access
2016-11-14 00:36:36 +01:00
ports:
- '5'
2016-11-12 00:02:45 +01:00
mgmt:
mode: access
2016-11-14 00:36:36 +01:00
ports:
- '6'
2016-11-12 00:02:45 +01:00
pub:
mode: access
2016-11-14 00:36:36 +01:00
ports:
- 7-8
switch-c1:
model: 'TL-SG3210'
location: Turm D Keller
ports:
switch-b1:
mode: trunk
ports: 1-4
vlans:
- mgmt
- pub
mgmt:
mode: access
ports:
- '6'
pub:
mode: access
ports:
- '5'
- 7-8