mirror_frr/tests/topotests/bgp_features/r3/zebra.conf
Martin Winter 9104f54962
tests: Add new bgp_features testsuite with test for bgp shutdown
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2020-08-21 01:36:21 +02:00

24 lines
439 B
Plaintext

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