-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topotests: add vrf test to bgp_rpki_topo1
Add vrf test to bgp_rpki_topo1 Signed-off-by: Louis Scalbert <[email protected]>
- Loading branch information
1 parent
e2db58e
commit 0a490c6
Showing
8 changed files
with
162 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
ip route 192.0.2.1/32 192.168.1.1 | ||
! | ||
vrf vrf10 | ||
ip route 192.0.2.3/32 192.168.2.3 | ||
! |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
router bgp 65530 | ||
no bgp ebgp-requires-policy | ||
no bgp network import-check | ||
neighbor 192.0.2.2 remote-as 65002 | ||
neighbor 192.0.2.2 timers 1 3 | ||
neighbor 192.0.2.2 timers connect 1 | ||
neighbor 192.0.2.2 ebgp-multihop 3 | ||
neighbor 192.0.2.2 update-source 192.0.2.3 | ||
address-family ipv4 unicast | ||
network 198.51.100.0/24 | ||
network 203.0.113.0/24 | ||
network 10.0.0.0/24 | ||
exit-address-family | ||
! |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../r1/rtrd.py |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
ip route 192.0.2.2/32 192.168.2.2 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../r1/vrps.csv |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
interface lo | ||
ip address 192.0.2.3/32 | ||
! | ||
interface r3-eth0 | ||
ip address 192.168.2.3/24 |
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