Display Status And Statistics Using The Show Command; Show Config - Digi Connect IT Mini User Manual

Hide thumbs Also See for Connect IT Mini:
Table of Contents

Advertisement

Command line interface
Transfer a file from the Connect IT Mini device to a remote host
To copy a file from the Connect IT Mini device to a remote host, use the
> scp host hostname-or-ip user username remote remote-path local local-path to remote
where:
hostname-or-ip is the hostname or ip address of the remote host.
n
username is the name of the user on the remote host.
n
remote-path is the location on the remote host where the file will be copied.
n
local-path is the path and filename on the Connect IT Mini device.
n
For example:
To copy a support report from the Connect IT Mini device to a remote host at the IP address of
192.168.4.1:
1. Use the system support-report command to generate the report:
> system support-report /etc/config/
Saving support report to /etc/config/support-report-0040D0133536-20-08-28-9.25.12.bin
Support report saved.
>
2. Use the scp command to transfer the report to a remote host:
> scp host 192.168.4.1 user admin remote /home/admin/temp/ local /etc/config/support-report-
00:40:D0:13:35:36-20-08-28-9.25.12.bin to remote
admin@192.168.4.1's password: adminpwd
support-report-0040D0133536-20-08-28-9.25.12.bin
>

Display status and statistics using the show command

The Connect IT Mini show command display status and statistics for various features.
For example:

show config

The
show config
command displays all the configuration settings for the device that have been
changed from the default settings. This is a particularly useful when troubleshooting the device.
> show config
auth tacacs+ service "login"
auth user admin password "$2a$05$WlJQhquI7BgsytkpobKhaeLPtWraGANBcrlEaJX/wJv63JENW/HOu"
add auth user test
add auth user test group end "admin"
add auth user test group end "serial"
auth user test password "$2a$05$RdGYz1sLKbWrqe6cZjlsd.otg03JZR6n9939XV6EYWUSP0tMAzO5W"
network interface lan ipv4 type "dhcp"
network interface lan zone "external"
network interface modem modem apn 0 apn "00000.000"
network interface modem modem apn_lock "true"
Digi Connect IT® Mini User Guide
Display status and statistics using the show command
scp
command as follows:
591

Advertisement

Table of Contents
loading

Table of Contents