ventilaar
/
sdn-cursus
Archived
1
Fork 0

verkeerd getest, aangepast

This commit is contained in:
Ventilaar 2022-01-18 13:56:47 +01:00
parent 23d8c2e2a2
commit c03655d009
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# gescreven door Ivo gecorrigeerd door taha
---
- name: Configureren van DHCP
hosts: Router_Ivo
hosts: EdgeRouter
gather_facts: false
connection: network_cli
@ -11,6 +11,6 @@
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
- network 192.168.8.0 255.255.255.0
- default-router 192.168.8.1
- dns-server 1.1.1.1