CLI Reference Guide-R07

Table Of Contents
Chapter 4
| System Management Commands
Cloud Management
– 94 –
acn.mgmt.loglevel string no “info Various logging levels for mgmtd. Possible
values in lowering order: error, warn, info, debug,
trace.
acn.mgmt.hb_interval int no 60 Heartbeat message sending interval.
acn.mgmt.hb_ack_timeout int no 57 Heartbeat acknowledgement timeout (to
consider connection problem is present)
acn.mgmt.hb_retry_count int no 3 How many times to try and send a heartbeat
without a received acknowledgment.
acn.mgmt.status_interval int no 300 How often to send events/client data/etc.
acn.mgmt.status_min_offset int no 0 Minimum time delay value for randomized offset
for sending first status message.
acn.mgmt.status_max_offset int no 60 Maximum time delay value for randomized
offset for sending first status message.
acn.mgmt.response_repetitions int no 120 How many response repetitions to send to the
Controller (for live data, like graphs).
acn.mgmt.response_interval int no 3 Interval between subsequent repetitions.
acn.mgmt.fw_update_interval int no 5 Firmware update delay after receiving
appropriate task.
acn.mgmt.fw_download_retries int no 10 Count of firmware download retries.
acn.mgmt.mac_tbl_interval int no 300 How often to send the MAC address table.
acn.mgmt.registration_inverval int no 60 Interval between registration attempts (if fails).
acn.mgmt.restart_interval int no 86400 (Temporary) interval between mgmtd restarts to
free leaked memory.
acn.mgmt.task_expiry_interval int no 3600 Interval to check for expired tasks.
acn.mgmt.task_expiry_time int no 86400 Time after which task is considered to be
expired.
acn.mgmt.acn.register.port CS list no 5222,443 Can contain multiple port values: 5222,443 for
example. When more ports are present, mgmtd
on first connection failure retries with the next
port in the list.
acn.mgmt.os_time_tolerance int no 240 Maximum time difference between device OS
time and cloud time to tolerate. If difference is
bigger, mgmtd sets OS time to the controller's
value.
acn.mgmt.dev_ca_off int no 0 Set this value to 1 to bypass SSL certificates
check against registration service and XMPP
server. Not to be used outside development
scope.
acn.register.state boolean yes 0 Registration state: 0 = unreg, 1 = registered
acn.register.url string yes https://regsvc.igniten
et.com/register
Registration URL.
acn.register.login string depends (empty) This is the xmpp username - it will ONLY be set
after a successful registration.
acn.register.pass string depends (empty) This is the xmpp password - it will ONLY be set
after a successful registration.
acn.register.host string depends (empty) This is the xmpp server - it will ONLY be set after
a successful registration.
Table 10: Cloud Management Agent Options (Continued)
Name Type Required Default Notes