You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Introduction

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


<?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>




  • No labels