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