diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/igmp.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/igmp.j2 new file mode 100644 index 0000000000000000000000000000000000000000..59d3d7a22d8098dad8b5e536a548de167233c362 --- /dev/null +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/igmp.j2 @@ -0,0 +1,17 @@ + + <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> diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/router_base.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/router_base.j2 index 72e72de54e7f001c6848670850a945c4dc9e585d..b9ffc82f438a2c35fcd56358a6b8c8e0db13805a 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/router_base.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/router_base.j2 @@ -44,6 +44,7 @@ </rsvp> {% include 'router/isis.j2' %} {% include 'router/pim.j2' %} + {% include 'router/igmp.j2' %} {% endif %} {% include 'router/base_static_routes.j2' %} {% include 'router/bgp.j2' %}