forked from aristanetworks/avd
-
Notifications
You must be signed in to change notification settings - Fork 0
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): Add support to use router general for router id (a…
- Loading branch information
1 parent
adc3dd2
commit 48a0b7e
Showing
35 changed files
with
154 additions
and
55 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ hostname: DC1-BL1A | |
is_deployed: true | ||
router_bgp: | ||
as: '65104' | ||
router_id: 192.168.255.14 | ||
bgp_defaults: | ||
- distance bgp 20 200 200 | ||
bgp: | ||
|
@@ -131,7 +130,6 @@ router_bgp: | |
- address_family: evpn | ||
route_targets: | ||
- '65104:15' | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
connected: | ||
enabled: true | ||
|
@@ -154,7 +152,6 @@ router_bgp: | |
- address_family: vpn-ipv4 | ||
route_targets: | ||
- 65000:123 | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
connected: | ||
enabled: true | ||
|
@@ -228,7 +225,6 @@ router_bgp: | |
- address_family: evpn | ||
route_targets: | ||
- '65104:20' | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
connected: | ||
enabled: true | ||
|
@@ -243,7 +239,6 @@ router_bgp: | |
- address_family: evpn | ||
route_targets: | ||
- '65104:21' | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
connected: | ||
enabled: true | ||
|
@@ -258,7 +253,6 @@ router_bgp: | |
- address_family: evpn | ||
route_targets: | ||
- '65104:31' | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
connected: | ||
enabled: true | ||
|
@@ -273,7 +267,6 @@ router_bgp: | |
- address_family: evpn | ||
route_targets: | ||
- '65104:42' | ||
router_id: 192.168.255.14 | ||
vlan_aware_bundles: | ||
- name: Tenant_A_WAN_Zone | ||
rd: 192.168.254.14:14 | ||
|
@@ -452,6 +445,9 @@ ntp: null | |
snmp_server: | ||
contact: [email protected] | ||
location: EOS_DESIGNS_UNIT_TESTS DC1-BL1A | ||
router_general: | ||
router_id: | ||
ipv4: 192.168.255.14 | ||
ethernet_interfaces: | ||
- name: Ethernet1 | ||
peer: DC1-SPINE1 | ||
|
@@ -724,7 +720,6 @@ router_ospf: | |
- id: 14 | ||
vrf: Tenant_A_WAN_Zone | ||
passive_interface_default: true | ||
router_id: 192.168.255.14 | ||
no_passive_interfaces: | ||
- Ethernet7 | ||
- Vlan150 | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ hostname: DC1-SPINE4 | |
is_deployed: true | ||
router_bgp: | ||
as: '65001' | ||
router_id: 192.168.255.4 | ||
bgp_defaults: | ||
- distance bgp 20 200 200 | ||
bgp: | ||
|
@@ -264,6 +263,9 @@ ntp: | |
snmp_server: | ||
contact: [email protected] | ||
location: EOS_DESIGNS_UNIT_TESTS DC1-SPINE4 | ||
router_general: | ||
router_id: | ||
ipv4: 192.168.255.4 | ||
ethernet_interfaces: | ||
- name: Ethernet1/1 | ||
peer: DC1-LEAF1A | ||
|
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
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
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
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
Oops, something went wrong.