![N-Tron 700 Series User Manual & Installation Manual Download Page 84](http://html1.mh-extra.com/html/n-tron/700-series/700-series_user-manual-and-installation-manual_3076298084.webp)
Revision 050908
Page 84 of 101
CLI Commands, Continued…
Save or Reset the Configuration Settings
Command Name
config
Description
Save or reset configuration settings
Syntax
config
s[ave] | r[eset]
Parameters
save
save current running configuration settings.
reset
reset configuration settings to factory defaults.
Examples
N-TRON/Admin> config save
Save Settings...
Settings have been saved.
N-TRON/Admin> config reset
Resetting to factory defaults...
Load factory default settings [y/n]?y
Keep IP, subnet mask, and gateway addresses [y/n]?y
Keep current user names and passwords [y/n]?y
…
NOTES
Ping a Host
Command Name
ping
Description Ping
a
host
Syntax
ping
[-t] [-n count] [-w timeout] target_name
Parameters
target_name
IP Address or host name.
-t
Ping the specified host until stopped.
To see statistics and continue - type Space;
To stop - type Control-C.
-n count
Number of echo requests to send.
-w timeout
Timeout in milliseconds to wait for each reply.
Example
N-TRON/Admin> ping 192.168.1.119
…
N-TRON/Admin> ping –n 6 192.168.1.119
…
N-TRON/Admin> ping –t 192.168.1.119
…
N-TRON/Admin> ping –w 2000 192.168.1.119
Reply from 192.168.1.119: time=970ms
Reply from 192.168.1.119: time<10ms
Reply from 192.168.1.119: time<10ms
Ping statistics for 192.168.1.119:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss)
Approximate round trip times in milliseconds:
Minimum = 0ms, Maximum = 970ms, Average = 320ms
Notes