This subagent is created to emulate any node. There also can be configured node parameters.

============================================================================================
NODE CONFIGURATION
============================================================================================
To create node, there should be created next section in agent file:

[devemu]
MacAddress=10.0.0.1
IpAddress=255.0.0.0
IpNetMask=eth0
MacAddress=000000000000
ParametersConfig=/home/zev/config.my
HostName=dummy0

--------------------------------------------
***Where "/home/zev/config.my" is path to file with parameters list.***

============================================================================================
PARAMETER CONFIGURATION
============================================================================================
Parameter definition syntaxys:

name:type:description=value

name - string
type - string, possible values: INT, UINT, INT64, UINT64, STRING, FLOAT
description - string, can't contain "="
value - string

--------------------------------------------
***Predifined in code parameters****
   "Net.Interface.AdminStatus(*)" = "1"
   "Net.Interface.Link(*)" = "1"
   "Net.Interface.MTU(*)" = "1500"
   "Net.Interface.OperStatus(*)" = "1"
   "Net.IP.Forwarding" = "0"
   "System.Hostname" = HostName(dummy0)

============================================================================================
TABLE PARAMETER CONFIGURATION
============================================================================================
For table parameters should be used DBQuery subagent. 
Table data should be selected from DB.  
