ventilaar
/
sdn-cursus
Archived
1
Fork 0

getest werkt

This commit is contained in:
Ventilaar 2022-01-10 11:11:34 +01:00
parent 4376642c6c
commit 455eef9f86
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- name: Configureren van DHCP
hosts: Router_Ivo
gather_facts: false
connection: network_cli
tasks:
- name: Configureren van gigabit interface
ios_config:
parents: ip dhcp pool SDN_POOL
lines:
- network 192.168.6.0 255.255.255.0
- default-router 192.168.6.254
- dns-server 8.8.8.8