User guide

142 Chapter 5. Command Line Interface Reference
# ping -c 2 -i 7 -s 34 192.168.254.2
ping: reply from 192.168.254.2: bytes=34 (data), time<5 ms
ping: reply from 192.168.254.2: bytes=34 (data), time<5 ms
ping: packets sent 2, packets received 2
The following command sends packets with the source IP address 192.168.254.254 to the IP address
192.4.210.122. Default values are used for the other options.
ping -I 192.168.254.254 192.4.210.122
The following command uses management address 192.168.1.2 as the source address when pinging destination
address 192.168.100.100.
ping -I 192.168.1.2 192.168.100.100
PS
Lists all of the tasks (processes) running in the system and the status of the tasks.
ps
Response:
# ps
TID: NAME FL P BOTTOM CURRENT SIZE
1:IDLE 02 7 1208f0 121008 2032
3:MSFS_SYNC 03 6 1224a0 122ba8 2032
4:SYSTEM LOGGER 03 5 122cd0 1233d8 2032
5:LL_PPP 03 5 126750 126e58 2032
6:NL_IP 03 5 126fe0 1272e0 1000
7:TL_IP_UDP 03 3 127460 127768 1000|
8:TL_IP_TCP 03 3 1278c0 127fd0 2032
9:IP_RIP 03 4 128120 128420 1000
10:TELNETD 03 5 128550 128838 1000
11:DUM 03 5 12b580 12bc88 2032
12:ATM25 03 1 12c0a0 12c790 2032
13:SNMPD 03 5 124b60 125a70 4080
14:BOOTP 03 5 12e3d0 12e6c0 1000
15:CMD 01 6 12cba0 12d9f8 4080
TID: task ID field
NAME: name of the task
FL: flag field
P: number from 1 to 7 with the highest priority equal to 1
BOTTOM: address of the task stack
CURRENT: current stack pointer
SIZE: stack size in bytes