Skip to content
Snippets Groups Projects
Commit 89daeff9 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Add static dsc.0 interface config in IES template

parent 94d36509
No related branches found
No related tags found
1 merge request!226Feature/nat 996 dsc0
...@@ -7,5 +7,16 @@ ...@@ -7,5 +7,16 @@
{% endif %} {% endif %}
<service-id>{{ ies.service_id }}</service-id> <service-id>{{ ies.service_id }}</service-id>
<customer>{{ ies.customer_id }}</customer> <customer>{{ ies.customer_id }}</customer>
<interface xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace">
<interface-name>dsc.0</interface-name>
<admin-state>enable</admin-state>
<loopback>true</loopback>
<ipv4>
<primary>
<address>192.0.2.112</address>
<prefix-length>32</prefix-length>
</primary>
</ipv4>
</interface>
</ies> </ies>
{% endfor %} {% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment