Actions SaveInterfaceSetting - thica/ORCA-Remote GitHub Wiki
Write a parameter into the interface.ini. Important: You can't use this command in the appstart actions and you should set them before the interface is used. The definition start actions is a good place for this action
| Attribute | Description |
|---|---|
| string | saveinterfacesetting |
| interfacename | Name of the interface |
| configname | Name of the configuration |
| varname | Name of the variable to set |
| varvalue | Value of the variable |
<action name="save var" string="saveinterfacesetting" interfacename="Keene_Kira" configname="mycomfigname" varname="host" varvalue="192.168.1.31"/>