30 lines
556 B
Text
30 lines
556 B
Text
!
|
|
hostname r1
|
|
log file zebra.log
|
|
!
|
|
ip forwarding
|
|
ipv6 forwarding
|
|
!
|
|
interface blue vrf blue
|
|
ip address 192.168.0.1/32
|
|
!
|
|
interface red vrf red
|
|
ip address 192.168.0.1/32
|
|
!
|
|
interface r1-eth0 vrf blue
|
|
description connection to h1 via sw1
|
|
ip address 192.168.100.1/24
|
|
!
|
|
interface r1-eth1 vrf blue
|
|
description connection to r11 via sw2
|
|
ip address 192.168.101.1/24
|
|
!
|
|
interface r1-eth2 vrf red
|
|
description connection to h1 via sw3
|
|
ip address 192.168.100.1/24
|
|
!
|
|
interface r1-eth3 vrf red
|
|
description connection to r12 via sw4
|
|
ip address 192.168.101.1/24
|
|
!
|
|
|