Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(eos_designs): IPv6 inband management settings #3382

Merged
merged 31 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6874677
working on v6 inband mgmt stuff
emilarista Nov 8, 2023
c1456ac
trying to clear extra commits
emilarista Nov 27, 2023
47e323c
removing some junk
emilarista Nov 27, 2023
ca19b08
updates
emilarista Dec 5, 2023
502290d
fixed issue with parent vlans
emilarista Dec 14, 2023
af1a6ce
fix issue
emilarista Dec 14, 2023
d00547b
adjusted unit test , RM entry sequence change
emilarista Jan 15, 2024
f3cb629
update rm sequence AGAIN
emilarista Jan 15, 2024
4ea8a20
fixed rendering ipv6 PL and RM entry
emilarista Jan 18, 2024
1cce873
fixed issues with using only ipv6 inband mgmt
emilarista Jan 18, 2024
8b8e345
pre-commit error
emilarista Jan 18, 2024
e044c2e
Update ansible_collections/arista/avd/roles/eos_designs/python_module…
emilarista Jan 25, 2024
847fead
Fixing uplinks logic, adding v6 only molecule example
emilarista Jan 31, 2024
cbddbbc
add vrf for inband mgmt test parent2
emilarista Jan 31, 2024
2e8dd8e
added export attached v6 host routes on parent SVI
emilarista Feb 8, 2024
470b8fe
Merge branch 'devel' into inband_ipv6
ClausHolbechArista Feb 13, 2024
27053c7
Update ansible_collections/arista/avd/roles/eos_designs/python_module…
ClausHolbechArista Feb 14, 2024
89e8c4d
Merge branch 'devel' into inband_ipv6
ClausHolbechArista Feb 14, 2024
6a28a28
Merge branch 'devel' into inband_ipv6
gmuloc Feb 21, 2024
3a82f57
Merge branch 'devel' into inband_ipv6
gmuloc Feb 26, 2024
efce6fd
Update ansible_collections/arista/avd/roles/eos_designs/schemas/schem…
emilarista Feb 26, 2024
03d4b8c
Update ansible_collections/arista/avd/roles/eos_designs/schemas/schem…
emilarista Feb 26, 2024
5c844e6
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 26, 2024
de77a19
changed route map entry sequence... AGAIN
emilarista Feb 26, 2024
991e482
clean up parent svi logic
emilarista Feb 26, 2024
3f19532
rerun molecule after dropping commit
emilarista Feb 26, 2024
eb42f35
refresh facts
emilarista Feb 26, 2024
e34de29
Review refactor parent svi by gmuloc
emilarista Feb 26, 2024
2749951
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 26, 2024
b7dbf8c
tweaks after review refactor
emilarista Feb 26, 2024
77a6db3
refresh facts
emilarista Feb 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
!RANCID-CONTENT-TYPE: arista
!
vlan internal order ascending range 1006 1199
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname inband-mgmt-dualstack-ips
!
no enable password
no aaa root
!
vlan 105
name INBAND_MGMT
!
vrf instance MGMT
!
interface Port-Channel1
description INBAND-MGMT-PARENTS-DUALSTACK_Po25
no shutdown
switchport
switchport trunk allowed vlan 105
switchport mode trunk
!
interface Ethernet1
description INBAND-MGMT-PARENT-DUALSTACK1_Ethernet25
no shutdown
channel-group 1 mode active
!
interface Ethernet2
description INBAND-MGMT-PARENT-DUALSTACK2_Ethernet25
no shutdown
channel-group 1 mode active
!
interface Vlan105
description Inband Management
no shutdown
mtu 1500
ip address 192.168.105.22/24
ipv6 enable
ipv6 address 2a00:105::123/64
no ip routing vrf MGMT
!
ip route 0.0.0.0/0 192.168.105.1
!
ipv6 route ::/0 2a00:105::1
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
!
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
!RANCID-CONTENT-TYPE: arista
!
vlan internal order ascending range 1006 1199
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname inband-mgmt-dualstack-subnets
!
no enable password
no aaa root
!
vlan 104
name INBAND_MGMT
!
vrf instance MGMT
!
interface Port-Channel1
description INBAND-MGMT-PARENTS-DUALSTACK_Po24
no shutdown
switchport
switchport trunk allowed vlan 104
switchport mode trunk
!
interface Ethernet1
description INBAND-MGMT-PARENT-DUALSTACK1_Ethernet24
no shutdown
channel-group 1 mode active
!
interface Ethernet2
description INBAND-MGMT-PARENT-DUALSTACK2_Ethernet24
no shutdown
channel-group 1 mode active
!
interface Vlan104
description Inband Management
no shutdown
mtu 1500
ip address 192.168.104.7/24
ipv6 enable
ipv6 address 2a00:104::7/64
no ip routing vrf MGMT
!
ip route 0.0.0.0/0 192.168.104.1
!
ipv6 route ::/0 2a00:104::1
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
!
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
!RANCID-CONTENT-TYPE: arista
!
vlan internal order ascending range 1006 1199
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname inband-mgmt-ipv6-only-vrf
!
no enable password
no aaa root
!
vlan 107
name INBAND_MGMT
!
vrf instance MGMT
!
interface Port-Channel1
description INBAND-MGMT-PARENTS-IPV6_Po27
no shutdown
switchport
switchport trunk allowed vlan 107
switchport mode trunk
!
interface Ethernet1
description INBAND-MGMT-PARENT-IPV6-1_Ethernet27
no shutdown
channel-group 1 mode active
!
interface Ethernet2
description INBAND-MGMT-PARENT-IPV6-2_Ethernet27
no shutdown
channel-group 1 mode active
!
interface Vlan107
description Inband Management
no shutdown
mtu 1500
vrf INBANDMGMT
ipv6 enable
ipv6 address 2a00:107::a/64
no ip routing vrf MGMT
!
ipv6 route vrf INBANDMGMT ::/0 2a00:107::1
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
!
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
!RANCID-CONTENT-TYPE: arista
!
vlan internal order ascending range 1006 1199
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname inband-mgmt-ipv6-only
!
no enable password
no aaa root
!
vlan 106
name INBAND_MGMT
!
vrf instance MGMT
!
interface Port-Channel1
description INBAND-MGMT-PARENTS-IPV6_Po26
no shutdown
switchport
switchport trunk allowed vlan 106
switchport mode trunk
!
interface Ethernet1
description INBAND-MGMT-PARENT-IPV6-1_Ethernet26
no shutdown
channel-group 1 mode active
!
interface Ethernet2
description INBAND-MGMT-PARENT-IPV6-2_Ethernet26
no shutdown
channel-group 1 mode active
!
interface Vlan106
description Inband Management
no shutdown
mtu 1500
ipv6 enable
ipv6 address 2a00:106::9/64
no ip routing vrf MGMT
!
ipv6 route ::/0 2a00:106::1
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
!
end
Loading
Loading