08-21-2024 10:36 AM
Hi
Got following template in velocity:
#foreach ($interface in ${interfaces})
#if ($interface.interfaceType == "Physical" &&
$interface.portMode == "access")
interface $interface.portName
#add_interface_prop
#end
#end
add_interface_prop is of course macro defined
When I do generate configuration preview in last step I see of provisioning template, I see that configuration is generated only for physisal access ports as requested but only to these that are in up state at the time, so if any port is down, configuration is not generated.
Is this normal behaviour? DNAC 2.3.5.5
Best Regards
Jacek
Solved! Go to Solution.
08-21-2024 12:01 PM
I don't think this is expected behavior since it makes things so non deterministic. Please open a TAC case so it can be investigated further.
08-21-2024 12:01 PM
I don't think this is expected behavior since it makes things so non deterministic. Please open a TAC case so it can be investigated further.
08-21-2024 12:23 PM
Got the same impresion, that it should just work
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide