Ajout TP-02

This commit is contained in:
2025-11-13 09:34:59 +01:00
parent 5c7fa4d11a
commit ef4dffe5ef
11 changed files with 279 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
hostname {{ hostname }}
{% for interface in interfaces %}
interface {{ interface.name }}
description {{ interface.description }}
ip address {{ interface.ip }} {{ interface.mask }}
encapsulation dot1Q {{ interface.vlan_id }}
no shutdown
{% endfor %}
end