Display status and statistics using the show command

The IX30 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"
schema version "445"

>

show system

The show system command displays system information and statistics for the device, including CPU usage.

> show system

  Model                    : Digi IX30
  Serial Number            : IX30xxxxxxxxyyyyxx
  SKU                      : IX30
  Hostname                 : IX30
  MAC Address              : DF:DD:E2:AE:21:18

  Hardware Version         : 50001947-01 1P
  Firmware Version         : 24.12
  Alt. Firmware Version    : 24.12
  Alt. Firmware Build Date : Fri, Jan 12, 2024 12:10:00
  Bootloader Version       : 19.7.23.0-15f936e0ed
 
  Current Time             : Thu, Jan 11, 2024 12:10:00 +0000
  CPU                      : 1.4%
  Uptime                   : 6 days, 6 hours, 21 minutes, 57 seconds (541317s)
  Temperature              : 40C   
  Location                 :
  Contact                  :

>

show network

The show network command displays status and statistics for network interfaces.

> show network

 Interface         Proto  Status   Address
 ----------------  -----  -------  -------------------------------
 setupip         IPv4   up       192.168.210.1/24
 setuplinklocalip  IPv4   up       169.254.100.100/16 
 lan              IPv4   up       192.168.2.1
 lan              IPv6   up       0:0:0:0:0:ffff:c0a8:301
 loopback          IPv4   up       127.0.0.1/8
 wan              IPv4   up       192.168.3.1/24
 wan              IPv6   up       fd00:2704::240:ffff:fe80:120/64

>