-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(eos_designs): Single uplink to mlag pair, mlag_on_orphan_port_ch…
…annel_downlink (#3495) Co-authored-by: Claus Holbech <[email protected]>
- Loading branch information
1 parent
51c2e58
commit 70f2956
Showing
23 changed files
with
1,270 additions
and
1 deletion.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
...ble_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0A.cfg
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,62 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
vlan internal order ascending range 1006 1199 | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname SL-LEAF0A | ||
! | ||
no spanning-tree vlan-id 4094 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
vlan 4094 | ||
name MLAG_PEER | ||
trunk group MLAG | ||
! | ||
vrf instance MGMT | ||
! | ||
interface Port-Channel25 | ||
description MLAG_PEER_SL-LEAF0B_Po25 | ||
no shutdown | ||
switchport | ||
switchport mode trunk | ||
switchport trunk group MLAG | ||
! | ||
interface Ethernet25 | ||
description MLAG_PEER_SL-LEAF0B_Ethernet25 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet26 | ||
description MLAG_PEER_SL-LEAF0B_Ethernet26 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Vlan4094 | ||
description MLAG_PEER | ||
no shutdown | ||
mtu 9214 | ||
no autostate | ||
ip address 10.10.255.0/31 | ||
no ip routing vrf MGMT | ||
! | ||
mlag configuration | ||
domain-id SL-LEAF0 | ||
local-interface Vlan4094 | ||
peer-address 10.10.255.1 | ||
peer-link Port-Channel25 | ||
reload-delay mlag 300 | ||
reload-delay non-mlag 330 | ||
! | ||
management api http-commands | ||
protocol https | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
end |
106 changes: 106 additions & 0 deletions
106
...ble_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF0B.cfg
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,106 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
vlan internal order ascending range 1006 1199 | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname SL-LEAF0B | ||
! | ||
no spanning-tree vlan-id 4094 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
vlan 4094 | ||
name MLAG_PEER | ||
trunk group MLAG | ||
! | ||
vrf instance MGMT | ||
! | ||
interface Port-Channel25 | ||
description MLAG_PEER_SL-LEAF0A_Po25 | ||
no shutdown | ||
switchport | ||
switchport mode trunk | ||
switchport trunk group MLAG | ||
! | ||
interface Port-Channel27 | ||
description SL-LEAF1_Po27 | ||
no shutdown | ||
switchport | ||
switchport trunk allowed vlan none | ||
switchport mode trunk | ||
! | ||
interface Port-Channel41 | ||
description SL-LEAF2_Po41 | ||
no shutdown | ||
switchport | ||
switchport trunk allowed vlan none | ||
switchport mode trunk | ||
! | ||
interface Ethernet25 | ||
description MLAG_PEER_SL-LEAF0A_Ethernet25 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet26 | ||
description MLAG_PEER_SL-LEAF0A_Ethernet26 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet27 | ||
description SL-LEAF1A_Ethernet27 | ||
no shutdown | ||
channel-group 27 mode active | ||
! | ||
interface Ethernet28 | ||
description SL-LEAF1B_Ethernet27 | ||
no shutdown | ||
channel-group 27 mode active | ||
! | ||
interface Ethernet41 | ||
description SL-LEAF2A_Ethernet41 | ||
no shutdown | ||
channel-group 41 mode active | ||
! | ||
interface Ethernet42 | ||
description SL-LEAF2A_Ethernet42 | ||
no shutdown | ||
channel-group 41 mode active | ||
! | ||
interface Ethernet43 | ||
description SL-LEAF2B_Ethernet41 | ||
no shutdown | ||
channel-group 41 mode active | ||
! | ||
interface Ethernet44 | ||
description SL-LEAF2B_Ethernet42 | ||
no shutdown | ||
channel-group 41 mode active | ||
! | ||
interface Vlan4094 | ||
description MLAG_PEER | ||
no shutdown | ||
mtu 9214 | ||
no autostate | ||
ip address 10.10.255.1/31 | ||
no ip routing vrf MGMT | ||
! | ||
mlag configuration | ||
domain-id SL-LEAF0 | ||
local-interface Vlan4094 | ||
peer-address 10.10.255.0 | ||
peer-link Port-Channel25 | ||
reload-delay mlag 300 | ||
reload-delay non-mlag 330 | ||
! | ||
management api http-commands | ||
protocol https | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
end |
87 changes: 87 additions & 0 deletions
87
...ble_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1A.cfg
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,87 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
vlan internal order ascending range 1006 1199 | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname SL-LEAF1A | ||
! | ||
no spanning-tree vlan-id 4094 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
vlan 4094 | ||
name MLAG_PEER | ||
trunk group MLAG | ||
! | ||
vrf instance MGMT | ||
! | ||
interface Port-Channel25 | ||
description MLAG_PEER_SL-LEAF1B_Po25 | ||
no shutdown | ||
switchport | ||
switchport mode trunk | ||
switchport trunk group MLAG | ||
! | ||
interface Port-Channel27 | ||
description SL-LEAF0_Po27 | ||
no shutdown | ||
switchport | ||
switchport trunk allowed vlan none | ||
switchport mode trunk | ||
mlag 27 | ||
! | ||
interface Port-Channel28 | ||
description SL-MLEAF1_Po16 | ||
no shutdown | ||
switchport | ||
switchport trunk allowed vlan none | ||
switchport mode trunk | ||
! | ||
interface Ethernet25 | ||
description MLAG_PEER_SL-LEAF1B_Ethernet25 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet26 | ||
description MLAG_PEER_SL-LEAF1B_Ethernet26 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet27 | ||
description SL-LEAF0B_Ethernet27 | ||
no shutdown | ||
channel-group 27 mode active | ||
! | ||
interface Ethernet28 | ||
description SL-MLEAF1_Ethernet16 | ||
no shutdown | ||
channel-group 28 mode active | ||
! | ||
interface Vlan4094 | ||
description MLAG_PEER | ||
no shutdown | ||
mtu 9214 | ||
no autostate | ||
ip address 10.10.255.4/31 | ||
no ip routing vrf MGMT | ||
! | ||
mlag configuration | ||
domain-id SL-LEAF1 | ||
local-interface Vlan4094 | ||
peer-address 10.10.255.5 | ||
peer-link Port-Channel25 | ||
reload-delay mlag 300 | ||
reload-delay non-mlag 330 | ||
! | ||
management api http-commands | ||
protocol https | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
end |
75 changes: 75 additions & 0 deletions
75
...ble_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/SL-LEAF1B.cfg
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,75 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
vlan internal order ascending range 1006 1199 | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname SL-LEAF1B | ||
! | ||
no spanning-tree vlan-id 4094 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
vlan 4094 | ||
name MLAG_PEER | ||
trunk group MLAG | ||
! | ||
vrf instance MGMT | ||
! | ||
interface Port-Channel25 | ||
description MLAG_PEER_SL-LEAF1A_Po25 | ||
no shutdown | ||
switchport | ||
switchport mode trunk | ||
switchport trunk group MLAG | ||
! | ||
interface Port-Channel27 | ||
description SL-LEAF0_Po27 | ||
no shutdown | ||
switchport | ||
switchport trunk allowed vlan none | ||
switchport mode trunk | ||
mlag 27 | ||
! | ||
interface Ethernet25 | ||
description MLAG_PEER_SL-LEAF1A_Ethernet25 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet26 | ||
description MLAG_PEER_SL-LEAF1A_Ethernet26 | ||
no shutdown | ||
channel-group 25 mode active | ||
! | ||
interface Ethernet27 | ||
description SL-LEAF0B_Ethernet28 | ||
no shutdown | ||
channel-group 27 mode active | ||
! | ||
interface Vlan4094 | ||
description MLAG_PEER | ||
no shutdown | ||
mtu 9214 | ||
no autostate | ||
ip address 10.10.255.5/31 | ||
no ip routing vrf MGMT | ||
! | ||
mlag configuration | ||
domain-id SL-LEAF1 | ||
local-interface Vlan4094 | ||
peer-address 10.10.255.4 | ||
peer-link Port-Channel25 | ||
reload-delay mlag 300 | ||
reload-delay non-mlag 330 | ||
! | ||
management api http-commands | ||
protocol https | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
end |
Oops, something went wrong.