*: convert startup logs to use per node directories also have startup and running log files match

Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
Lou Berger 2018-05-10 17:38:29 -04:00 committed by Donald Sharp
parent 2a59a86b50
commit 2b0e32967c
101 changed files with 101 additions and 101 deletions

View File

@ -1,4 +1,4 @@
log file /tmp/r1-bgpd.log
log file bgpd.log
!
!
router bgp 100

View File

@ -1,4 +1,4 @@
log file /tmp/r1-isisd.log
log file isisd.log
!
debug isis events
!

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ldpd.log
log file ldpd.log
!
debug mpls ldp event
debug mpls ldp zebra

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ospf6d.log
log file ospf6d.log
!
debug ospf6 lsa unknown
debug ospf6 zebra

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ospfd.log
log file ospfd.log
!
debug ospf event
debug ospf zebra

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ripd.log
log file ripd.log
!
debug rip events
debug rip zebra

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ripngd.log
log file ripngd.log
!
debug ripng events
debug ripng zebra

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,6 +1,6 @@
!
hostname r1
log file /tmp/r1-bgpd.log
log file bgpd.log
!
router bgp 100
bgp router-id 10.0.255.1

View File

@ -1,6 +1,6 @@
!
hostname r1
log file /tmp/r1-zebra.log
log file zebra.log
!
interface r1-eth0
ip address 10.0.1.1/24

View File

@ -1,4 +1,4 @@
log file /tmp/ce1-zebra.log
log file zebra.log
!
hostname ce1
!

View File

@ -1,4 +1,4 @@
log file /tmp/ce2-zebra.log
log file zebra.log
!
hostname ce2
!

View File

@ -1,4 +1,4 @@
log file /tmp/ce3-zebra.log
log file zebra.log
!
hostname ce3
!

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ospfd.log
log file ospfd.log
!
router ospf
router-id 1.1.1.1

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ospfd.log
log file ospfd.log
!
router ospf
router-id 2.2.2.2

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,5 +1,5 @@
hostname r3
log file /tmp/r3-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,6 +1,6 @@
hostname r3
password 1
log file /tmp/r3-ospfd.log
log file ospfd.log
!
router ospf
router-id 3.3.3.3

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file zebra.log
!
hostname r3
!

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ospfd.log
log file ospfd.log
!
router ospf
router-id 4.4.4.4

View File

@ -1,4 +1,4 @@
log file /tmp/r4-zebra.log
log file zebra.log
!
hostname r4
!

View File

@ -5,7 +5,7 @@ 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
log file bgpd.log
router bgp 5227
bgp router-id 99.0.0.1

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce1-zebra.log
log file zebra.log
!
hostname ce1
!

View File

@ -5,7 +5,7 @@ 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
log file bgpd.log
router bgp 5227
bgp router-id 99.0.0.2

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce2-zebra.log
log file zebra.log
!
hostname ce2
!

View File

@ -5,7 +5,7 @@ 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
log file bgpd.log
router bgp 5227
bgp router-id 99.0.0.3

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce3-zebra.log
log file zebra.log
!
hostname ce3
!

View File

@ -5,7 +5,7 @@ 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
log file bgpd.log
router bgp 5228
bgp router-id 99.0.0.4

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/ce4-zebra.log
log file zebra.log
!
hostname ce4
!

View File

@ -6,7 +6,7 @@ log stdout notifications
log monitor notifications
log commands
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-bgpd.log debugging
log file bgpd.log debugging
#debug bgp vpn leak-to-vrf
#debug bgp vpn leak-from-vrf

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ldpd.log
log file ldpd.log
password zebra
!
debug mpls ldp zebra

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-ospfd.log
log file ospfd.log
!
router ospf
router-id 1.1.1.1

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r1-zebra.log
log file zebra.log
hostname r1
password zebra

View File

@ -5,7 +5,7 @@ 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/r2-bgpd.log debugging
log file bgpd.log debugging
router bgp 5226
bgp router-id 2.2.2.2

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ldpd.log
log file ldpd.log
password zebra
!
debug mpls ldp zebra

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-ospfd.log
log file ospfd.log
!
router ospf
router-id 2.2.2.2

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-zebra.log
log file zebra.log
hostname r2
password zebra

View File

@ -5,7 +5,7 @@ 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/r3-bgpd.log
log file bgpd.log
debug bgp vpn label
router bgp 5226

View File

@ -1,6 +1,6 @@
hostname r3
password zebra
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,6 +1,6 @@
hostname r3
password 1
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-ospfd.log
log file ospfd.log
!
router ospf
router-id 3.3.3.3

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r3-zebra.log
log file zebra.log
hostname r3
password zebra

View File

@ -5,7 +5,7 @@ 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/r4-bgpd.log debug
log file bgpd.log debug
debug bgp vpn label
debug bgp nht

View File

@ -1,6 +1,6 @@
hostname r4
password zebra
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-ospfd.log
log file ospfd.log
!
router ospf
router-id 4.4.4.4

View File

@ -1,4 +1,4 @@
log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r4-zebra.log
log file zebra.log
hostname r4
password zebra

View File

@ -2,7 +2,7 @@
! Zebra configuration saved from vty
! 2015/12/24 21:46:33
!
log file /tmp/r1-bgpd.log
log file bgpd.log
!
!debug bgp events
!debug bgp keepalives

View File

@ -2,7 +2,7 @@
! Zebra configuration saved from vty
! 2015/12/24 16:48:27
!
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,4 +1,4 @@
log file /tmp/r1-eigrpd.log
log file eigrpd.log
!
router eigrp 1
network 0.0.0.0/0

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,4 +1,4 @@
log file /tmp/r2-eigrpd.log
log file eigrpd.log
!
!
router eigrp 1

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,4 +1,4 @@
log file /tmp/r3-eigrpd.log
log file eigrpd.log
!
!
router eigrp 1

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file zebra.log
!
hostname r3
!

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ospfd.log
log file ospfd.log
!
router ospf
router-id 1.1.1.1

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ospfd.log
log file ospfd.log
!
router ospf
router-id 2.2.2.2

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,5 +1,5 @@
hostname r3
log file /tmp/r3-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,6 +1,6 @@
hostname r3
password 1
log file /tmp/r3-ospfd.log
log file ospfd.log
!
router ospf
router-id 3.3.3.3

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file zebra.log
!
hostname r3
!

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ospfd.log
log file ospfd.log
!
router ospf
router-id 4.4.4.4

View File

@ -1,4 +1,4 @@
log file /tmp/r4-zebra.log
log file zebra.log
!
hostname r4
!

View File

@ -1,4 +1,4 @@
log file /tmp/ce1-zebra.log
log file zebra.log
!
hostname ce1
!

View File

@ -1,4 +1,4 @@
log file /tmp/ce2-zebra.log
log file zebra.log
!
hostname ce2
!

View File

@ -1,4 +1,4 @@
log file /tmp/ce3-zebra.log
log file zebra.log
!
hostname ce3
!

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ospfd.log
log file ospfd.log
!
router ospf
router-id 1.1.1.1

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ospfd.log
log file ospfd.log
!
router ospf
router-id 2.2.2.2

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,5 +1,5 @@
hostname r3
log file /tmp/r3-ldpd.log
log file ldpd.log
!
debug mpls ldp zebra
debug mpls ldp event

View File

@ -1,5 +1,5 @@
hostname r3
log file /tmp/r3-ospfd.log
log file ospfd.log
!
router ospf
router-id 3.3.3.3

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file zebra.log
!
hostname r3
!

View File

@ -1,5 +1,5 @@
hostname r1
log file /tmp/r1-ospf6d.log
log file ospf6d.log
!
debug ospf6 message all
debug ospf6 lsa unknown

View File

@ -1,6 +1,6 @@
!
hostname r1
log file /tmp/r1-zebra.log
log file zebra.log
!
interface r1-stubnet
ipv6 address fc00:1:1:1::1/64

View File

@ -1,5 +1,5 @@
hostname r2
log file /tmp/r2-ospf6d.log
log file ospf6d.log
!
debug ospf6 message all
debug ospf6 lsa unknown

View File

@ -1,6 +1,6 @@
!
hostname r2
log file /tmp/r2-zebra.log
log file zebra.log
!
interface r2-stubnet
ipv6 address fc00:2:2:2::2/64

View File

@ -1,5 +1,5 @@
hostname r3
log file /tmp/r3-ospf6d.log
log file ospf6d.log
!
debug ospf6 message all
debug ospf6 lsa unknown

View File

@ -1,6 +1,6 @@
!
hostname r3
log file /tmp/r3-zebra.log
log file zebra.log
!
interface r3-stubnet
ipv6 address fc00:3:3:3::3/64

View File

@ -1,5 +1,5 @@
hostname r4
log file /tmp/r4-ospf6d.log
log file ospf6d.log
!
debug ospf6 message all
debug ospf6 lsa unknown

View File

@ -1,6 +1,6 @@
!
hostname r4
log file /tmp/r4-zebra.log
log file zebra.log
!
interface r4-stubnet
ipv6 address fc00:4:4:4::4/64

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ripd.log
log file ripd.log
!
router rip
version 2

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,4 +1,4 @@
log file /tmp/r2-ripd.log
log file ripd.log
!
!
router rip

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,4 +1,4 @@
log file /tmp/r3-ripd.log
log file ripd.log
!
!
router rip

View File

@ -1,4 +1,4 @@
log file /tmp/r3-zebra.log
log file zebra.log
!
hostname r3
!

View File

@ -1,4 +1,4 @@
log file /tmp/r1-ripngd.log
log file ripngd.log
!
debug ripng events
debug ripng packet

View File

@ -1,4 +1,4 @@
log file /tmp/r1-zebra.log
log file zebra.log
!
hostname r1
!

View File

@ -1,4 +1,4 @@
log file /tmp/r2-ripngd.log
log file ripngd.log
!
debug ripng events
debug ripng packet

View File

@ -1,4 +1,4 @@
log file /tmp/r2-zebra.log
log file zebra.log
!
hostname r2
!

View File

@ -1,4 +1,4 @@
log file /tmp/r3-ripngd.log
log file ripngd.log
!
debug ripng events
debug ripng packet

Some files were not shown because too many files have changed in this diff Show More