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

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

FAQ Nx70 - CLI access via ssh

It is possible to enable the CLI access and execute commands for different purposes.

When enabled you can access:

  • DECT Manager
  • Base-stations

Open the web-interface and go to: SETTINGS - System - Web configurator - CLI access via SSH

FAQ Nx70 - CLI access via ssh

  • Enter an CLI password


Connect via SSH using a program like putty.

  • Username: cli
  • Password: What you configured

FAQ Nx70 - CLI access via ssh

CLI parameters

Below are some CLI command examples:

DescriptionParameter
Send DHCP release when rebootingsudo set network.lan.release=1 (Enable the DHCP release)
sudo set network.lan.release=0 (Disable the DHCP release, default setting)

Flashing the LEDs of the current device for 10s

(CLI access to DECT base)

sudo whereami 10

Change DECT transmission power

(CLI access to DECT base)

sudo set-power 1 

sudo set-power 10  (Maximum value)

Factory reset devicesudo reset2factory hard
  • No labels