So iv got a airwave (8.2.8.2)installation to ready my switches (aruba 2930f) and it worked in the begining with variables "num_of_normal_port", but now my template is writen to the switch but without any of my "num_of_normal_port" configurationm, witch means i'm losing access to the switch.
This is some ex. of my config
%if num_of_normal_port=10%
untagged 8,9,10
%endif%
%if num_of_normal_port=28%
untagged 24,25,26,27,28
%endif%
So how is the airwave looking at the switch interfaces? can i do ca cli cmd to test the output on the switch so i can verify that my variables are correct?
Morten