-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONNECTED_ENDPOINTS.yml
99 lines (96 loc) · 3.94 KB
/
CONNECTED_ENDPOINTS.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
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
---
# Definition of connected endpoints in the fabric.
servers:
# Name of the defined server.
- name: HOST-1
# Definition of adapters on the server.
adapters:
# Name of the server interfaces that will be used in the description of each interface
- endpoint_ports: [ ether1, ether2 ]
# Device ports where the server ports are connected.
switch_ports: [ Ethernet6, Ethernet6 ]
# Device names where the server ports are connected.
switches: [ WERNER-DC1-LEAF-1A, WERNER-DC1-LEAF-1B]
# VLANs that will be configured on these ports.
vlans: 100-105
# Native VLAN to be used on these ports.
#native_vlan: 1
# L2 mode of the port.
mode: trunk
# Spanning tree portfast configuration on this port.
spanning_tree_portfast: edge
# Definition of the pair of ports as port channel.
port_channel:
# Description of the port channel interface.
description: PortChannel HOST-1
# Port channel mode for LACP.
mode: active
- name: HOST-4
# Definition of adapters on the server.
adapters:
# Name of the server interfaces that will be used in the description of each interface
- endpoint_ports: [ ether1, ether2 ]
# Device ports where the server ports are connected.
switch_ports: [ Ethernet7, Ethernet7 ]
# Device names where the server ports are connected.
switches: [ WERNER-DC1-LEAF-1A, WERNER-DC1-LEAF-1B]
# VLANs that will be configured on these ports.
vlans: 100-105
# Native VLAN to be used on these ports.
#native_vlan: 1
# L2 mode of the port.
mode: trunk
# Spanning tree portfast configuration on this port.
spanning_tree_portfast: edge
# Definition of the pair of ports as port channel.
port_channel:
# Description of the port channel interface.
description: PortChannel HOST-1
# Port channel mode for LACP.
mode: active
- name: HOST-2
# Definition of adapters on the server.
adapters:
# Name of the server interfaces that will be used in the description of each interface
- endpoint_ports: [ ether1, ether2 ]
# Device ports where the server ports are connected.
switch_ports: [ Ethernet6, Ethernet6 ]
# Device names where the server ports are connected.
switches: [ WERNER-DC1-LEAF-2A, WERNER-DC1-LEAF-2B]
# VLANs that will be configured on these ports.
vlans: 100-105
# Native VLAN to be used on these ports.
#native_vlan: 1
# L2 mode of the port.
mode: trunk
# Spanning tree portfast configuration on this port.
spanning_tree_portfast: edge
# Definition of the pair of ports as port channel.
port_channel:
# Description of the port channel interface.
description: PortChannel HOST-1
# Port channel mode for LACP.
mode: active
- name: HOST-3
# Definition of adapters on the server.
adapters:
# Name of the server interfaces that will be used in the description of each interface
- endpoint_ports: [ ether1, ether2 ]
# Device ports where the server ports are connected.
switch_ports: [ Ethernet6, Ethernet6 ]
# Device names where the server ports are connected.
switches: [ WERNER-DC1-LEAF-3A, WERNER-DC1-LEAF-3B]
# VLANs that will be configured on these ports.
vlans: 100-105
# Native VLAN to be used on these ports.
#native_vlan: 1
# L2 mode of the port.
mode: trunk
# Spanning tree portfast configuration on this port.
spanning_tree_portfast: edge
# Definition of the pair of ports as port channel.
port_channel:
# Description of the port channel interface.
description: PortChannel HOST-1
# Port channel mode for LACP.
mode: active