mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-11 03:33:59 +00:00
29 lines
563 B
Plaintext
29 lines
563 B
Plaintext
!
|
|
hostname r2
|
|
log file zebra.log
|
|
!
|
|
interface lo
|
|
ip address 192.168.0.2/32
|
|
ipv6 address fc00::2/128
|
|
!
|
|
interface r2-eth0
|
|
description SW7 Stub Network
|
|
ip address 192.168.7.1/24
|
|
ipv6 address fc00:0:0:7::1/64
|
|
!
|
|
interface r2-eth1
|
|
description SW0 R1-R2 OSPF & BGP Network
|
|
ip address 192.168.1.2/24
|
|
ipv6 address fc00:0:0:1::2/64
|
|
!
|
|
interface r2-eth2
|
|
description SW1 R2-R3 OSPF Network
|
|
ip address 192.168.2.1/24
|
|
ipv6 address fc00:0:0:2::1/64
|
|
!
|
|
interface r2-eth3
|
|
description SW5 R2-R5 eBGP Network
|
|
ip address 192.168.201.1/24
|
|
ipv6 address fc00:200:0:1::1/64
|
|
!
|