mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 15:33:34 +00:00
19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
!
|
|
hostname r1
|
|
log file zebra.log
|
|
!
|
|
ip forwarding
|
|
ipv6 forwarding
|
|
!
|
|
interface lo
|
|
ip address 192.168.0.1/32
|
|
!
|
|
interface r1-eth0
|
|
description connection to h1 via sw1
|
|
ip address 192.168.100.1/24
|
|
!
|
|
interface r1-eth1
|
|
description connection to r11/12/13/14/15 via sw2
|
|
ip address 192.168.101.1/24
|
|
!
|