From 8e2e509c5e3252afdf8432e955f3c0bafbf750f9 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 12 Feb 2025 17:53:11 +0000 Subject: [PATCH] Add dsc.0 to PIM --- .../roles/bc_templates/routers/nokia/router/pim.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/pim.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/pim.j2 index ccf8e8d5..8b56f5ba 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/pim.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/pim.j2 @@ -27,5 +27,12 @@ <interface> <interface-name>system</interface-name> </interface> + <interface> + <interface-name>dsc.0</interface-name> + <admin-state>enable</admin-state> + <ipv4> + <multicast>true</multicast> + </ipv4> + </interface> </pim> -- GitLab