From 60e2a1f4782c741ef0b199f175c614c7d7f2d0be Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Mon, 11 May 2020 22:29:19 +0200 Subject: [PATCH] Added l3 interfaces --- host_vars/sw01.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/host_vars/sw01.yml b/host_vars/sw01.yml index 65bb56b..63ddde7 100644 --- a/host_vars/sw01.yml +++ b/host_vars/sw01.yml @@ -1,4 +1,8 @@ interfaces: + - name: FastEthernet0 + description: Management port + enabled: yes + - name: GigabitEthernet1/0/1 description: Access port gast enabled: yes @@ -30,4 +34,13 @@ l2_interfaces: - name: GigabitEthernet1/0/4 access: - vlan: 15 \ No newline at end of file + vlan: 15 + +l3_interfaces: + - name: FastEthernet0 + ipv4: + - address: 192.168.1.150/24 + + - name: Vlan10 + ipv4: + - address: 10.10.10.1/24