-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding test for non default vrf part
- Loading branch information
Laxmikant Chintakindi
authored and
Laxmikant Chintakindi
committed
Nov 11, 2024
1 parent
6f727f7
commit d86885b
Showing
9 changed files
with
15 additions
and
22 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
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 | ||
|
@@ -728,7 +724,6 @@ router_ospf: | |
- Ethernet7 | ||
- Vlan150 | ||
max_lsa: 15000 | ||
router_id: 192.168.255.14 | ||
redistribute: | ||
bgp: | ||
enabled: true | ||
|
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