DHCP feature template option ascii string devicespecific var gets mangeld
In device specific values we input for eg. for HP devicemanger option 203 in dhcp :
P1="Overijssel";P2="Zwolle"
But when template is pushed and you do show sdwan running-cifig on device the string was parsed as :
"P1=\"Overijssel\";P2=\"OTA" "Zwolle\"" and now the HP Devicemanager puts everything in the undefined folder.
Is vmanage parser for device specific variables expecting certain escape characters ?