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