blob: 62ba04d81ba9700880b4974e4ebde0e4f6c87536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
!
hostname r3
log file zebra.log
!
interface lo
ip address 192.168.0.3/32
ipv6 address fc00::3/128
!
interface r3-eth0
description SW8 Stub Network
ip address 192.168.8.1/24
ipv6 address fc00:0:0:8::1/64
!
interface r3-eth1
description SW1 R2-R3 OSPF Network
ip address 192.168.2.2/24
ipv6 address fc00:0:0:2::2/64
!
interface r3-eth2
description SW2 R1-R3 OSPF Network
ip address 192.168.3.2/24
ipv6 address fc00:0:0:3::2/64
!
|