mirror of
https://github.com/Wojtek242/route0.git
synced 2024-11-23 15:45:24 +01:00
26 lines
326 B
Plaintext
26 lines
326 B
Plaintext
! -*- zebra -*-
|
|
|
|
hostname R3-zebra
|
|
password route0
|
|
enable password route0
|
|
|
|
!
|
|
|
|
interface lo
|
|
no shutdown
|
|
|
|
interface R3-eth1
|
|
ip address 13.0.1.254/24
|
|
|
|
interface R3-eth2
|
|
ip address 13.0.2.254/24
|
|
|
|
interface R3-eth3
|
|
ip address 13.0.3.254/24
|
|
|
|
!
|
|
|
|
interface R3-eth4
|
|
ip address 9.0.1.2/24
|
|
|
|
log file /tmp/R3-zebra.log debugging |