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): Add keys to set mlag_peer_ipv4 and mlag_peer_l3_ipv4 directly #4205

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Expand Up @@ -622,7 +622,7 @@ interface Vlan2
no shutdown
mtu 1500
vrf Tenant_C_OP_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan110
description Tenant_A_OP_Zone_1
Expand Down Expand Up @@ -737,7 +737,7 @@ interface Vlan3008
no shutdown
mtu 1500
vrf Tenant_A_OP_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3010
description MLAG_PEER_L3_iBGP: vrf Tenant_A_WEB_Zone
Expand All @@ -751,55 +751,55 @@ interface Vlan3011
no shutdown
mtu 1500
vrf Tenant_A_APP_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3012
description MLAG_PEER_L3_iBGP: vrf Tenant_A_DB_Zone
no shutdown
mtu 1500
vrf Tenant_A_DB_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3013
description MLAG_PEER_L3_iBGP: vrf Tenant_A_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_A_WAN_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3019
description MLAG_PEER_L3_iBGP: vrf Tenant_B_OP_Zone
no shutdown
mtu 1500
vrf Tenant_B_OP_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3020
description MLAG_PEER_L3_iBGP: vrf Tenant_B_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_B_WAN_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan3030
description MLAG_PEER_L3_iBGP: vrf Tenant_C_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_C_WAN_Zone
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan4090
description MLAG_PEER_L3_PEERING
no shutdown
mtu 1500
ip address 10.255.251.6/31
ip address 192.168.44.41/31
!
interface Vlan4092
description MLAG_PEER
no shutdown
mtu 1500
no autostate
ip address 10.255.252.6/31
ip address 192.168.44.41/31
!
interface Vxlan1
description DC1-SVC3A_VTEP
Expand Down Expand Up @@ -875,13 +875,13 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY
seq 20 permit 192.168.254.0/24 eq 32
!
ip prefix-list PL-MLAG-PEER-VRFS
seq 10 permit 10.255.251.6/31
seq 20 permit 172.31.11.6/31
seq 10 permit 172.31.11.6/31
seq 20 permit 192.168.44.40/31
!
mlag configuration
domain-id custom_mlag_domain_id
local-interface Vlan4092
peer-address 10.255.252.7
peer-address 192.168.44.42
peer-link Port-Channel2000
reload-delay mlag 300
reload-delay non-mlag 330
Expand Down Expand Up @@ -928,8 +928,6 @@ router bgp 65103
neighbor UNDERLAY-PEERS password 7 0nsCUm70mvSTxVO0ldytrg==
neighbor UNDERLAY-PEERS send-community
neighbor UNDERLAY-PEERS maximum-routes 12000
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 10.255.251.7 description DC1-SVC3B
neighbor 172.31.254.96 peer group UNDERLAY-PEERS
neighbor 172.31.254.96 remote-as 65001
neighbor 172.31.254.96 description DC1-SPINE1_Ethernet7/1
Expand All @@ -942,6 +940,8 @@ router bgp 65103
neighbor 172.31.254.102 peer group UNDERLAY-PEERS
neighbor 172.31.254.102 remote-as 65001
neighbor 172.31.254.102 description DC1-SPINE4_Ethernet7/1
neighbor 192.168.44.42 peer group MLAG-PEERS
neighbor 192.168.44.42 description DC1-SVC3B
neighbor 192.168.255.1 peer group EVPN-OVERLAY-PEERS
neighbor 192.168.255.1 remote-as 65001
neighbor 192.168.255.1 description DC1-SPINE1
Expand Down Expand Up @@ -1037,7 +1037,7 @@ router bgp 65103
route-target export evpn 12:12
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_DB_Zone
Expand All @@ -1046,7 +1046,7 @@ router bgp 65103
route-target export evpn 13:13
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_OP_Zone
Expand All @@ -1055,7 +1055,7 @@ router bgp 65103
route-target export evpn 9:9
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_A_WAN_Zone
Expand All @@ -1066,7 +1066,7 @@ router bgp 65103
route-target export evpn 65000:789
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_WEB_Zone
Expand All @@ -1084,7 +1084,7 @@ router bgp 65103
route-target export evpn 20:20
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_B_WAN_Zone
Expand All @@ -1093,7 +1093,7 @@ router bgp 65103
route-target export evpn 21:21
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_C_OP_Zone
Expand All @@ -1102,7 +1102,7 @@ router bgp 65103
route-target export evpn 30:30
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_C_WAN_Zone
Expand All @@ -1111,7 +1111,7 @@ router bgp 65103
route-target export evpn 31:31
router-id 192.168.255.12
update wait-install
neighbor 10.255.251.7 peer group MLAG-PEERS
neighbor 192.168.44.42 peer group MLAG-PEERS
redistribute connected
!
management api http-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ interface Vlan2
no shutdown
mtu 1500
vrf Tenant_C_OP_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan110
description Tenant_A_OP_Zone_1
Expand Down Expand Up @@ -703,7 +703,7 @@ interface Vlan3008
no shutdown
mtu 1500
vrf Tenant_A_OP_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3010
description MLAG_PEER_L3_iBGP: vrf Tenant_A_WEB_Zone
Expand All @@ -717,55 +717,55 @@ interface Vlan3011
no shutdown
mtu 1500
vrf Tenant_A_APP_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3012
description MLAG_PEER_L3_iBGP: vrf Tenant_A_DB_Zone
no shutdown
mtu 1500
vrf Tenant_A_DB_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3013
description MLAG_PEER_L3_iBGP: vrf Tenant_A_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_A_WAN_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3019
description MLAG_PEER_L3_iBGP: vrf Tenant_B_OP_Zone
no shutdown
mtu 1500
vrf Tenant_B_OP_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3020
description MLAG_PEER_L3_iBGP: vrf Tenant_B_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_B_WAN_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan3030
description MLAG_PEER_L3_iBGP: vrf Tenant_C_WAN_Zone
no shutdown
mtu 1500
vrf Tenant_C_WAN_Zone
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan4090
description MLAG_PEER_L3_PEERING
no shutdown
mtu 1500
ip address 10.255.251.7/31
ip address 192.168.44.42/31
!
interface Vlan4092
description MLAG_PEER
no shutdown
mtu 1500
no autostate
ip address 10.255.252.7/31
ip address 192.168.44.42/31
!
interface Vxlan1
description DC1-SVC3B_VTEP
Expand Down Expand Up @@ -840,13 +840,13 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY
seq 20 permit 192.168.254.0/24 eq 32
!
ip prefix-list PL-MLAG-PEER-VRFS
seq 10 permit 10.255.251.6/31
seq 20 permit 172.31.11.6/31
seq 10 permit 172.31.11.6/31
seq 20 permit 192.168.44.42/31
!
mlag configuration
domain-id custom_mlag_domain_id
local-interface Vlan4092
peer-address 10.255.252.6
peer-address 192.168.44.41
peer-link Port-Channel2000
reload-delay mlag 300
reload-delay non-mlag 330
Expand Down Expand Up @@ -893,8 +893,6 @@ router bgp 65103
neighbor UNDERLAY-PEERS password 7 0nsCUm70mvSTxVO0ldytrg==
neighbor UNDERLAY-PEERS send-community
neighbor UNDERLAY-PEERS maximum-routes 12000
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 10.255.251.6 description DC1-SVC3A
neighbor 172.31.254.128 peer group UNDERLAY-PEERS
neighbor 172.31.254.128 remote-as 65001
neighbor 172.31.254.128 description DC1-SPINE1_Ethernet9/1
Expand All @@ -907,6 +905,8 @@ router bgp 65103
neighbor 172.31.254.134 peer group UNDERLAY-PEERS
neighbor 172.31.254.134 remote-as 65001
neighbor 172.31.254.134 description DC1-SPINE4_Ethernet9/1
neighbor 192.168.44.41 peer group MLAG-PEERS
neighbor 192.168.44.41 description DC1-SVC3A
neighbor 192.168.255.1 peer group EVPN-OVERLAY-PEERS
neighbor 192.168.255.1 remote-as 65001
neighbor 192.168.255.1 description DC1-SPINE1
Expand Down Expand Up @@ -1002,7 +1002,7 @@ router bgp 65103
route-target export evpn 12:12
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_DB_Zone
Expand All @@ -1011,7 +1011,7 @@ router bgp 65103
route-target export evpn 13:13
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_OP_Zone
Expand All @@ -1020,7 +1020,7 @@ router bgp 65103
route-target export evpn 9:9
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_A_WAN_Zone
Expand All @@ -1031,7 +1031,7 @@ router bgp 65103
route-target export evpn 65000:789
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected route-map RM-CONN-2-BGP-VRFS
!
vrf Tenant_A_WEB_Zone
Expand All @@ -1049,7 +1049,7 @@ router bgp 65103
route-target export evpn 20:20
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_B_WAN_Zone
Expand All @@ -1058,7 +1058,7 @@ router bgp 65103
route-target export evpn 21:21
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_C_OP_Zone
Expand All @@ -1067,7 +1067,7 @@ router bgp 65103
route-target export evpn 30:30
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected
!
vrf Tenant_C_WAN_Zone
Expand All @@ -1076,7 +1076,7 @@ router bgp 65103
route-target export evpn 31:31
router-id 192.168.255.13
update wait-install
neighbor 10.255.251.6 peer group MLAG-PEERS
neighbor 192.168.44.41 peer group MLAG-PEERS
redistribute connected
!
management api http-commands
Expand Down
Loading