blob: f6909dd020ecc0e89e45d745a221770349efab32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
!
hostname r15
log file zebra.log
!
interface lo
ip address 192.168.0.15/32
!
interface r15-eth0
description connection to r1 via sw1
ip address 192.168.101.15/24
!
ip route 0.0.0.0/0 192.168.101.1
!
|