1
0
Fork 0
frr/tests/topotests/bgp_features/r3/zebra.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

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
!