Save命令的用法
To save the current configuration settings to the flash memory:
ns save
To save the current configuration settings to a file named “my_config” on a TFTP server with IP address
192.16.11.9:
ns save config to tftp 192.16.11.9 my_config
To download a configuration file named “my_config” from a TFTP server with the IP address 172.16.30.10 and
overwrite the current saved configuration settings on the NetScreen device:
ns save config from tftp 172.16.30.10 my_config
To download a configuration file named “my_config” from a TFTP server with the IP address 172.16.30.10 and
append the current configuration settings on the NetScreen device:
ns save config from tftp 172.16.30.10 my_config append
To download the software file ns5.165 from a TFTP server with the IP address 172.16.20.10 to flash:
ns save software from tftp 172.16.20.10 ns5.165 to flash
To copy a configuration file named cnfg5 from the PCMCIA card in slot 1 to a file named ns_cnfg5 in a TFTP server
at 172.16.156.9:
ns save config from slot1 cnfg5 to tftp 172.16.156.9 ns_cnfg
To load an authentication key on a FIPS-compliant NetScreen device from a file named nskey.cer on a TFTP server
at 10.10.1.2:
ns save image-key tftp 10.10.1.2 nskey.cer
转自杜松之家http://www.juniperbbs.net/