diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 index af18884dd655990b2fe1fddef49b515a87ce1b2c..9ea51d2e313c69e593a60a41abe5d7ae251dc7f9 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 @@ -12,12 +12,6 @@ <system-id>{{ iso_system_id }}</system-id> <traffic-engineering>true</traffic-engineering> <area-address>{{ geant_iso_area_id }}</area-address> - {% if router_role == 'pe' %} - <multicast-import> - <ipv4>true</ipv4> - <ipv6>true</ipv6> - </multicast-import> - {% endif %} <overload-on-boot> <timeout>300</timeout> </overload-on-boot> diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 index 2247af90802fb05d797257b7c34163d8ef849cd0..621d83484decf181c384af1bf5a02d8b7a79921b 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 @@ -9,6 +9,5 @@ {% include 'router/flowspec.j2' %} {% include 'router/ldp.j2' %} {% include 'router/rpki.j2' %} - {% include 'router/isis.j2' %} </router>