Activate the loopbacks on hosts

This commit is contained in:
Wojciech Kozlowski 2019-04-09 00:31:29 +02:00
parent c4658d3b4f
commit 3d8b70eaaa
4 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,9 @@ hostname h1_1-zebra
password route0 password route0
enable password route0 enable password route0
interface lo
no shutdown
interface h1_1-eth1 interface h1_1-eth1
ip address 10.1.0.1/24 ip address 10.1.0.1/24

View File

@ -4,6 +4,9 @@ hostname h1_2-zebra
password route0 password route0
enable password route0 enable password route0
interface lo
no shutdown
interface h1_2-eth1 interface h1_2-eth1
ip address 10.2.0.1/24 ip address 10.2.0.1/24

View File

@ -4,6 +4,9 @@ hostname h1_1-zebra
password route0 password route0
enable password route0 enable password route0
interface lo
no shutdown
interface h1_1-eth1 interface h1_1-eth1
ip address 10.1.0.1/24 ip address 10.1.0.1/24

View File

@ -4,6 +4,9 @@ hostname h2_1-zebra
password route0 password route0
enable password route0 enable password route0
interface lo
no shutdown
interface h2_1-eth1 interface h2_1-eth1
ip address 10.2.0.1/24 ip address 10.2.0.1/24