mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
*: 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:
parent
2a59a86b50
commit
2b0e32967c
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-bgpd.log
|
||||
log file bgpd.log
|
||||
!
|
||||
!
|
||||
router bgp 100
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-isisd.log
|
||||
log file isisd.log
|
||||
!
|
||||
debug isis events
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp event
|
||||
debug mpls ldp zebra
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ospf6d.log
|
||||
log file ospf6d.log
|
||||
!
|
||||
debug ospf6 lsa unknown
|
||||
debug ospf6 zebra
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
debug ospf event
|
||||
debug ospf zebra
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ripd.log
|
||||
log file ripd.log
|
||||
!
|
||||
debug rip events
|
||||
debug rip zebra
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ripngd.log
|
||||
log file ripngd.log
|
||||
!
|
||||
debug ripng events
|
||||
debug ripng zebra
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce1
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce2
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 1.1.1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 2.2.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r3
|
||||
log file /tmp/r3-ldpd.log
|
||||
log file 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 ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 3.3.3.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 4.4.4.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r4-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r4
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-eigrpd.log
|
||||
log file eigrpd.log
|
||||
!
|
||||
router eigrp 1
|
||||
network 0.0.0.0/0
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-eigrpd.log
|
||||
log file eigrpd.log
|
||||
!
|
||||
!
|
||||
router eigrp 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-eigrpd.log
|
||||
log file eigrpd.log
|
||||
!
|
||||
!
|
||||
router eigrp 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 1.1.1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 2.2.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r3
|
||||
log file /tmp/r3-ldpd.log
|
||||
log file 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 ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 3.3.3.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 4.4.4.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r4-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r4
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce1
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce2
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/ce3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname ce3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 1.1.1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 2.2.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r3
|
||||
log file /tmp/r3-ldpd.log
|
||||
log file ldpd.log
|
||||
!
|
||||
debug mpls ldp zebra
|
||||
debug mpls ldp event
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r3
|
||||
log file /tmp/r3-ospfd.log
|
||||
log file ospfd.log
|
||||
!
|
||||
router ospf
|
||||
router-id 3.3.3.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r1
|
||||
log file /tmp/r1-ospf6d.log
|
||||
log file ospf6d.log
|
||||
!
|
||||
debug ospf6 message all
|
||||
debug ospf6 lsa unknown
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r2
|
||||
log file /tmp/r2-ospf6d.log
|
||||
log file ospf6d.log
|
||||
!
|
||||
debug ospf6 message all
|
||||
debug ospf6 lsa unknown
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r3
|
||||
log file /tmp/r3-ospf6d.log
|
||||
log file ospf6d.log
|
||||
!
|
||||
debug ospf6 message all
|
||||
debug ospf6 lsa unknown
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
hostname r4
|
||||
log file /tmp/r4-ospf6d.log
|
||||
log file ospf6d.log
|
||||
!
|
||||
debug ospf6 message all
|
||||
debug ospf6 lsa unknown
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ripd.log
|
||||
log file ripd.log
|
||||
!
|
||||
router rip
|
||||
version 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-ripd.log
|
||||
log file ripd.log
|
||||
!
|
||||
!
|
||||
router rip
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-ripd.log
|
||||
log file ripd.log
|
||||
!
|
||||
!
|
||||
router rip
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r3-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-ripngd.log
|
||||
log file ripngd.log
|
||||
!
|
||||
debug ripng events
|
||||
debug ripng packet
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r1-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-ripngd.log
|
||||
log file ripngd.log
|
||||
!
|
||||
debug ripng events
|
||||
debug ripng packet
|
||||
|
@ -1,4 +1,4 @@
|
||||
log file /tmp/r2-zebra.log
|
||||
log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user