-
Notifications
You must be signed in to change notification settings - Fork 3
Actions SaveInterfaceSetting
thica edited this page Jan 10, 2020
·
6 revisions
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"/>