TP01
This commit is contained in:
9
TP-01/templates/R2.j2
Normal file
9
TP-01/templates/R2.j2
Normal 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
|
||||
Reference in New Issue
Block a user