cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
148
Views
0
Helpful
2
Replies

dnac velocity template

jasko34
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Preston Chilcote
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Preston Chilcote
Cisco Employee
Cisco Employee

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.

Got the same impresion, that it should just work