blob: 56d7a9764e018a27d3c19d0b5a7b5651c236df42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
! debug zebra kernel
! debug zebra dplane detail
! debug zebra rib
! debug zebra event
!
hostname r1
password zebra
log file /tmp/r1-zebra.log
!
interface r1-eth0 vrf r1-ospf-cust1
ip address 10.0.1.1/24
!
interface r1-eth1 vrf r1-ospf-cust1
ip address 10.0.3.2/24
!
ip forwarding
!
|