User Manual

IEEE 802.11g Access Point User’s Guide
54
Ping <ipAddr> [<n_times> <n_size>]
Description: This command allows the user to ping an IP device (i.e., to send a diagnostic
message to be echoed by the receiving device). If n_times and n_size are specified, the ping will
be performed n_times times, each time with packet size n_size. Otherwise, ping will be invoked
once with packet size equal to 56 bytes. The maximum value of n_times is 100, any value larger
than this will default to 100. The maximum value of n_size is 1932, any value larger than this
will default to 1932.
Example:
Command> ping 10.0.0.2 100 1000
Repeat times = 100, data length = 1000
Ping packets -- total: 100 sent: 100 received: 100
Command> ping 10.0.0.2
Repeat times = 1, data length = 56
Ping packets -- total: 1 sent: 1 received: 1
Set log level <1-7>
Description: This command changes the system log level, causing different events to be
logged into the system log table. It is used mainly for debugging purposes. The log level
configured in the system corresponds to the detail level of the messages to be logged. The
default log level is 3, which means all system messages defined as log level 3 or below will be
logged. A setting of 7 yields the maximum detail.
The log level definition is given below:
ALERT 1 /* action must be taken immediately */
CRIT 2 /* critical conditions */
ERR 3 /* error conditions */
WARNING 4 /* warning conditions */
NOTICE 5 /* normal but significant condition */
INFO 6 /* informational */
DEBUG 7 /* debug level */
Show log level
Description: This command shows the system log level that has been configured.
Enable log <facility> [<level>]
Description: This command enables system log messages associated with the specified facility
(such as http, etc.).
Example:
Command> enable log ppp 6
Or