Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
replace interfaces config in ansible stage3
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <[email protected]>
  • Loading branch information
Mierdin committed Dec 13, 2020
1 parent 7144590 commit 37c10ba
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions lessons/ansible-network-automation/stage3/configs/vqfx1-junos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,44 @@
</providers>
</extensions>
</system>
<interfaces operation="merge">
<interfaces operation="replace">
<interface>
<name>em0</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.0.0.15/24</name>
</address>
</inet>
</family>
</unit>
</interface>
<interface>
<name>em1</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>169.254.0.2/24</name>
</address>
</inet>
</family>
</unit>
</interface>
<interface>
<name>em3</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.10.10.1/30</name>
<name>10.12.0.11/24</name>
</address>
<address>
<name>10.10.10.1/24</name>
</address>
</inet>
</family>
Expand Down

0 comments on commit 37c10ba

Please sign in to comment.