Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Panel
titleBGColor#F0F0F0
titleIntroduction

From software 2.59 we have implemented the functionality to disable the web-interface of the device. A reboot is not required.


Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

	<nvm>
	
    <oper name="change_service_status">
        <param name="webui" value="1"/> <!-- 1 - enable service, 0 - disable service -->
    </oper>
	
	</nvm>
</provisioning>