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

Add static IGMP config

parent 89daeff9
Branches
No related tags found
1 merge request!226Feature/nat 996 dsc0
<igmp 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">
<interface alu:operation="replace">
<ip-interface-name>dsc.0</ip-interface-name>
<static>
<group>
<group-address>232.223.222.1</group-address>
<source>
<source-address>193.17.9.3</source-address>
</source>
<source>
<source-address>212.201.139.66</source-address>
</source>
</group>
</static>
</interface>
</igmp>
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
</rsvp> </rsvp>
{% include 'router/isis.j2' %} {% include 'router/isis.j2' %}
{% include 'router/pim.j2' %} {% include 'router/pim.j2' %}
{% include 'router/igmp.j2' %}
{% endif %} {% endif %}
{% include 'router/base_static_routes.j2' %} {% include 'router/base_static_routes.j2' %}
{% include 'router/bgp.j2' %} {% include 'router/bgp.j2' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment