mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-16 10:26:44 +00:00
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
!
|
|
hostname r12
|
|
log file zebra.log
|
|
!
|
|
interface lo
|
|
ip address 192.168.0.12/32
|
|
!
|
|
interface r12-eth0
|
|
description connection to r1 via sw1
|
|
ip address 192.168.101.12/24
|
|
!
|
|
ip route 0.0.0.0/0 192.168.101.1
|
|
!
|