Skip to content

Feat(eos_designs): Add static_routes data model under svis in network services #5240

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

Open
wants to merge 14 commits 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 @@ -318,6 +318,7 @@ mac address-table notification host-flap detection moves 2
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.4.0/24 1.2.3.4
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
route-map RM-CONN-2-BGP permit 10
match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ ipv6 unicast-routing vrf TENANT_D_WAN_ZONE
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.4.0/24 1.2.3.4
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
route-map RM-CONN-2-BGP permit 10
match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY
ipv6 unicast-routing vrf TENANT_D_WAN_ZONE
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY
ipv6 unicast-routing vrf TENANT_D_WAN_ZONE
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ mlag configuration
reload-delay non-mlag 330
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ mlag configuration
reload-delay non-mlag 330
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ mlag configuration
reload-delay non-mlag 1020
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management42
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ mlag configuration
reload-delay non-mlag 1020
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
!
ntp local-interface vrf MGMT Management42
ntp server vrf MGMT 192.168.200.5 prefer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ ipv6 unicast-routing vrf Tenant_D_OP_Zone
ipv6 unicast-routing vrf TENANT_D_WAN_ZONE
!
ip route vrf MGMT 0.0.0.0/0 192.168.200.5
ip route vrf Tenant_A_WAN_Zone 10.3.5.0/24 1.2.3.4 name SVI_static_route
ip route vrf Tenant_D_OP_Zone 10.3.11.0/24 Vlan411 name VARP
!
ntp local-interface vrf MGMT Management1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ static_routes:
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.4.0/24
next_hop: 1.2.3.4
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,10 @@ static_routes:
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.4.0/24
next_hop: 1.2.3.4
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
transceiver_qsfp_default_mode_4x10: true
virtual_source_nat_vrfs:
- name: Tenant_A_OP_Zone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
transceiver_qsfp_default_mode_4x10: true
virtual_source_nat_vrfs:
- name: Tenant_A_OP_Zone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
tcam_profile:
system: vxlan-routing
transceiver_qsfp_default_mode_4x10: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.200.5
- vrf: Tenant_A_WAN_Zone
prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
- vrf: Tenant_D_OP_Zone
prefix: 10.3.11.0/24
interface: Vlan411
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ tenant_a:
cost: 100
authentication: simple
simple_auth_key: "AQQvKeimxJu+uGQ/yYvv9w=="
static_routes:
- prefix: 10.3.5.0/24
next_hop: 1.2.3.4
name: SVI_static_route
- id: 151
name: svi_with_no_tags
enabled: true
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading