Display status and statistics using the show command

The TX40 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 system

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

> show system

  Model                    : Digi TX40
  Serial Number            : TX40xxxxxxxxyyyyxx
  SKU                      : TX40
  Hostname                 : TX40
  MAC Address              : DF:DD:E2:AE:21:18

  Hardware Version         : 50001947-01 1P
  Firmware Version         : 26.2.147.55
  Alt. Firmware Version    : 26.2.147.55
  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

>