23 lines
439 B
Text
23 lines
439 B
Text
!
|
|
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
|
|
!
|