-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
141 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,3 @@ leaf4 | |
[datacenter:children] | ||
spine | ||
leaf | ||
~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
# vars file for Dell-Networking.dellos-interface | ||
# Sample variables for dellos10 device | ||
dellos_interface: | ||
ethernet 1/1/32: | ||
desc: "Connected to Core 2" | ||
mtu: 2500 | ||
portmode: | ||
admin: up | ||
switchport: False | ||
ip_and_mask: | ||
ip_type_dynamic: True | ||
ipv6_type_dynamic: True | ||
ethernet 1/1/12: | ||
desc: "ipv6 auto config" | ||
mtu: 2500 | ||
admin: up | ||
ipv6_autoconfig: True | ||
ethernet 1/1/14: | ||
fanout: 10g-4x | ||
ethernet 1/1/13: | ||
desc: "set ipv6 address" | ||
admin: up | ||
ipv6_and_mask: 2001:4898:5809:faa2::10/126 | ||
state_ipv6: present | ||
ethernet 1/1/1: | ||
desc: "Connected to Leaf1" | ||
portmode: "trunk" | ||
switchport: True | ||
suppress_ra: present | ||
admin: up | ||
ethernet 1/1/3: | ||
desc: site2-spine2 | ||
ip_and_mask: 10.9.0.4/31 | ||
mtu: 9216 | ||
switchport: False | ||
admin: up | ||
flowcontrol: | ||
mode: "receive" | ||
enable: "on" | ||
state: "present" | ||
virtual-network 888: | ||
desc: "virtual-network interface" | ||
ip_and_mask: "172.17.17.251/24" | ||
virtual_gateway_ip: "172.17.17.1" | ||
admin: up | ||
|
||
vlan 100: | ||
ip_and_mask: | ||
ipv6_and_mask: 2001:4898:5808:ffaf::1/64 | ||
state_ipv6: present | ||
ip_helper: | ||
- ip: 10.0.0.33 | ||
state: present | ||
admin: up | ||
range ethernet 1/1/1-1/1/32: | ||
mtu: 2500 | ||
admin: up | ||
switchport: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
# vars file for Dell-Networking.dellos-interface | ||
# Sample variables for dellos6 device | ||
dellos_interface: | ||
Te1/0/2: | ||
desc: "Connected to Spine1" | ||
portmode: trunk | ||
admin: up | ||
Te1/0/1: | ||
desc: "Connected to Access" | ||
portmode: access | ||
admin: up | ||
vlan 100: | ||
ip_type_dynamic: True | ||
suppress_ra: present | ||
ip_and_mask: 3.3.3.3 255.255.255.0 | ||
ip_helper: | ||
- ip: 10.0.0.36 | ||
state: present | ||
ipv6_reachabletime: 600000 | ||
vlan 101: | ||
ipv6_and_mask: 2001:db8:3c4d:15::/64 | ||
suppress_ra: absent | ||
vlan 102: | ||
ip_type_dynamic: True | ||
suppress_ra: | ||
vlan 105: | ||
ip_and_mask: 1.1.1.1 255.255.255.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
# vars file for Dell-Networking.dellos-interface | ||
# Sample variables for dellos9 device | ||
dellos_interface: | ||
TenGigabitEthernet 1/3: | ||
desc: "Connected to Spine1" | ||
portmode: | ||
switchport: False | ||
suppress_ra: present | ||
mtu: 2500 | ||
admin: up | ||
auto_neg: true | ||
keepalive: true | ||
speed: auto | ||
duplex: full | ||
ipv6_and_mask: 2001:4898:5808:ffa2::5/126 | ||
ip_type_dynamic: true | ||
ip_and_mask: 192.168.23.22/24 | ||
class_vendor_identifier: present | ||
option82: true | ||
remote_id: hostname | ||
fortyGigE 1/9: | ||
desc: "Connected to Spine2" | ||
switchport: False | ||
mtu: 2500 | ||
admin: up | ||
ip_and_mask: 192.168.234.20/31 | ||
ip_and_mask_secondary: "192.168.14.1/24" | ||
secondary_ip_state: present | ||
cr4_auto_neg: true | ||
keepalive: false | ||
ip_type_dynamic: false | ||
class_vendor_identifier: absent | ||
option82: true | ||
remote_id: hostname | ||
ipv6_and_mask: 2001:4898:5808:ffa2::9/126 | ||
fortyGigE 1/12: | ||
fanout: single | ||
fanout_speed: 40G | ||
fanout_state: present | ||
Vlan 100: | ||
mtu: 4096 | ||
admin: down | ||
ip_and_mask: | ||
ipv6_and_mask: 2002:4898:5408:faaf::1/64 | ||
state_ipv6: absent | ||
ip_helper: | ||
- ip: 10.0.0.36 | ||
state: absent | ||
ipv6_reachabletime: 600000 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
# vars file for Dell-Networking.dellos-interface | ||
|