ventilaar
/
sdn-cursus
Archived
1
Fork 0

getest werkt

This commit is contained in:
Ventilaar 2022-01-10 11:12:38 +01:00
parent df3a0d25fe
commit ba587bf635
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
- name: NAT config
hosts: R3
gather_facts: false
connection: network_cli
tasks:
- name: NAT outside global
ios_config:
lines:
- ip nat outside source static 192.168.5.2 192.168.9.1
parents: interface GigabitEthernet 2