Hi again everyone
Is looking into a bigger deployment where we want to change certain parameters to interfaces belonging to certain vlans.
Something like this
for each interface
if vlan=10
clicommand1
clicommand2
end if
next int
Is this possible using velocity and cli-templates ? or any other metod in either in LMS or PI? where should I begin my search ?
I tried to check the CLITemplateDBvariableQuery.properties file but couldn't find any pre-defined db-varibles for the interface properties like which vlan it belongs to.
I havent find any way to custimize the db-variables, is it possible ? I guess that it's is not supported by Cisco but in theory technically possible ?
Or is it the "Restful API" I have to use ?