1
0
Fork 0
frr/tests/topotests/bgp_features/r3/zebra.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
439 B
Text
Raw Normal View History

!
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
!