Skip to content

Commit

Permalink
Dual dc ospf (#848)
Browse files Browse the repository at this point in the history
* L3ls ospf (#846)

* Initial Scan of OSPF Lab Materials

* Fixed OSPF Key and Contents Page

* Initial Draft of OSPF Lab

* Error in syntax highlighting.

* Remove old atd labs (#845)

* update vscode extension and AVD folder on IDE

* add arista.avd installer steps to container build

* updated readme file

* AVD on DualDC Beta Testing

* fix broken filepath

* fix filepath

* updated docker, host and avd files

* undo dynamic call for file

* updated terminattr configs

* removing unused ATD lab guide

---------

Co-authored-by: RyanM-Arista <>

---------

Co-authored-by: Dimitri Capetz <[email protected]>
Co-authored-by: RyanM-Arista <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent cb510b2 commit e6b3a31
Show file tree
Hide file tree
Showing 91 changed files with 926 additions and 2,506 deletions.
85 changes: 85 additions & 0 deletions topologies/dual-datacenter/configlets/L3LS-OSPF_s1-leaf1
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
no spanning-tree vlan-id 4094
!
vlan 112
name Host_Network_112
!
vlan 4094
name MLAG_VLAN
trunk group MLAGPEER
!
interface Port-Channel1
description MLAG Peer-link - s1-leaf2
switchport mode trunk
switchport trunk group MLAGPEER
!
interface Port-Channel5
description MLAG Downlink - s1-host1
switchport access vlan 112
mlag 5
!
interface Ethernet1
description MLAG Peer-link - s1-leaf2
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet2
description L3 Uplink - s1-spine1
no switchport
ip address 10.111.1.1/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet3
description L3 Uplink - s1-spine2
no switchport
ip address 10.111.2.1/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet4
description MLAG Downlink - s1-host1
channel-group 5 mode active
!
interface Ethernet6
description MLAG Peer-link - s1-leaf2
switchport mode trunk
channel-group 1 mode active
!
interface Loopback0
description Management and Router-id
ip address 10.111.254.1/32
ip ospf area 0.0.0.0
!
interface Vlan112
description Host Network
ip address 10.111.112.2/24
ip virtual-router address 10.111.112.1
ip ospf area 0.0.0.0
!
interface Vlan4094
description MLAG Peer Network
ip address 10.255.255.1/30
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
ip virtual-router mac-address 00:1C:73:00:00:12
!
mlag configuration
domain-id MLAG
local-interface Vlan4094
peer-address 10.255.255.2
peer-link Port-Channel1
!
router ospf 100
router-id 10.111.254.1
passive-interface default
no passive-interface Ethernet2
no passive-interface Ethernet3
no passive-interface Vlan4094
max-lsa 12000
85 changes: 85 additions & 0 deletions topologies/dual-datacenter/configlets/L3LS-OSPF_s1-leaf2
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
no spanning-tree vlan-id 4094
!
vlan 112
name Host_Network_112
!
vlan 4094
name MLAG_VLAN
trunk group MLAGPEER
!
interface Port-Channel1
description MLAG Peer-link - s1-leaf1
switchport mode trunk
switchport trunk group MLAGPEER
!
interface Port-Channel5
description MLAG Downlink - s1-host1
switchport access vlan 112
mlag 5
!
interface Ethernet1
description MLAG Peer-link - s1-leaf1
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet2
description L3 Uplink - s1-spine1
no switchport
ip address 10.111.1.3/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet3
description L3 Uplink - s1-spine2
no switchport
ip address 10.111.2.3/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet4
description MLAG Downlink - s1-host1
channel-group 5 mode active
!
interface Ethernet6
description MLAG Peer-link - s1-leaf1
switchport mode trunk
channel-group 1 mode active
!
interface Loopback0
description Management and Router-id
ip address 10.111.254.2/32
ip ospf area 0.0.0.0
!
interface Vlan112
description Host Network
ip address 10.111.112.3/24
ip virtual-router address 10.111.112.1
ip ospf area 0.0.0.0
!
interface Vlan4094
description MLAG Peer Network
ip address 10.255.255.2/30
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
ip virtual-router mac-address 00:1C:73:00:00:12
!
mlag configuration
domain-id MLAG
local-interface Vlan4094
peer-address 10.255.255.1
peer-link Port-Channel1
!
router ospf 100
router-id 10.111.254.2
passive-interface default
no passive-interface Ethernet2
no passive-interface Ethernet3
no passive-interface Vlan4094
max-lsa 12000
85 changes: 85 additions & 0 deletions topologies/dual-datacenter/configlets/L3LS-OSPF_s1-leaf3
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
no spanning-tree vlan-id 4094
!
vlan 134
name Host_Network_134
!
vlan 4094
name MLAG_VLAN
trunk group MLAGPEER
!
interface Port-Channel1
description MLAG Peer-link - s1-leaf4
switchport mode trunk
switchport trunk group MLAGPEER
!
interface Port-Channel5
description MLAG Downlink - s1-host2
switchport access vlan 134
mlag 5
!
interface Ethernet1
description MLAG Peer-link - s1-leaf4
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet2
description L3 Uplink - s1-spine1
no switchport
ip address 10.111.1.5/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet3
description L3 Uplink - s1-spine2
no switchport
ip address 10.111.2.5/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet4
description MLAG Downlink - s1-host2
channel-group 5 mode active
!
interface Ethernet6
description MLAG Peer-link - s1-leaf4
switchport mode trunk
channel-group 1 mode active
!
interface Loopback0
description Management and Router-id
ip address 10.111.254.3/32
ip ospf area 0.0.0.0
!
interface Vlan134
description Host Network
ip address 10.111.134.2/24
ip virtual-router address 10.111.134.1
ip ospf area 0.0.0.0
!
interface Vlan4094
description MLAG Peer Network
ip address 10.255.255.1/30
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
ip virtual-router mac-address 00:1C:73:00:00:34
!
mlag configuration
domain-id MLAG
local-interface Vlan4094
peer-address 10.255.255.2
peer-link Port-Channel1
!
router ospf 100
router-id 10.111.254.3
passive-interface default
no passive-interface Ethernet2
no passive-interface Ethernet3
no passive-interface Vlan4094
max-lsa 12000
38 changes: 38 additions & 0 deletions topologies/dual-datacenter/configlets/L3LS-OSPF_s1-leaf4
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
no spanning-tree vlan-id 4094
!
vlan 4094
trunk group MLAGPEER
!
interface Port-Channel1
description MLAG Peer-link - s1-leaf3
switchport mode trunk
switchport trunk group MLAGPEER
!
interface Port-Channel5
description MLAG Downlink - s1-host2
switchport access vlan 134
mlag 5
!
interface Ethernet1
description MLAG Peer-link - s1-leaf3
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet4
description MLAG Downlink - s1-host2
channel-group 5 mode active
!
interface Ethernet6
description MLAG Peer-link - s1-leaf3
switchport mode trunk
channel-group 1 mode active
!
interface Vlan4094
description MLAG Peer Network
ip address 10.255.255.2/30
!
mlag configuration
domain-id MLAG
local-interface Vlan4094
peer-address 10.255.255.1
peer-link Port-Channel1
85 changes: 85 additions & 0 deletions topologies/dual-datacenter/configlets/L3LS-OSPF_s1-leaf4_complete
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
no spanning-tree vlan-id 4094
!
vlan 134
name Host_Network_134
!
vlan 4094
name MLAG_VLAN
trunk group MLAGPEER
!
interface Port-Channel1
description MLAG Peer-link - s1-leaf3
switchport mode trunk
switchport trunk group MLAGPEER
!
interface Port-Channel5
description MLAG Downlink - s1-host2
switchport access vlan 134
mlag 5
!
interface Ethernet1
description MLAG Peer-link - s1-leaf3
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet2
description L3 Uplink - s1-spine1
no switchport
ip address 10.111.1.7/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet3
description L3 Uplink - s1-spine2
no switchport
ip address 10.111.2.7/31
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
interface Ethernet4
description MLAG Downlink - s1-host2
channel-group 5 mode active
!
interface Ethernet6
description MLAG Peer-link - s1-leaf3
switchport mode trunk
channel-group 1 mode active
!
interface Loopback0
description Management and Router-id
ip address 10.111.254.4/32
ip ospf area 0.0.0.0
!
interface Vlan134
description Host Network
ip address 10.111.134.3/24
ip virtual-router address 10.111.134.1
ip ospf area 0.0.0.0
!
interface Vlan4094
description MLAG Peer Network
ip address 10.255.255.2/30
ip ospf area 0.0.0.0
ip ospf network point-to-point
ip ospf authentication message-digest
ip ospf message-digest-key 1 sha512 Arista123!
!
ip virtual-router mac-address 00:1C:73:00:00:34
!
mlag configuration
domain-id MLAG
local-interface Vlan4094
peer-address 10.255.255.1
peer-link Port-Channel1
!
router ospf 100
router-id 10.111.254.4
passive-interface default
no passive-interface Ethernet2
no passive-interface Ethernet3
no passive-interface Vlan4094
max-lsa 12000
Loading

0 comments on commit e6b3a31

Please sign in to comment.