mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:44:54 +00:00
bgp_l3vpn_to_bgp_vrf: Fixup topo test to write log files to same location at start of run
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
f76774ec9d
commit
d3335443bf
@ -5,6 +5,8 @@ password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1-bgpd.log
|
||||
|
||||
router bgp 5227
|
||||
bgp router-id 99.0.0.1
|
||||
neighbor 192.168.1.1 remote-as 5227
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce1-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1-zebra.log
|
||||
!
|
||||
hostname ce1
|
||||
!
|
||||
|
@ -5,6 +5,8 @@ password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2-bgpd.log
|
||||
|
||||
router bgp 5227
|
||||
bgp router-id 99.0.0.2
|
||||
neighbor 192.168.1.1 remote-as 5227
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce2-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2-zebra.log
|
||||
!
|
||||
hostname ce2
|
||||
!
|
||||
|
@ -5,6 +5,8 @@ password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3-bgpd.log
|
||||
|
||||
router bgp 5227
|
||||
bgp router-id 99.0.0.3
|
||||
neighbor 192.168.1.1 remote-as 5227
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce3-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3-zebra.log
|
||||
!
|
||||
hostname ce3
|
||||
!
|
||||
|
@ -5,6 +5,8 @@ password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4-bgpd.log
|
||||
|
||||
router bgp 5228
|
||||
bgp router-id 99.0.0.4
|
||||
neighbor 192.168.2.1 remote-as 5228
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce4-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4-zebra.log
|
||||
!
|
||||
hostname ce4
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ldpd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ldpd.log
|
||||
password zebra
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ospfd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 1.1.1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-zebra.log
|
||||
|
||||
hostname r1
|
||||
password zebra
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ldpd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ldpd.log
|
||||
password zebra
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ospfd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 2.2.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-zebra.log
|
||||
|
||||
hostname r2
|
||||
password zebra
|
||||
|
@ -5,8 +5,9 @@ password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
debug bgp vpn label
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-bgpd.log
|
||||
|
||||
debug bgp vpn label
|
||||
router bgp 5226
|
||||
bgp router-id 3.3.3.3
|
||||
bgp cluster-id 3.3.3.3
|
||||
|
@ -1,6 +1,6 @@
|
||||
hostname r3
|
||||
password zebra
|
||||
log file /tmp/r3-ldpd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,6 +1,6 @@
|
||||
hostname r3
|
||||
password 1
|
||||
log file /tmp/r3-ospfd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 3.3.3.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-zebra.log
|
||||
|
||||
hostname r3
|
||||
password zebra
|
||||
|
@ -1,6 +1,6 @@
|
||||
hostname r4
|
||||
password zebra
|
||||
log file /tmp/r4-ldpd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ospfd.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 4.4.4.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r4-zebra.log
|
||||
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-zebra.log
|
||||
|
||||
hostname r4
|
||||
password zebra
|
||||
|
Loading…
Reference in New Issue
Block a user