HiI'm trying to set a variable after a if statement but it doesn't recognize it as a set variable.My code is like this: #if( $__device.hostname == "switch01" )
#set( $permitip = '1.2.3.4' )
#end When I run a simulation i have to fill in the $permiti...